Update websocket import paths to new location.

This commit is contained in:
Dave Collins 2015-01-15 17:25:14 -06:00
parent 3dfefc978f
commit bbec5f3a91

View file

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