fix a few multiaddr import paths, remove self reference in go.mod
Showing
... | ... | @@ -3,7 +3,6 @@ module gitlab.dms3.io/mf/go-multiaddr |
go 1.22 | ||
require ( | ||
github.com/multiformats/go-multiaddr v0.14.0 | ||
github.com/multiformats/go-multibase v0.2.0 | ||
github.com/multiformats/go-multihash v0.2.3 | ||
github.com/multiformats/go-varint v0.0.7 | ||
... | ... | @@ -14,7 +13,6 @@ require ( |
require ( | ||
github.com/davecgh/go-spew v1.1.0 // indirect | ||
github.com/ipfs/go-cid v0.0.7 // 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 | ||
... | ... | @@ -27,5 +25,3 @@ require ( |
gopkg.in/yaml.v3 v3.0.0 // indirect | ||
lukechampine.com/blake3 v1.2.1 // indirect | ||
) | ||
replace gitlab.dms3.io/dms3/go-cid => ../go-cid |
Please register or sign in to comment