2024-09-05 18:43:23 +02:00
|
|
|
module github.com/ucan-wg/go-ucan
|
2024-08-30 01:35:27 +02:00
|
|
|
|
2025-07-31 14:43:42 +02:00
|
|
|
go 1.24.4
|
|
|
|
|
|
|
|
|
|
toolchain go1.24.5
|
2024-08-30 01:35:27 +02:00
|
|
|
|
|
|
|
|
require (
|
2025-08-05 16:54:18 +02:00
|
|
|
github.com/MetaMask/go-did-it v1.0.0-pre1
|
2025-08-05 12:11:20 +02:00
|
|
|
github.com/avast/retry-go/v4 v4.6.1
|
2025-01-29 14:28:13 +01:00
|
|
|
github.com/ipfs/go-cid v0.5.0
|
2024-08-30 01:35:27 +02:00
|
|
|
github.com/ipld/go-ipld-prime v0.21.0
|
2024-09-03 15:40:55 -04:00
|
|
|
github.com/multiformats/go-multibase v0.2.0
|
|
|
|
|
github.com/multiformats/go-multicodec v0.9.0
|
2024-09-24 06:46:48 -04:00
|
|
|
github.com/multiformats/go-multihash v0.2.3
|
2025-08-05 16:54:18 +02:00
|
|
|
github.com/multiformats/go-varint v0.0.7
|
2025-01-13 12:24:04 +01:00
|
|
|
github.com/stretchr/testify v1.10.0
|
2025-08-05 16:54:18 +02:00
|
|
|
github.com/ucan-wg/go-varsig v1.0.0
|
2025-07-31 14:43:42 +02:00
|
|
|
golang.org/x/crypto v0.40.0
|
2024-08-30 01:35:27 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2025-07-31 14:43:42 +02:00
|
|
|
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.4.0 // indirect
|
2025-01-29 14:28:13 +01:00
|
|
|
github.com/klauspost/cpuid/v2 v2.2.9 // indirect
|
2024-09-03 15:40:55 -04:00
|
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
2025-07-31 14:43:42 +02:00
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
2024-09-03 15:40:55 -04:00
|
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
|
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
2024-08-30 01:35:27 +02:00
|
|
|
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
|
2025-07-31 14:43:42 +02:00
|
|
|
golang.org/x/sys v0.34.0 // indirect
|
2024-09-18 12:53:31 +02:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2024-08-30 01:35:27 +02:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2024-09-03 15:40:55 -04:00
|
|
|
lukechampine.com/blake3 v1.3.0 // indirect
|
2024-08-30 01:35:27 +02:00
|
|
|
)
|