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.
Steven Allen committed
Mar 17, 2020 at 19:08 UTC
f83f2b1487f4a734a3a20f33e337ec667d1e72ae
1 file changed
-4
config/bootstrap_peers.go
-4
@@ -6,10 +6,6 @@ import (
6
7
peer "github.com/libp2p/go-libp2p-core/peer"
8
ma "github.com/multiformats/go-multiaddr"
9
-
10
- // Needs to be imported so that users can import this package directly
11
- // and still parse the bootstrap addresses.
12
- _ "github.com/multiformats/go-multiaddr-dns"
9
)
10
11
// DefaultBootstrapAddresses are the hardcoded bootstrap addresses