aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/utils/cmd.go
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2015-02-26 09:24:20 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2015-02-26 09:24:20 +0800
commit8eeab7ea3fb7a01a610e46940141eecf7435873a (patch)
tree85abea72fa85469ab20abed9e7e1f5f1ec938ca9 /cmd/utils/cmd.go
parent46ce66a82905185b2b42803d58f5d8f00431e03c (diff)
downloadgo-tangerine-8eeab7ea3fb7a01a610e46940141eecf7435873a.tar
go-tangerine-8eeab7ea3fb7a01a610e46940141eecf7435873a.tar.gz
go-tangerine-8eeab7ea3fb7a01a610e46940141eecf7435873a.tar.bz2
go-tangerine-8eeab7ea3fb7a01a610e46940141eecf7435873a.tar.lz
go-tangerine-8eeab7ea3fb7a01a610e46940141eecf7435873a.tar.xz
go-tangerine-8eeab7ea3fb7a01a610e46940141eecf7435873a.tar.zst
go-tangerine-8eeab7ea3fb7a01a610e46940141eecf7435873a.zip
Update osext import path
Diffstat (limited to 'cmd/utils/cmd.go')
-rw-r--r--cmd/utils/cmd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/cmd.go b/cmd/utils/cmd.go
index bc8fafafb..d78b6a94d 100644
--- a/cmd/utils/cmd.go
+++ b/cmd/utils/cmd.go
@@ -30,7 +30,6 @@ import (
"regexp"
"runtime"
- "bitbucket.org/kardianos/osext"
"github.com/ethereum/go-ethereum/core/types"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/eth"
@@ -42,6 +41,7 @@ import (
rpcws "github.com/ethereum/go-ethereum/rpc/ws"
"github.com/ethereum/go-ethereum/state"
"github.com/ethereum/go-ethereum/xeth"
+ "github.com/kardianos/osext"
)
var clilogger = logger.NewLogger("CLI")