Update btcjson import paths to new location.
This commit is contained in:
parent
0ff8ea3848
commit
80aaecd8a2
5 changed files with 5 additions and 5 deletions
|
@ -36,7 +36,7 @@ websocket.JSON.Send(btcdWSConn, cmd)
|
|||
// Server Side
|
||||
import (
|
||||
"golang.org/x/net/websocket"
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcws"
|
||||
)
|
||||
|
||||
|
|
2
cmds.go
2
cmds.go
|
@ -8,8 +8,8 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcwire"
|
||||
"github.com/conformal/btcjson"
|
||||
)
|
||||
|
||||
// Help texts
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/btcsuite/btcjson"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
|
@ -8,8 +8,8 @@ import (
|
|||
"reflect"
|
||||
"testing"
|
||||
|
||||
"github.com/btcsuite/btcjson"
|
||||
"github.com/btcsuite/btcws"
|
||||
"github.com/conformal/btcjson"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue