Skip to content

Commit

Permalink
go-ipfs-config: Merge pull request ipfs#68 from ipfs/chore/remove-dep
Browse files Browse the repository at this point in the history
chore: remove unnecessary dependency
  • Loading branch information
Stebalien committed Mar 18, 2020
2 parents a040441 + c3677b7 commit 53d585a
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 53d585a

Please sign in to comment.