aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mist/flags.go2
-rw-r--r--cmd/utils/cmd.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/mist/flags.go b/cmd/mist/flags.go
index d5ed60a21..c4edb8dae 100644
--- a/cmd/mist/flags.go
+++ b/cmd/mist/flags.go
@@ -30,12 +30,12 @@ import (
"path/filepath"
"runtime"
- "bitbucket.org/kardianos/osext"
"github.com/ethereum/go-ethereum/crypto"
"github.com/ethereum/go-ethereum/ethutil"
"github.com/ethereum/go-ethereum/logger"
"github.com/ethereum/go-ethereum/p2p/nat"
"github.com/ethereum/go-ethereum/vm"
+ "github.com/kardianos/osext"
)
var (
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")