Skip to content

Commit

Permalink
chore: go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jul 15, 2024
1 parent c170f96 commit 23b1e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ require (
github.com/google/go-github/v61 v61.0.0
github.com/google/uuid v1.4.0
github.com/jonboulle/clockwork v0.4.0
github.com/libp2p/go-libp2p v0.35.2
github.com/mr-tron/base58 v1.2.0
github.com/muesli/termenv v0.15.2
github.com/multiformats/go-multiaddr v0.12.4
Expand Down Expand Up @@ -74,7 +75,6 @@ require (
github.com/koron/go-ssdp v0.0.4 // indirect
github.com/libp2p/go-buffer-pool v0.1.0 // indirect
github.com/libp2p/go-flow-metrics v0.1.0 // indirect
github.com/libp2p/go-libp2p v0.35.2 // indirect
github.com/libp2p/go-libp2p-asn-util v0.4.1 // indirect
github.com/libp2p/go-libp2p-pubsub v0.11.0 // indirect
github.com/libp2p/go-msgio v0.3.0 // indirect
Expand Down

0 comments on commit 23b1e68

Please sign in to comment.