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/cmd.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/utils/cmd.go') diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go index 91b1bb5..8207d1f 100644 --- a/cmd/utils/cmd.go +++ b/cmd/utils/cmd.go @@ -33,9 +33,9 @@ import ( "github.com/ethereum/go-ethereum/core/types" "github.com/ethereum/go-ethereum/crypto" "github.com/ethereum/go-ethereum/ethdb" - "github.com/Determinant/coreth/internal/debug" + "github.com/ava-labs/coreth/internal/debug" "github.com/ethereum/go-ethereum/log" - "github.com/Determinant/coreth/node" + "github.com/ava-labs/coreth/node" "github.com/ethereum/go-ethereum/rlp" ) -- cgit v1.2.3