Update btcws import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 23:38:11 -06:00
parent fccfbbb347
commit 9e86f74c50
4 changed files with 4 additions and 4 deletions

View file

@ -11,8 +11,8 @@ import (
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire" "github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcws"
) )
// FutureDebugLevelResult is a future promise to deliver the result of a // FutureDebugLevelResult is a future promise to deliver the result of a

View file

@ -20,10 +20,10 @@ import (
"sync/atomic" "sync/atomic"
"time" "time"
"github.com/btcsuite/btcws"
"github.com/btcsuite/go-socks/socks" "github.com/btcsuite/go-socks/socks"
"github.com/btcsuite/websocket" "github.com/btcsuite/websocket"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcws"
) )
var ( var (

View file

@ -15,8 +15,8 @@ import (
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire" "github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcws"
) )
var ( var (

View file

@ -11,8 +11,8 @@ import (
"github.com/btcsuite/btcnet" "github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil" "github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire" "github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/conformal/btcjson" "github.com/conformal/btcjson"
"github.com/conformal/btcws"
) )
// ***************************** // *****************************