go-ipfs-config: chore: remove unnecessary dependency

We _used_ to need this dependency to parse the dns addresses. However, dnsaddr
protocols are now all defined directly in go-multiaddr.
This commit is contained in:
Steven Allen 2020-03-17 19:08:22 -07:00
parent fe9db1cf0e
commit f83f2b1487

View File

@ -6,10 +6,6 @@ import (
peer "github.com/libp2p/go-libp2p-core/peer"
ma "github.com/multiformats/go-multiaddr"
// Needs to be imported so that users can import this package directly
// and still parse the bootstrap addresses.
_ "github.com/multiformats/go-multiaddr-dns"
)
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses