Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
TATAUFO committed Jul 2, 2024
1 parent 2242d59 commit b01c8e1
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 @@ -9,6 +9,7 @@ require (
github.com/mattn/go-sqlite3 v1.14.22
github.com/multiformats/go-multiaddr v0.13.0
github.com/spf13/cobra v1.8.1
github.com/stretchr/testify v1.9.0
)

require (
Expand Down Expand Up @@ -106,7 +107,6 @@ require (
github.com/raulk/go-watchdog v1.3.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.9.0 // indirect
github.com/supranational/blst v0.3.11 // indirect
go.uber.org/dig v1.17.1 // indirect
go.uber.org/fx v1.22.1 // indirect
Expand Down

0 comments on commit b01c8e1

Please sign in to comment.