Merge pull request #162 from multiformats/remove-go-maddr-filter-dependency
remove forced dependency on deprecated go-maddr-filter
Showing
... | @@ -4,7 +4,6 @@ go 1.15 | ... | @@ -4,7 +4,6 @@ go 1.15 |
require ( | require ( | ||
github.com/ipfs/go-cid v0.0.7 | github.com/ipfs/go-cid v0.0.7 | ||
github.com/libp2p/go-maddr-filter v0.1.0 | |||
github.com/multiformats/go-multihash v0.0.14 | github.com/multiformats/go-multihash v0.0.14 | ||
github.com/multiformats/go-varint v0.0.6 | github.com/multiformats/go-varint v0.0.6 | ||
) | ) |
Please register or sign in to comment