2019-02-28 18:32:58 +01:00
|
|
|
module github.com/ipfs/go-cid
|
|
|
|
|
|
|
|
|
|
require (
|
2020-05-25 13:51:07 +02:00
|
|
|
github.com/multiformats/go-multibase v0.0.3
|
2022-08-22 16:43:06 +10:00
|
|
|
github.com/multiformats/go-multicodec v0.5.0
|
2021-06-25 16:03:31 -07:00
|
|
|
github.com/multiformats/go-multihash v0.0.15
|
2020-10-15 03:13:55 +00:00
|
|
|
github.com/multiformats/go-varint v0.0.6
|
2022-04-04 14:13:59 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/klauspost/cpuid/v2 v2.0.4 // indirect
|
|
|
|
|
github.com/minio/blake2b-simd v0.0.0-20160723061019-3f5f724cb5b1 // indirect
|
|
|
|
|
github.com/minio/sha256-simd v1.0.0 // indirect
|
|
|
|
|
github.com/mr-tron/base58 v1.2.0 // indirect
|
|
|
|
|
github.com/multiformats/go-base32 v0.0.3 // indirect
|
|
|
|
|
github.com/multiformats/go-base36 v0.1.0 // indirect
|
2021-05-12 11:13:58 -04:00
|
|
|
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf // indirect
|
2022-04-04 14:13:59 +00:00
|
|
|
golang.org/x/sys v0.0.0-20210309074719-68d13333faf2 // indirect
|
2019-02-28 18:32:58 +01:00
|
|
|
)
|
2019-11-11 16:33:49 -08:00
|
|
|
|
2022-08-24 11:44:23 +00:00
|
|
|
go 1.18
|