Skip to content

Commit

Permalink
Upgrade cosmos-sdk to v0.45.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Jul 21, 2023
1 parent 9b8e2d3 commit 71bfeec
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/CosmWasm/wasmd v0.29.1
github.com/CosmWasm/wasmvm v1.1.1
github.com/cosmos/cosmos-sdk v0.45.9
github.com/cosmos/cosmos-sdk v0.45.16
github.com/cosmos/ibc-go/v3 v3.3.0
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
Expand All @@ -20,7 +20,7 @@ require (
github.com/spf13/cobra v1.5.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.8.0
github.com/tendermint/tendermint v0.34.21
github.com/tendermint/tendermint v0.34.27
github.com/tendermint/tm-db v0.6.7
github.com/tidwall/gjson v1.14.3
github.com/tidwall/sjson v1.2.5
Expand Down Expand Up @@ -144,4 +144,8 @@ replace (
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
google.golang.org/grpc => google.golang.org/grpc v1.33.2

// use informal system fork of tendermint
// See https://twitter.com/informalinc/status/1613580954383040512
// See https://github.com/cosmos/cosmos-sdk/releases/tag/v0.45.15
github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.27
)

0 comments on commit 71bfeec

Please sign in to comment.