Skip to content

Commit

Permalink
chore: update go.mod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
systemshift committed Jan 7, 2025
1 parent 5a56b61 commit 653dd32
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 @@ -6,6 +6,7 @@ require (
github.com/libp2p/go-libp2p v0.36.2
github.com/libp2p/go-libp2p-pubsub v0.12.0
github.com/multiformats/go-multiaddr v0.14.0
github.com/stretchr/testify v1.9.0
)

require (
Expand Down Expand Up @@ -92,7 +93,6 @@ require (
github.com/quic-go/webtransport-go v0.8.0 // indirect
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/wlynxg/anet v0.0.4 // indirect
go.uber.org/dig v1.18.0 // indirect
go.uber.org/fx v1.22.2 // indirect
Expand Down

0 comments on commit 653dd32

Please sign in to comment.