cmd/geth: use internal/reexec

This commit is contained in:
Felix Lange 2023-10-27 19:08:56 +02:00
parent f3d448f319
commit a2c1e88868

View file

@ -29,7 +29,7 @@ import (
"strings"
"testing"
"github.com/docker/docker/pkg/reexec"
"github.com/ethereum/go-ethereum/internal/reexec"
)
func runSelf(args ...string) ([]byte, error) {