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,16 +2,16 @@ 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
1212 github.com/evstack/ev-node v1.0.0
1313 github.com/evstack/ev-node/core v1.0.0
14- github.com/evstack/ev-node/execution/evm v1.0.0-rc.4
14+ github.com/evstack/ev-node/execution/evm v1.0.0
1515 github.com/ipfs/go-datastore v0.9.1
1616 github.com/rs/zerolog v1.34.0
1717 github.com/spf13/cobra v1.10.2
Original file line number Diff line number Diff line change @@ -407,8 +407,12 @@ 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 h1:m3e51fo4Dk9Z32XRV56GJKEeAiqvjiJ9n3SRjG7C5n8 =
411+ github.com/evstack/ev-node v1.0.0 /go.mod h1:85H7BPvvRoA+uPfCiIcyWMBN728Wv1uLNhOsjLifJgw =
410412github.com/evstack/ev-node/core v1.0.0 h1:s0Tx0uWHme7SJn/ZNEtee4qNM8UO6PIxXnHhPbbKTz8 =
411413github.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 h1:UTAdCrnPsLoGzSgsBx4Kv76jkXpMmHBIpNv3MxyzWPo =
415+ github.com/evstack/ev-node/execution/evm v1.0.0 /go.mod h1:UrqkiepfTMiot6M8jnswgu3VU8SSucZpaMIHIl22/1A =
412416github.com/fatih/color v1.10.0 /go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM =
413417github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
414418github.com/fatih/color v1.15.0 /go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw =
You can’t perform that action at this time.
0 commit comments