The package currently supports the four kinds of asymmetric key pairs supported by the go-libp2p/core/crypto library.
35 lines
1.1 KiB
Modula-2
35 lines
1.1 KiB
Modula-2
module github.com/ucan-wg/go-ucan/v1
|
|
|
|
go 1.21
|
|
|
|
toolchain go1.22.1
|
|
|
|
require (
|
|
github.com/gobwas/glob v0.2.3
|
|
github.com/ipfs/go-cid v0.4.1
|
|
github.com/ipld/go-ipld-prime v0.21.0
|
|
github.com/libp2p/go-libp2p v0.36.2
|
|
github.com/multiformats/go-multibase v0.2.0
|
|
github.com/multiformats/go-multicodec v0.9.0
|
|
github.com/multiformats/go-varint v0.0.7
|
|
github.com/stretchr/testify v1.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
|
|
github.com/minio/sha256-simd v1.0.1 // indirect
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
github.com/multiformats/go-base32 v0.1.0 // indirect
|
|
github.com/multiformats/go-base36 v0.2.0 // indirect
|
|
github.com/multiformats/go-multihash v0.2.3 // indirect
|
|
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/crypto v0.25.0 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
google.golang.org/protobuf v1.34.2 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
lukechampine.com/blake3 v1.3.0 // indirect
|
|
)
|