Skip to content

Commit

Permalink
Update to Cosmos SDK 0.44.3. Please review, merge, release :). (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Oct 24, 2021
1 parent a87f928 commit 8af58de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 289 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/CosmosContracts/juno
go 1.17

require (
github.com/cosmos/cosmos-sdk v0.44.2
github.com/cosmos/ibc-go v1.2.1
github.com/cosmos/cosmos-sdk v0.44.3
github.com/cosmos/ibc-go v1.2.2
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
github.com/google/go-cmp v0.5.6 // indirect
Expand All @@ -13,7 +13,7 @@ require (
github.com/spf13/cast v1.4.1
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/tendermint/spm v0.1.5
github.com/tendermint/spm v0.1.7
github.com/tendermint/tendermint v0.34.14
github.com/tendermint/tm-db v0.6.4
google.golang.org/genproto v0.0.0-20210617175327-b9e0b3197ced
Expand Down Expand Up @@ -120,7 +120,9 @@ require (
)

replace (
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.44.3
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
github.com/tendermint/spm => github.com/notional-labs/spm v0.44.3
github.com/tendermint/tendermint => github.com/tendermint/tendermint v0.34.14
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)
Loading

0 comments on commit 8af58de

Please sign in to comment.