Commit a86ac387 authored by protolambda's avatar protolambda

op-e2e: remove temporary go.mod workaround

parent 03ddd7aa
...@@ -2,12 +2,6 @@ module github.com/ethereum-optimism/optimism/op-e2e ...@@ -2,12 +2,6 @@ module github.com/ethereum-optimism/optimism/op-e2e
go 1.18 go 1.18
// temporary, until we do another set of releases
replace (
github.com/ethereum-optimism/optimism/op-batcher v0.9.0 => ../op-batcher
github.com/ethereum-optimism/optimism/op-proposer v0.9.0 => ../op-proposer
)
require ( require (
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3
github.com/ethereum-optimism/optimism/op-batcher v0.10.0 github.com/ethereum-optimism/optimism/op-batcher v0.10.0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment