Update go-socks import paths to new location.
This commit is contained in:
parent
62b2ec081a
commit
231854f24b
1 changed files with 1 additions and 1 deletions
|
@ -20,10 +20,10 @@ import (
|
|||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/btcsuite/go-socks/socks"
|
||||
"github.com/btcsuite/websocket"
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/conformal/btcws"
|
||||
"github.com/conformal/go-socks"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue