diff options
author | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-26 09:24:20 +0800 |
---|---|---|
committer | Taylor Gerring <taylor.gerring@gmail.com> | 2015-02-26 09:24:20 +0800 |
commit | 8eeab7ea3fb7a01a610e46940141eecf7435873a (patch) | |
tree | 85abea72fa85469ab20abed9e7e1f5f1ec938ca9 /cmd/mist | |
parent | 46ce66a82905185b2b42803d58f5d8f00431e03c (diff) | |
download | go-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/mist')
-rw-r--r-- | cmd/mist/flags.go | 2 |
1 files changed, 1 insertions, 1 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 ( |