mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
go-ipfs-config: Merge pull request #68 from ipfs/chore/remove-dep
chore: remove unnecessary dependency
This commit is contained in:
commit
51770f5a59
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user