Switch to new subrepo import paths.

This commit is contained in:
Josh Rickmar 2014-12-11 10:28:43 -05:00
parent a5298a643e
commit f9cc0f47b4
4 changed files with 7 additions and 4 deletions

View file

@ -9,7 +9,8 @@ import (
"encoding/hex"
"errors"
"code.google.com/p/go.crypto/ripemd160"
"golang.org/x/crypto/ripemd160"
"github.com/conformal/btcec"
"github.com/conformal/btcnet"
"github.com/conformal/btcwire"

View file

@ -11,7 +11,7 @@ import (
"reflect"
"testing"
"code.google.com/p/go.crypto/ripemd160"
"golang.org/x/crypto/ripemd160"
"github.com/conformal/btcnet"
"github.com/conformal/btcutil"

View file

@ -7,7 +7,8 @@ package btcutil
import (
"hash"
"code.google.com/p/go.crypto/ripemd160"
"golang.org/x/crypto/ripemd160"
"github.com/conformal/fastsha256"
)

View file

@ -12,7 +12,8 @@ interface. The functions are only exported while the tests are being run.
package btcutil
import (
"code.google.com/p/go.crypto/ripemd160"
"golang.org/x/crypto/ripemd160"
"github.com/conformal/btcec"
)