Skip to content

Commit

Permalink
chore: Update required versions outside of replace (#2188) (#2189)
Browse files Browse the repository at this point in the history
* Update required versions outside of replace

* Remove unecessary replaces

* Bump ibc to 4.3

(cherry picked from commit 2aa78a5)

Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
  • Loading branch information
mergify[bot] and glnro authored Feb 15, 2023
1 parent 78d56f3 commit 4a7ba29
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 53 deletions.
13 changes: 3 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/cosmos/gaia/v9
go 1.18

require (
github.com/cosmos/cosmos-sdk v0.45.12
github.com/cosmos/cosmos-sdk v0.45.13-ics
github.com/cosmos/go-bip39 v1.0.0
github.com/cosmos/ibc-go/v4 v4.2.0
github.com/cosmos/interchain-security v1.0.0-rc4
github.com/cosmos/ibc-go/v4 v4.3.0
github.com/cosmos/interchain-security v1.0.0-rc7
github.com/gogo/protobuf v1.3.3
github.com/golang/protobuf v1.5.2
github.com/golangci/golangci-lint v1.50.1
Expand Down Expand Up @@ -297,13 +297,6 @@ replace (
// dragonberry
github.com/confio/ics23/go => github.com/confio/ics23/go v0.9.0

// enforce same SDK and IBC on all dependencies
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.45.13-ics
github.com/cosmos/ibc-go/v4 => github.com/cosmos/ibc-go/v4 v4.2.0

// ICS
github.com/cosmos/interchain-security => github.com/cosmos/interchain-security v1.0.0-rc7

// TODO: remove it: https://github.com/cosmos/cosmos-sdk/issues/13134
github.com/dgrijalva/jwt-go => github.com/golang-jwt/jwt/v4 v4.4.2
// TODO Remove it: https://github.com/cosmos/cosmos-sdk/issues/10409
Expand Down
Loading

0 comments on commit 4a7ba29

Please sign in to comment.