From 21e12867a451b0357f6b23f51dda45e80e9b8e19 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 15 Aug 2019 01:21:48 -0400 Subject: rewrite import path --- cmd/utils/flags.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cmd/utils/flags.go') 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" -- cgit v1.2.3