Update btcws import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 23:37:26 -06:00
parent a57505b7f0
commit 10643379a9
3 changed files with 3 additions and 3 deletions

View file

@ -33,10 +33,10 @@ import (
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/btcsuite/fastsha256"
"github.com/btcsuite/websocket"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
)
const (

View file

@ -23,10 +23,10 @@ import (
"github.com/btcsuite/btcscript"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/btcsuite/btcws"
"github.com/btcsuite/fastsha256"
"github.com/btcsuite/websocket"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
)
const (

View file

@ -11,9 +11,9 @@ import (
"strconv"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcws"
flags "github.com/btcsuite/go-flags"
"github.com/conformal/btcjson"
"github.com/conformal/btcws"
"github.com/davecgh/go-spew/spew"
)