Skip to content

Commit

Permalink
run go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy committed Sep 24, 2024
1 parent a8b7b3d commit f96727a
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 @@ -12,6 +12,7 @@ require (
github.com/libp2p/go-msgio v0.3.0
github.com/multiformats/go-multiaddr v0.13.0
github.com/multiformats/go-varint v0.0.7
go.uber.org/zap v1.27.0
)

require (
Expand Down Expand Up @@ -98,7 +99,6 @@ require (
go.uber.org/fx v1.22.2 // indirect
go.uber.org/mock v0.4.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
golang.org/x/mod v0.20.0 // indirect
Expand Down

0 comments on commit f96727a

Please sign in to comment.