Skip to content

Commit

Permalink
go.mod: update module path and import paths to match new repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
protolambda committed Jan 17, 2024
1 parent b4ecbb7 commit ef31830
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/protolambda/asterisc
module github.com/ethereum-optimism/asterisc

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion rvgo/evm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

"github.com/ethereum-optimism/optimism/op-chain-ops/srcmap"

"github.com/protolambda/asterisc/rvgo/fast"
"github.com/ethereum-optimism/asterisc/rvgo/fast"
)

type dummyChain struct {
Expand Down
4 changes: 2 additions & 2 deletions rvgo/vm_go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (

preimage "github.com/ethereum-optimism/optimism/op-preimage"

"github.com/protolambda/asterisc/rvgo/fast"
"github.com/protolambda/asterisc/rvgo/slow"
"github.com/ethereum-optimism/asterisc/rvgo/fast"
"github.com/ethereum-optimism/asterisc/rvgo/slow"
)

type testOracle struct {
Expand Down
4 changes: 2 additions & 2 deletions rvgo/vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/stretchr/testify/require"

"github.com/protolambda/asterisc/rvgo/fast"
"github.com/protolambda/asterisc/rvgo/slow"
"github.com/ethereum-optimism/asterisc/rvgo/fast"
"github.com/ethereum-optimism/asterisc/rvgo/slow"
)

func forEachTestSuite(t *testing.T, path string, callItem func(t *testing.T, path string)) {
Expand Down

0 comments on commit ef31830

Please sign in to comment.