Skip to content

Commit

Permalink
Update hive/optimism module references to a version that doesn't refe…
Browse files Browse the repository at this point in the history
…r to op-* modules.
  • Loading branch information
ajsutton committed Mar 7, 2023
1 parent b5f7380 commit 4cdcced
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.work
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ use (

replace github.com/ethereum/go-ethereum v1.11.2 => github.com/ethereum-optimism/op-geth v1.11.2-de8c5df46

replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307023951-2eec82af3da3
replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307104024-b5f7380456ce
1 change: 1 addition & 0 deletions go.work.sum
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 h1:
github.com/envoyproxy/go-control-plane v0.10.2-0.20220325020618-49ff273808a1/go.mod h1:KJwIaB5Mv44NWtYuAOFCVOjcI94vtpEz2JU/D2v6IjE=
github.com/envoyproxy/protoc-gen-validate v0.1.0 h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=
github.com/ethereum-optimism/hive/optimism v0.0.0-20230307023951-2eec82af3da3/go.mod h1:ODOy9ZX8sfSI5I7c6pHdxbrlUTDFvVmRH9hsC6biuAo=
github.com/ethereum-optimism/hive/optimism v0.0.0-20230307104024-b5f7380456ce/go.mod h1:60R7MQYKBExxxAuZvnDQ8B6/SXyhDL3JzqOXa98DedM=
github.com/ethereum-optimism/op-geth v0.0.0-20220902195842-db3b8fd50260/go.mod h1:EYFyF19u3ezGLD4RqOkLq+ZCXzYbLoNDdZlMt7kyKFg=
github.com/ethereum-optimism/op-geth v0.0.0-20220907143004-2aacc679d638/go.mod h1:/6CsT5Ceen2WPLI/oCA3xMcZ5sWMF/D46SjM/ayY0Oo=
github.com/ethereum-optimism/op-geth v0.0.0-20221205191237-0678a130d790/go.mod h1:p0Yox74PhYlq1HvijrCBCD9A3cI7rXco7hT6KrQr+rY=
Expand Down
2 changes: 1 addition & 1 deletion simulators/optimism/l1ops/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/ethereum/go-ethereum v1.11.2 => github.com/ethereum-optimism/

replace github.com/ethereum/hive v0.0.0 => github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7

replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307072039-8d6967d48249
replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307104024-b5f7380456ce

require (
github.com/ethereum-optimism/optimism v0.2.1-0.20230306233858-759c0b297c3d
Expand Down
4 changes: 2 additions & 2 deletions simulators/optimism/l1ops/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3 h1:RWHKLhCrQThMfch+QJ1Z
github.com/ethereum-optimism/go-ethereum-hdwallet v0.1.3/go.mod h1:QziizLAiF0KqyLdNJYD7O5cpDlaFMNZzlxYNcWsJUxs=
github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7 h1:OW94CEw+LqUtJYp4EtFkeXzzH7/UoismFE+kuogEBOA=
github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7/go.mod h1:SH5X2jsgBzhSFkcG2OD9O8gTC4iXU1HycjLiWp/oDs0=
github.com/ethereum-optimism/hive/optimism v0.0.0-20230307072039-8d6967d48249 h1:Ach+Zll+IcrJuYAr67q/31eBCzvZyGPT5qfpHndfTm8=
github.com/ethereum-optimism/hive/optimism v0.0.0-20230307072039-8d6967d48249/go.mod h1:60IScLKi9lnBo4B0nYeJO6+mooP/IzQzA53EajaCNbs=
github.com/ethereum-optimism/hive/optimism v0.0.0-20230307104024-b5f7380456ce h1:kJ7GFCLnuuZyPm8/AQnpCu/HASQfgFKHBDjpCYu7oRc=
github.com/ethereum-optimism/hive/optimism v0.0.0-20230307104024-b5f7380456ce/go.mod h1:60R7MQYKBExxxAuZvnDQ8B6/SXyhDL3JzqOXa98DedM=
github.com/ethereum-optimism/op-geth v1.11.2-de8c5df46 h1:wng9QluJ6e2kVxTWQP0CiKFz5g8Z4GDOOMEzCm7OCC0=
github.com/ethereum-optimism/op-geth v1.11.2-de8c5df46/go.mod h1:/tjlXxOaovIyuF0l6+wCzr6AtDb3lYWTymmpQAQcqu8=
github.com/ethereum-optimism/optimism v0.2.1-0.20230306233858-759c0b297c3d h1:DqASRzmcqDrs6mXfki4Afk5n+pzxAs+n+PbpmAOvMuk=
Expand Down
2 changes: 1 addition & 1 deletion simulators/optimism/p2p/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/ethereum/go-ethereum v1.11.2 => github.com/ethereum-optimism/

replace github.com/ethereum/hive v0.0.0 => github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7

replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307072039-8d6967d48249
replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307104024-b5f7380456ce

require (
github.com/ethereum-optimism/optimism v0.2.1-0.20230306233858-759c0b297c3d
Expand Down
2 changes: 1 addition & 1 deletion simulators/optimism/rpc/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/ethereum/go-ethereum v1.11.2 => github.com/ethereum-optimism/

replace github.com/ethereum/hive v0.0.0 => github.com/ethereum-optimism/hive v0.0.0-20220929220349-8cbb5d7fffe7

replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307072039-8d6967d48249
replace github.com/ethereum/hive/optimism v0.0.0 => github.com/ethereum-optimism/hive/optimism v0.0.0-20230307104024-b5f7380456ce

require (
github.com/ethereum/go-ethereum v1.11.2
Expand Down

0 comments on commit 4cdcced

Please sign in to comment.