File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ module github.com/evstack/ev-node/apps/evm
22
33go 1.25.0
44
5- replace github.com/evstack/ev-node/execution/evm => ../../execution/evm
6-
75require (
86 github.com/celestiaorg/go-header v0.8.1
97 github.com/ethereum/go-ethereum v1.16.8
108 github.com/evstack/ev-node v1.0.0-rc.1
119 github.com/evstack/ev-node/core v1.0.0-rc.1
12- github.com/evstack/ev-node/execution/evm v1.0.0-beta.3
10+ github.com/evstack/ev-node/execution/evm v1.0.0-rc.1
1311 github.com/ipfs/go-datastore v0.9.0
1412 github.com/rs/zerolog v1.34.0
1513 github.com/spf13/cobra v1.10.2
Original file line number Diff line number Diff line change @@ -413,6 +413,8 @@ github.com/evstack/ev-node v1.0.0-rc.1 h1:MO7DT3y1X4WK7pTgl/867NroqhXJ/oe2NbmvMr
413413github.com/evstack/ev-node v1.0.0-rc.1 /go.mod h1:JtbvY2r6k6ZhGYMeDNZk7cx6ALj3d0f6dVyyJmJHBd4 =
414414github.com/evstack/ev-node/core v1.0.0-rc.1 h1:Dic2PMUMAYUl5JW6DkDj6HXDEWYzorVJQuuUJOV0FjE =
415415github.com/evstack/ev-node/core v1.0.0-rc.1 /go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY =
416+ github.com/evstack/ev-node/execution/evm v1.0.0-rc.1 h1:CrjlRI6hufue3KozvDuKP14gLwFvnOmXfGEJIszGEcQ =
417+ github.com/evstack/ev-node/execution/evm v1.0.0-rc.1 /go.mod h1:GUxGZgS9F4w6DOcS5gEdW1h71IdAGdaY8C1urSOkpUQ =
416418github.com/fatih/color v1.10.0 /go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM =
417419github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
418420github.com/fatih/color v1.15.0 /go.mod h1:0h5ZqXfHYED7Bhv2ZJamyIOUej9KtShiJESRwBDUSsw =
Original file line number Diff line number Diff line change @@ -2,12 +2,10 @@ module github.com/evstack/ev-node/apps/grpc
22
33go 1.25.0
44
5- replace github.com/evstack/ev-node/execution/grpc => ../../execution/grpc
6-
75require (
86 github.com/evstack/ev-node v1.0.0-rc.1
97 github.com/evstack/ev-node/core v1.0.0-rc.1
10- github.com/evstack/ev-node/execution/grpc v0 .0.0
8+ github.com/evstack/ev-node/execution/grpc v1 .0.0-rc.1
119 github.com/ipfs/go-datastore v0.9.0
1210 github.com/rs/zerolog v1.34.0
1311 github.com/spf13/cobra v1.10.2
Original file line number Diff line number Diff line change @@ -369,6 +369,8 @@ github.com/evstack/ev-node v1.0.0-rc.1 h1:MO7DT3y1X4WK7pTgl/867NroqhXJ/oe2NbmvMr
369369github.com/evstack/ev-node v1.0.0-rc.1 /go.mod h1:JtbvY2r6k6ZhGYMeDNZk7cx6ALj3d0f6dVyyJmJHBd4 =
370370github.com/evstack/ev-node/core v1.0.0-rc.1 h1:Dic2PMUMAYUl5JW6DkDj6HXDEWYzorVJQuuUJOV0FjE =
371371github.com/evstack/ev-node/core v1.0.0-rc.1 /go.mod h1:n2w/LhYQTPsi48m6lMj16YiIqsaQw6gxwjyJvR+B3sY =
372+ github.com/evstack/ev-node/execution/grpc v1.0.0-rc.1 h1:OzrWLDDY6/9+LWx0XmUqPzxs/CHZRJICOwQ0Me/i6dY =
373+ github.com/evstack/ev-node/execution/grpc v1.0.0-rc.1 /go.mod h1:Pr/sF6Zx8am9ZeWFcoz1jYPs0kXmf+OmL8Tz2Gyq7E4 =
372374github.com/fatih/color v1.10.0 /go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM =
373375github.com/fatih/color v1.13.0 /go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk =
374376github.com/fatih/color v1.15.0 h1:kOqh6YHBtK8aywxGerMG2Eq3H6Qgoqeo13Bk2Mv/nBs =
You can’t perform that action at this time.
0 commit comments