go.mod 888 Bytes
Newer Older
tavit ohanian's avatar
tavit ohanian committed
1
module gitlab.dms3.io/mf/go-multiaddr
Jakub Sztandera's avatar
Jakub Sztandera committed
2

tavit ohanian's avatar
tavit ohanian committed
3
go 1.22
4

Steven Allen's avatar
Steven Allen committed
5
require (
tavit ohanian's avatar
tavit ohanian committed
6 7 8 9 10 11
	github.com/multiformats/go-multibase v0.2.0
	github.com/multiformats/go-multihash v0.2.3
	github.com/multiformats/go-varint v0.0.7
	github.com/stretchr/testify v1.7.0
	gitlab.dms3.io/dms3/go-cid v0.0.7
	golang.org/x/exp v0.0.0-20230725012225-302865e7556b
Steven Allen's avatar
Steven Allen committed
12
)
13

tavit ohanian's avatar
tavit ohanian committed
14 15 16 17 18 19 20 21 22 23 24 25 26 27
require (
	github.com/davecgh/go-spew v1.1.0 // indirect
	github.com/klauspost/cpuid/v2 v2.2.6 // 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/pmezard/go-difflib v1.0.0 // indirect
	github.com/spaolacci/murmur3 v1.1.0 // indirect
	golang.org/x/crypto v0.31.0 // indirect
	golang.org/x/sys v0.28.0 // indirect
	gopkg.in/yaml.v3 v3.0.0 // indirect
	lukechampine.com/blake3 v1.2.1 // indirect
)