feat: updated go.mod to contain remote reference github.com/ethereum-optimism/optimism
This commit is contained in:
parent
381406dd3e
commit
2df8ba2490
@ -7,7 +7,7 @@ toolchain go1.21.6
|
||||
require (
|
||||
cloud.google.com/go/kms v1.12.1
|
||||
github.com/BurntSushi/toml v1.3.2
|
||||
github.com/ethereum-optimism/optimism v1.6.2-0.20240222202618-f707883038d5
|
||||
github.com/ethereum-optimism/optimism v1.7.7-0.20240529212843-af0999ccc31d
|
||||
github.com/ethereum/go-ethereum v1.13.15
|
||||
github.com/gorilla/mux v1.8.0
|
||||
github.com/pkg/errors v0.9.1
|
||||
@ -99,5 +99,3 @@ require (
|
||||
)
|
||||
|
||||
replace github.com/ethereum/go-ethereum => github.com/ethereum-optimism/op-geth v1.101315.1-rc.5
|
||||
|
||||
replace github.com/ethereum-optimism/optimism => ../.
|
||||
|
@ -86,6 +86,8 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.
|
||||
github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
|
||||
github.com/ethereum-optimism/op-geth v1.101315.1-rc.5 h1:yaBvV/GfDuZOecDsGXyzsa/g8+AEBG+Bj1+NFyZRkdw=
|
||||
github.com/ethereum-optimism/op-geth v1.101315.1-rc.5/go.mod h1:8tQ6r0e1NNJbSVHzYKafQqf62gV9BzZR+SKkXRckjLM=
|
||||
github.com/ethereum-optimism/optimism v1.7.7-0.20240529212843-af0999ccc31d h1:bVre/IJ14z9JtVlEHw6q1hIhE6O8o4C8jt69TmRWrAU=
|
||||
github.com/ethereum-optimism/optimism v1.7.7-0.20240529212843-af0999ccc31d/go.mod h1:BgTeAhCkyj+v7PQPoDyvgXnjqAiwr+qcdMIeggigcC4=
|
||||
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240522134500-19555bdbdc95 h1:GjXKQg6u6WkEIcY0dvW2IKhMRY8cVjwdw+rNKhduAo8=
|
||||
github.com/ethereum-optimism/superchain-registry/superchain v0.0.0-20240522134500-19555bdbdc95/go.mod h1:7xh2awFQqsiZxFrHKTgEd+InVfDRrkKVUIuK8SAFHp0=
|
||||
github.com/ethereum/c-kzg-4844 v0.4.0 h1:3MS1s4JtA868KpJxroZoepdV0ZKBp3u/O5HcZ7R3nlY=
|
||||
|
Loading…
Reference in New Issue
Block a user