good morning!!!!

Skip to content
Snippets Groups Projects
Commit 8eeab7ea authored by Taylor Gerring's avatar Taylor Gerring
Browse files

Update osext import path

parent 46ce66a8
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment