Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
iand committed Sep 22, 2023
1 parent 85413a7 commit 32f1920
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions v2/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/libp2p/go-msgio v0.3.0
github.com/multiformats/go-base32 v0.1.0
github.com/multiformats/go-multiaddr v0.11.0
github.com/multiformats/go-multihash v0.2.3 // indirect
github.com/multiformats/go-multihash v0.2.3
github.com/pkg/errors v0.9.1 // indirect
github.com/plprobelab/go-kademlia v0.0.0-20230913171354-443ec1f56080
github.com/prometheus/client_golang v1.16.0 // indirect
Expand All @@ -31,8 +31,6 @@ require (
google.golang.org/protobuf v1.31.0
)

require github.com/multiformats/go-multihash v0.2.3

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
Expand Down

0 comments on commit 32f1920

Please sign in to comment.