File tree Expand file tree Collapse file tree 4 files changed +5
-11
lines changed
Expand file tree Collapse file tree 4 files changed +5
-11
lines changed 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.6
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.17.1
Original file line number Diff line number Diff line change @@ -407,12 +407,8 @@ github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab h1:rvv6MJ
407407github.com/ethereum/go-bigmodexpfix v0.0.0-20250911101455-f9e208c548ab /go.mod h1:IuLm4IsPipXKF7CW5Lzf68PIbZ5yl7FFd74l/E0o9A8 =
408408github.com/ethereum/go-ethereum v1.17.1 h1:IjlQDjgxg2uL+GzPRkygGULPMLzcYWncEI7wbaizvho =
409409github.com/ethereum/go-ethereum v1.17.1 /go.mod h1:7UWOVHL7K3b8RfVRea022btnzLCaanwHtBuH1jUCH/I =
410- github.com/evstack/ev-node v1.0.0-rc.5 h1:3qd3KWuwiLr5RKt1j8v2h5X3XZvwyYGbMUDskM+cAeI =
411- github.com/evstack/ev-node v1.0.0-rc.5 /go.mod h1:VAaN0tbN1+SSm7sLzMhHZNUn9sgpf1eok5gu3YVbT38 =
412410github.com/evstack/ev-node/core v1.0.0 h1:s0Tx0uWHme7SJn/ZNEtee4qNM8UO6PIxXnHhPbbKTz8 =
413411github.com/evstack/ev-node/core v1.0.0 /go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY =
414- github.com/evstack/ev-node/execution/evm v1.0.0-rc.4 h1:9IKEVD8QRe6drXJFxnydM5ao6Gw5BPgXXIVCY3516WM =
415- github.com/evstack/ev-node/execution/evm v1.0.0-rc.4 /go.mod h1:aDwQRKH79c49eBgGAkkTPJKSicRxGtxteSqmj0oqAQ4 =
416412github.com/fatih/color v1.10.0 /go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM =
417413github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
418414github.com/fatih/color v1.15.0 /go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw =
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/evstack/ev-node/apps/testapp
22
33go 1.25.6
44
5- // replace github.com/evstack/ev-node => ../../.
5+ replace github.com/evstack/ev-node => ../../.
66
77require (
88 github.com/evstack/ev-node v1.0.0-rc.5
Original file line number Diff line number Diff line change @@ -367,8 +367,6 @@ github.com/envoyproxy/protoc-gen-validate v0.10.0/go.mod h1:DRjgyB0I43LtJapqN6Ni
367367github.com/envoyproxy/protoc-gen-validate v0.10.1 /go.mod h1:DRjgyB0I43LtJapqN6NiRwroiAU2PaFuvk/vjgh61ss =
368368github.com/envoyproxy/protoc-gen-validate v1.0.1 /go.mod h1:0vj8bNkYbSTNS2PIyH87KZaeN4x9zpL9Qt8fQC7d+vs =
369369github.com/envoyproxy/protoc-gen-validate v1.0.2 /go.mod h1:GpiZQP3dDbg4JouG/NNS7QWXpgx6x8QiMKdmN72jogE =
370- github.com/evstack/ev-node v1.0.0-rc.5 h1:3qd3KWuwiLr5RKt1j8v2h5X3XZvwyYGbMUDskM+cAeI =
371- github.com/evstack/ev-node v1.0.0-rc.5 /go.mod h1:VAaN0tbN1+SSm7sLzMhHZNUn9sgpf1eok5gu3YVbT38 =
372370github.com/evstack/ev-node/core v1.0.0 h1:s0Tx0uWHme7SJn/ZNEtee4qNM8UO6PIxXnHhPbbKTz8 =
373371github.com/evstack/ev-node/core v1.0.0 /go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY =
374372github.com/fatih/color v1.10.0 /go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM =
You can’t perform that action at this time.
0 commit comments