aboutsummaryrefslogtreecommitdiff
path: root/cmd/utils/flags.go
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-08-15 01:21:48 -0400
committerDeterminant <ted.sybil@gmail.com>2019-08-15 01:21:48 -0400
commit21e12867a451b0357f6b23f51dda45e80e9b8e19 (patch)
treeee35aac4f56a78d4b5ca5090dfc971230cab30df /cmd/utils/flags.go
parent0cfa95ffa018041e53b056365a66fee32235779f (diff)
rewrite import path
Diffstat (limited to 'cmd/utils/flags.go')
-rw-r--r--cmd/utils/flags.go10
1 files changed, 5 insertions, 5 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go
index d9f0b41..f1c13bb 100644
--- a/cmd/utils/flags.go
+++ b/cmd/utils/flags.go
@@ -34,7 +34,7 @@ import (
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/fdlimit"
"github.com/ethereum/go-ethereum/consensus"
- "github.com/Determinant/coreth/consensus/dummy"
+ "github.com/ava-labs/coreth/consensus/dummy"
"github.com/ethereum/go-ethereum/consensus/clique"
"github.com/ethereum/go-ethereum/consensus/ethash"
"github.com/ethereum/go-ethereum/core"
@@ -43,15 +43,15 @@ import (
"github.com/ethereum/go-ethereum/dashboard"
"github.com/ethereum/go-ethereum/eth/downloader"
"github.com/ethereum/go-ethereum/eth/gasprice"
- "github.com/Determinant/coreth/eth"
+ "github.com/ava-labs/coreth/eth"
"github.com/ethereum/go-ethereum/ethdb"
- "github.com/Determinant/coreth/ethstats"
+ "github.com/ava-labs/coreth/ethstats"
"github.com/ethereum/go-ethereum/graphql"
"github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/metrics/influxdb"
- "github.com/Determinant/coreth/miner"
- "github.com/Determinant/coreth/node"
+ "github.com/ava-labs/coreth/miner"
+ "github.com/ava-labs/coreth/node"
"github.com/ethereum/go-ethereum/p2p"
"github.com/ethereum/go-ethereum/p2p/discv5"
"github.com/ethereum/go-ethereum/p2p/enode"