Update btcec import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 18:08:45 -06:00
parent a26a65e2e0
commit 7db8ff3f9a
5 changed files with 5 additions and 5 deletions

View file

@ -36,10 +36,10 @@ import (
"golang.org/x/crypto/ripemd160"
"github.com/btcsuite/btcec"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcec"
"github.com/conformal/btcscript"
"github.com/conformal/btcwallet/rename"
)

View file

@ -23,10 +23,10 @@ import (
"reflect"
"testing"
"github.com/btcsuite/btcec"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcec"
"github.com/conformal/btcscript"
"github.com/davecgh/go-spew/spew"

View file

@ -37,11 +37,11 @@ import (
"sync/atomic"
"time"
"github.com/btcsuite/btcec"
"github.com/btcsuite/btcrpcclient"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/btcsuite/websocket"
"github.com/conformal/btcec"
"github.com/conformal/btcjson"
"github.com/conformal/btcscript"
"github.com/conformal/btcwallet/chain"

View file

@ -22,9 +22,9 @@ import (
"math/big"
"sync"
"github.com/btcsuite/btcec"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcutil/hdkeychain"
"github.com/conformal/btcec"
)
// zero sets all bytes in the passed slice to zero. This is used to

View file

@ -20,11 +20,11 @@ import (
"fmt"
"sync"
"github.com/btcsuite/btcec"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcutil/hdkeychain"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcec"
"github.com/conformal/btcwallet/snacl"
"github.com/conformal/btcwallet/walletdb"
)