Skip to content

Commit 83ccd9e

Browse files
committed
fixup! gomod: Update op-geth
1 parent 3516520 commit 83ccd9e

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ require (
7979
gopkg.in/yaml.v3 v3.0.1
8080
)
8181

82+
require github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 // indirect
83+
8284
require (
8385
codeberg.org/go-fonts/liberation v0.5.0 // indirect
8486
codeberg.org/go-latex/latex v0.1.0 // indirect
@@ -312,7 +314,7 @@ require (
312314
)
313315

314316
// Use this command to find the pseudoversion for an op-geth commit `go list -m github.com/celo-org/op-geth@<commit-hash>`
315-
replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v1.101411.1-0.20260218114804-48b60bb944fb
317+
replace github.com/ethereum/go-ethereum => github.com/celo-org/op-geth v1.101411.1-0.20260303101831-fa064d059eec
316318

317319
// replace github.com/ethereum/go-ethereum => ../op-geth
318320

go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ github.com/Masterminds/semver/v3 v3.3.1/go.mod h1:4V+yj/TJE1HU9XfppCwVMZq3I84lpr
3737
github.com/Microsoft/go-winio v0.6.2 h1:F2VQgta7ecxGYO8k3ZZz3RS8fVIXVxONVUPlNERoyfY=
3838
github.com/Microsoft/go-winio v0.6.2/go.mod h1:yd8OoFMLzJbo9gZq8j5qaps8bJ9aShtEA8Ipt1oGCvU=
3939
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
40+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6 h1:1zYrtlhrZ6/b6SAjLSfKzWtdgqK0U+HtH/VcBWh1BaU=
41+
github.com/ProjectZKM/Ziren/crates/go-runtime/zkvm_runtime v0.0.0-20251001021608-1fe7b43fc4d6/go.mod h1:ioLG6R+5bUSO1oeGSDxOV3FADARuMoytZCSX6MEMQkI=
4042
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 h1:wPbRQzjjwFc0ih8puEVAOFGELsn1zoIIYdxvML7mDxA=
4143
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8/go.mod h1:I0gYDMZ6Z5GRU7l58bNFSkPTFN6Yl12dsUlAZ8xy98g=
4244
github.com/VictoriaMetrics/fastcache v1.13.0 h1:AW4mheMR5Vd9FkAPUv+NH6Nhw+fmbTMGMsNAoA/+4G0=
@@ -110,8 +112,8 @@ github.com/buger/jsonparser v0.0.0-20181115193947-bf1c66bbce23/go.mod h1:bbYlZJ7
110112
github.com/bwesterb/go-ristretto v1.2.0/go.mod h1:fUIoIZaG73pV5biE2Blr2xEzDoMj7NFEuV9ekS419A0=
111113
github.com/campoy/embedmd v1.0.0 h1:V4kI2qTJJLf4J29RzI/MAt2c3Bl4dQSYPuflzwFH2hY=
112114
github.com/campoy/embedmd v1.0.0/go.mod h1:oxyr9RCiSXg0M3VJ3ks0UGfp98BpSSGr0kpiX3MzVl8=
113-
github.com/celo-org/op-geth v1.101411.1-0.20260218114804-48b60bb944fb h1:q2Zv/UBGNUMzS0fZG9IuWRZB14QkExDKW/1V0URkFcI=
114-
github.com/celo-org/op-geth v1.101411.1-0.20260218114804-48b60bb944fb/go.mod h1:9J7De8kDwXE/lrMgVEHc0F33TZqcN1Lb5nYaW6UZt38=
115+
github.com/celo-org/op-geth v1.101411.1-0.20260303101831-fa064d059eec h1:cp8m27YoGi062xUcIt4T2EBw1KpxdVBa0pMIXmnuOh8=
116+
github.com/celo-org/op-geth v1.101411.1-0.20260303101831-fa064d059eec/go.mod h1:3YphRrN5/TvRp9VGy5rfA6l6rVR6IAsgSJNPLbIg66E=
115117
github.com/cenkalti/backoff/v4 v4.3.0 h1:MyRJ/UdXutAwSAT+s3wNd7MfTIcy71VQueUuFK343L8=
116118
github.com/cenkalti/backoff/v4 v4.3.0/go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE=
117119
github.com/cespare/cp v0.1.0 h1:SE+dxFebS7Iik5LK0tsi1k9ZCxEaFX4AjQmoyA+1dJk=

0 commit comments

Comments
 (0)