Skip to content

Commit

Permalink
Merge pull request #883 from public-awesome/spoorthi/upgrade-wasmd
Browse files Browse the repository at this point in the history
bumping wasmd to v0.42
  • Loading branch information
jhernandezb authored Sep 23, 2023
2 parents 9b7da6e + 79364c9 commit 5f2876d
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 13 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/public-awesome/stargaze/v12

go 1.20
go 1.21

require (
github.com/CosmWasm/wasmd v0.41.0
github.com/CosmWasm/wasmvm v1.3.0
github.com/CosmWasm/wasmd v0.42.0
github.com/CosmWasm/wasmvm v1.4.0
github.com/armon/go-metrics v0.4.1
github.com/cometbft/cometbft v0.37.2
github.com/cosmos/cosmos-proto v1.0.0-beta.3
Expand All @@ -30,7 +30,7 @@ require (
github.com/cometbft/cometbft-db v0.8.0
github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7 v7.0.0
github.com/cosmos/ibc-apps/modules/ibc-hooks/v7 v7.0.0-20230803181732-7c8f814d3b79
github.com/cosmos/ibc-go/v7 v7.2.0
github.com/cosmos/ibc-go/v7 v7.3.0
github.com/prometheus/client_golang v1.16.0
google.golang.org/genproto/googleapis/api v0.0.0-20230726155614-23370e0ffb3e
)
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/confio/ics23/go v0.9.0 // indirect
github.com/cosmos/btcutil v1.0.5 // indirect
github.com/cosmos/gogogateway v1.2.0 // indirect
github.com/cosmos/iavl v0.20.0 // indirect
github.com/cosmos/iavl v0.20.1 // indirect
github.com/cosmos/ics23/go v0.10.0 // indirect
github.com/cosmos/ledger-cosmos-go v0.12.2 // indirect
github.com/cosmos/rosetta-sdk-go v0.10.0 // indirect
Expand Down
Loading

0 comments on commit 5f2876d

Please sign in to comment.