File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ module github.com/evstack/ev-node/apps/evm
22
33go 1.25.0
44
5- // replace (
6- // github.com/evstack/ev-node => ../../
7- // github.com/evstack/ev-node/execution/evm => ../../execution/evm
8- // )
5+ replace (
6+ github.com/evstack/ev-node => ../../
7+ github.com/evstack/ev-node/execution/evm => ../../execution/evm
8+ )
99
1010require (
1111 github.com/ethereum/go-ethereum v1.16.8
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ module github.com/evstack/ev-node/apps/grpc
22
33go 1.25.0
44
5- // replace (
6- // github.com/evstack/ev-node => ../../
7- // github.com/evstack/ev-node/execution/grpc => ../../execution/grpc
8- // )
5+ replace (
6+ github.com/evstack/ev-node => ../../
7+ github.com/evstack/ev-node/execution/grpc => ../../execution/grpc
8+ )
99
1010require (
1111 github.com/evstack/ev-node v1.0.0-rc.2
You can’t perform that action at this time.
0 commit comments