Switch to new subrepo import paths.
This commit is contained in:
parent
a5298a643e
commit
f9cc0f47b4
4 changed files with 7 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -7,7 +7,8 @@ package btcutil
|
|||
import (
|
||||
"hash"
|
||||
|
||||
"code.google.com/p/go.crypto/ripemd160"
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
|
||||
"github.com/conformal/fastsha256"
|
||||
)
|
||||
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue