Skip to content

Commit

Permalink
go-ipfs-config: chore: remove unnecessary dependency
Browse files Browse the repository at this point in the history
We _used_ to need this dependency to parse the dns addresses. However, dnsaddr
protocols are now all defined directly in go-multiaddr.
  • Loading branch information
Stebalien committed Mar 18, 2020
1 parent a040441 commit c3677b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions config/bootstrap_peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3677b7

Please sign in to comment.