mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
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:
parent
fe9db1cf0e
commit
f83f2b1487
@ -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