Skip to content

Commit

Permalink
potentially revert go mod changes
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Nov 6, 2023
1 parent 2309e8d commit d3f3eaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
cosmossdk.io/api v0.3.1
cosmossdk.io/errors v1.0.0
cosmossdk.io/math v1.1.2
cosmossdk.io/math v1.1.3-rc.1
cosmossdk.io/tools/rosetta v0.2.1
github.com/CosmWasm/wasmd v0.40.1
github.com/cometbft/cometbft v0.37.2
Expand Down Expand Up @@ -364,7 +364,7 @@ require (

replace (
cosmossdk.io/math => cosmossdk.io/math v1.1.2

github.com/coinbase/rosetta-sdk-go => github.com/coinbase/rosetta-sdk-go v0.7.9
// force utilizing the following versions
github.com/cosmos/cosmos-proto => github.com/cosmos/cosmos-proto v1.0.0-beta.2
github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.47.6-0.20231030033644-c3c7ab7f52ea
Expand All @@ -384,10 +384,10 @@ replace (
// github.com/osmosis-labs/osmosis/x/ibc-hooks => ./x/ibc-hooks
)

// exclusion so we use v1.0.0
exclude github.com/coinbase/rosetta-sdk-go v0.7.9
// // exclusion so we use v1.0.0
// exclude github.com/coinbase/rosetta-sdk-go v0.7.9

exclude cosmossdk.io/math v1.1.3-rc.1
// exclude cosmossdk.io/math v1.1.3-rc.1

// // exclusion so we use v1.0.0-beta.2
// exclude github.com/cosmos/cosmos-proto v1.0.0-beta.3
Expand Down
2 changes: 1 addition & 1 deletion osmoutils/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ require (
)

replace (
cosmossdk.io/math => cosmossdk.io/math v1.1.2
// Our cosmos-sdk branch is: https://github.com/osmosis-labs/cosmos-sdk, current branch: osmosis-main. Direct commit link: https://github.com/osmosis-labs/cosmos-sdk/commit/05346fa12992
github.com/cosmos/cosmos-sdk => github.com/osmosis-labs/cosmos-sdk v0.47.6-0.20231030033644-c3c7ab7f52ea
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
golang.org/x/exp => golang.org/x/exp v0.0.0-20230711153332-06a737ee72cb
cosmossdk.io/math => cosmossdk.io/math v1.1.2

// Local replaces commented for development
// github.com/osmosis-labs/osmosis/osmomath => ../osmomath
Expand Down

0 comments on commit d3f3eaf

Please sign in to comment.