File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/zeta-chain/node/contrib/rpcimportable
22
3- go 1.22.5
3+ go 1.25
44
55// this go.mod should be empty when committed
66// the go.sum should not be committed
77
88// this replacement is unavoidable until we upgrade cosmos sdk >=v0.50
99// but we should not tolerate any other replacements
10- replace (
11- github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
12- )
10+ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
1311
1412// go-ethereum fork must be used as it removes incompatible pebbledb version
1513// TODO evm: verify if pebbledb issue is in cosmos go ethereum fork
16- replace (
17- github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v1.15.11-cosmos-0
18- )
14+ replace github.com/ethereum/go-ethereum => github.com/cosmos/go-ethereum v1.15.11-cosmos-0
1915
20- replace (
21- github.com/cosmos/evm => github.com/zeta-chain/evm v0.0.0-20250808111716-1882abec3ec9
22- )
16+ replace github.com/cosmos/evm => github.com/zeta-chain/evm v0.0.0-20250808111716-1882abec3ec9
2317
2418// protocol-contracts was renamed to protocol-contracts-evm; redirect to old module path
25- replace (
26- github.com/zeta-chain/protocol-contracts-evm => github.com/zeta-chain/protocol-contracts v0.0.0-20250909184950-6034c08e5870
27- )
19+ replace github.com/zeta-chain/protocol-contracts-evm => github.com/zeta-chain/protocol-contracts v0.0.0-20250909184950-6034c08e5870
2820
2921// uncomment this for local development/testing/debugging
30- // replace github.com/zeta-chain/node => ../..
22+ // replace github.com/zeta-chain/node => ../..
Original file line number Diff line number Diff line change 11module github.com/zeta-chain/node
22
3- go 1.23.8
3+ go 1.25
44
5- toolchain go1.23.9
5+ toolchain go1.25.7
66
77require (
88 cosmossdk.io/errors v1.0.2
You can’t perform that action at this time.
0 commit comments