chore(config): update go module dependencies and repo config

This commit is contained in:
2026-01-08 15:45:51 -05:00
parent 869e449383
commit d660445190
3 changed files with 30 additions and 10 deletions

8
go.mod
View File

@@ -1,11 +1,11 @@
module github.com/ucan-wg/go-ucan
module code.sonr.org/go/ucan
go 1.24.4
toolchain go1.24.5
require (
github.com/MetaMask/go-did-it v1.0.0-pre1
code.sonr.org/go/did-it v1.0.0
github.com/avast/retry-go/v4 v4.6.1
github.com/ipfs/go-cid v0.5.0
github.com/ipld/go-ipld-prime v0.21.0
@@ -15,7 +15,7 @@ require (
github.com/multiformats/go-varint v0.0.7
github.com/stretchr/testify v1.10.0
github.com/ucan-wg/go-varsig v1.0.0
golang.org/x/crypto v0.40.0
golang.org/x/crypto v0.45.0
)
require (
@@ -29,7 +29,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
golang.org/x/sys v0.34.0 // indirect
golang.org/x/sys v0.38.0 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
lukechampine.com/blake3 v1.3.0 // indirect