Skip to content

Commit

Permalink
build(cosmos): Refactor go.mod to match master
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Apr 19, 2024
1 parent 74662d7 commit e2de109
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions golang/cosmos/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,6 @@ replace (

github.com/confio/ics23/go => github.com/agoric-labs/cosmos-sdk/ics23/go v0.8.0-alpha.agoric.1

// We need a fork of cosmos-sdk until all of the differences are merged.
github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.1

// https://pkg.go.dev/vuln/GO-2023-2409
github.com/dvsekhvalnov/jose2go => github.com/dvsekhvalnov/jose2go v1.5.1-0.20231206184617-48ba0b76bc88

Expand All @@ -184,13 +181,19 @@ replace (

// replace broken goleveldb.
github.com/syndtr/goleveldb => github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
)

// Agoric-specific replacements:
replace (
// We need a fork of cosmos-sdk until all of the differences are merged.
github.com/cosmos/cosmos-sdk => github.com/agoric-labs/cosmos-sdk v0.46.16-alpha.agoric.2.1

// use cometbft
// Use our fork at least until post-v0.34.14 is released with
// https://github.com/tendermint/tendermint/issue/6899 resolved.
github.com/tendermint/tendermint => github.com/agoric-labs/cometbft v0.34.30-alpha.agoric.1

// For testing against a local cosmos-sdk or tendermint
// For testing against a local cosmos-sdk or cometbft
// github.com/cosmos/cosmos-sdk => ../../../forks/cosmos-sdk
// github.com/tendermint/tendermint => ../../../forks/tendermint
// github.com/tendermint/tendermint => ../../../forks/cometbft
)

0 comments on commit e2de109

Please sign in to comment.