go-ipfs-config: Merge pull request #68 from ipfs/chore/remove-dep

chore: remove unnecessary dependency
This commit is contained in:
Steven Allen 2020-03-17 19:12:13 -07:00 committed by GitHub
commit 51770f5a59

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