common/reexec: move to internal/reexec

This commit is contained in:
Felix Lange 2023-10-27 17:03:36 +02:00
parent 8a1ef42195
commit e07397ea25
10 changed files with 7 additions and 7 deletions

View file

@ -21,8 +21,8 @@ import (
"os"
"testing"
"github.com/ethereum/go-ethereum/common/reexec"
"github.com/ethereum/go-ethereum/internal/cmdtest"
"github.com/ethereum/go-ethereum/internal/reexec"
)
const registeredName = "clef-test"

View file

@ -21,8 +21,8 @@ import (
"os"
"testing"
"github.com/ethereum/go-ethereum/common/reexec"
"github.com/ethereum/go-ethereum/internal/cmdtest"
"github.com/ethereum/go-ethereum/internal/reexec"
)
type testEthkey struct {

View file

@ -25,8 +25,8 @@ import (
"testing"
"github.com/ethereum/go-ethereum/cmd/evm/internal/t8ntool"
"github.com/ethereum/go-ethereum/common/reexec"
"github.com/ethereum/go-ethereum/internal/cmdtest"
"github.com/ethereum/go-ethereum/internal/reexec"
)
func TestMain(m *testing.M) {

View file

@ -23,8 +23,8 @@ import (
"testing"
"time"
"github.com/ethereum/go-ethereum/common/reexec"
"github.com/ethereum/go-ethereum/internal/cmdtest"
"github.com/ethereum/go-ethereum/internal/reexec"
"github.com/ethereum/go-ethereum/rpc"
)

View file

@ -32,7 +32,7 @@ import (
"text/template"
"time"
"github.com/ethereum/go-ethereum/common/reexec"
"github.com/ethereum/go-ethereum/internal/reexec"
)
func NewTestCmd(t *testing.T, data interface{}) *TestCmd {

View file

@ -34,7 +34,7 @@ import (
"syscall"
"time"
"github.com/ethereum/go-ethereum/common/reexec"
"github.com/ethereum/go-ethereum/internal/reexec"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/p2p"

View file

@ -25,8 +25,8 @@ import (
"os"
"strconv"
"github.com/ethereum/go-ethereum/common/reexec"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/internal/reexec"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/node"
"github.com/ethereum/go-ethereum/p2p"