aboutsummaryrefslogtreecommitdiff
path: root/cmd/utils/cmd.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/utils/cmd.go')
-rw-r--r--cmd/utils/cmd.go16
1 files changed, 8 insertions, 8 deletions
diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go
index 8207d1f..cf88aec 100644
--- a/cmd/utils/cmd.go
+++ b/cmd/utils/cmd.go
@@ -27,16 +27,16 @@ import (
"strings"
"syscall"
- "github.com/ethereum/go-ethereum/common"
- "github.com/ethereum/go-ethereum/core"
- "github.com/ethereum/go-ethereum/core/rawdb"
- "github.com/ethereum/go-ethereum/core/types"
- "github.com/ethereum/go-ethereum/crypto"
- "github.com/ethereum/go-ethereum/ethdb"
+ "github.com/ava-labs/go-ethereum/common"
+ "github.com/ava-labs/go-ethereum/core"
+ "github.com/ava-labs/go-ethereum/core/rawdb"
+ "github.com/ava-labs/go-ethereum/core/types"
+ "github.com/ava-labs/go-ethereum/crypto"
+ "github.com/ava-labs/go-ethereum/ethdb"
"github.com/ava-labs/coreth/internal/debug"
- "github.com/ethereum/go-ethereum/log"
+ "github.com/ava-labs/go-ethereum/log"
"github.com/ava-labs/coreth/node"
- "github.com/ethereum/go-ethereum/rlp"
+ "github.com/ava-labs/go-ethereum/rlp"
)
const (