Update go-socks import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 01:21:57 -06:00
parent 8975c0c459
commit f4e426c69f
2 changed files with 2 additions and 2 deletions

View File

@ -18,11 +18,11 @@ import (
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
flags "github.com/btcsuite/go-flags" flags "github.com/btcsuite/go-flags"
"github.com/btcsuite/go-socks/socks"
"github.com/conformal/btcdb" "github.com/conformal/btcdb"
_ "github.com/conformal/btcdb/ldb" _ "github.com/conformal/btcdb/ldb"
_ "github.com/conformal/btcdb/memdb" _ "github.com/conformal/btcdb/memdb"
"github.com/conformal/btcwire" "github.com/conformal/btcwire"
socks "github.com/conformal/go-socks"
) )
const ( const (

View File

@ -18,11 +18,11 @@ import (
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcutil/bloom" "github.com/btcsuite/btcutil/bloom"
"github.com/btcsuite/go-socks/socks"
"github.com/conformal/btcchain" "github.com/conformal/btcchain"
"github.com/conformal/btcd/addrmgr" "github.com/conformal/btcd/addrmgr"
"github.com/conformal/btcdb" "github.com/conformal/btcdb"
"github.com/conformal/btcwire" "github.com/conformal/btcwire"
socks "github.com/conformal/go-socks"
"github.com/davecgh/go-spew/spew" "github.com/davecgh/go-spew/spew"
) )