Skip to content

Commit

Permalink
mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Jun 20, 2024
1 parent 0358a20 commit b56813c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 34 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## mod-tidy: go mod tidy spawn, simapp, and interchaintest with proper go.mod suffixes
mod-tidy:
cd middleware/packet-forward-middleware && go mod tidy
cd middleware/packet-forward-middleware/e2e && go mod tidy

cd modules/async-icq && go mod tidy
cd modules/async-icq/e2e && go mod tidy

cd modules/ibc-hooks && go mod tidy
4 changes: 3 additions & 1 deletion middleware/packet-forward-middleware/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/e2e

go 1.20
go 1.21

toolchain go1.22.3

require (
cosmossdk.io/math v1.3.0
Expand Down
Loading

0 comments on commit b56813c

Please sign in to comment.