Update go-socks import paths to new location.
This commit is contained in:
parent
8975c0c459
commit
f4e426c69f
2 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ import (
|
|||
|
||||
"github.com/btcsuite/btcutil"
|
||||
flags "github.com/btcsuite/go-flags"
|
||||
"github.com/btcsuite/go-socks/socks"
|
||||
"github.com/conformal/btcdb"
|
||||
_ "github.com/conformal/btcdb/ldb"
|
||||
_ "github.com/conformal/btcdb/memdb"
|
||||
"github.com/conformal/btcwire"
|
||||
socks "github.com/conformal/go-socks"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
2
peer.go
2
peer.go
|
@ -18,11 +18,11 @@ import (
|
|||
|
||||
"github.com/btcsuite/btcutil"
|
||||
"github.com/btcsuite/btcutil/bloom"
|
||||
"github.com/btcsuite/go-socks/socks"
|
||||
"github.com/conformal/btcchain"
|
||||
"github.com/conformal/btcd/addrmgr"
|
||||
"github.com/conformal/btcdb"
|
||||
"github.com/conformal/btcwire"
|
||||
socks "github.com/conformal/go-socks"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue