Update btcnet import paths to new location.

This commit is contained in:
Dave Collins 2015-01-16 17:32:30 -06:00
parent 283aa28be5
commit a26a65e2e0
13 changed files with 13 additions and 13 deletions

View file

@ -21,10 +21,10 @@ import (
"sync"
"time"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcrpcclient"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcnet"
"github.com/conformal/btcwallet/keystore"
"github.com/conformal/btcwallet/txstore"
"github.com/conformal/btcws"

View file

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

View file

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

View file

@ -17,7 +17,7 @@
package main
import (
"github.com/conformal/btcnet"
"github.com/btcsuite/btcnet"
)
var activeNet = &testNet3Params

View file

@ -17,10 +17,10 @@
package txstore
import (
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/conformal/btcchain"
"github.com/conformal/btcjson"
"github.com/conformal/btcnet"
"github.com/conformal/btcscript"
)

View file

@ -24,10 +24,10 @@ import (
"sync"
"time"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcchain"
"github.com/conformal/btcnet"
"github.com/conformal/btcscript"
)

View file

@ -20,9 +20,9 @@ import (
"testing"
"time"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcnet"
. "github.com/conformal/btcwallet/txstore"
)

View file

@ -22,7 +22,7 @@ import (
"os"
"path/filepath"
"github.com/conformal/btcnet"
"github.com/btcsuite/btcnet"
"github.com/conformal/btcwallet/votingpool"
"github.com/conformal/btcwallet/waddrmgr"
"github.com/conformal/btcwallet/walletdb"

View file

@ -27,8 +27,8 @@ import (
"runtime"
"testing"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil/hdkeychain"
"github.com/conformal/btcnet"
"github.com/conformal/btcwallet/votingpool"
"github.com/conformal/btcwallet/waddrmgr"
"github.com/conformal/btcwallet/walletdb"

View file

@ -23,7 +23,7 @@ import (
"path/filepath"
"testing"
"github.com/conformal/btcnet"
"github.com/btcsuite/btcnet"
"github.com/conformal/btcwallet/waddrmgr"
"github.com/conformal/btcwallet/walletdb"
_ "github.com/conformal/btcwallet/walletdb/bdb"

View file

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

View file

@ -23,9 +23,9 @@ import (
"reflect"
"testing"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcnet"
"github.com/conformal/btcwallet/waddrmgr"
"github.com/conformal/btcwallet/walletdb"
)

View file

@ -26,11 +26,11 @@ import (
"sync"
"time"
"github.com/btcsuite/btcnet"
"github.com/btcsuite/btcutil"
"github.com/btcsuite/btcwire"
"github.com/conformal/btcchain"
"github.com/conformal/btcjson"
"github.com/conformal/btcnet"
"github.com/conformal/btcwallet/chain"
"github.com/conformal/btcwallet/keystore"
"github.com/conformal/btcwallet/txstore"