Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope committed Oct 30, 2024
1 parent b6b0baa commit b7accc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x/bank/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,9 @@ require (
sigs.k8s.io/yaml v1.4.0 // indirect
)

require cosmossdk.io/schema v0.3.1-0.20240930054013-7c6e0388a3f9

require (
cosmossdk.io/schema v0.3.1-0.20240930054013-7c6e0388a3f9 // indirect
github.com/cockroachdb/fifo v0.0.0-20240606204812-0bbfbd93a7ce // indirect
github.com/cosmos/cosmos-db v1.0.3-0.20240911104526-ddc3f09bfc22 // indirect
github.com/google/uuid v1.6.0 // indirect
Expand Down

0 comments on commit b7accc7

Please sign in to comment.