Update golang.org/x/crypto imports to new location (round 2).

This commit is contained in:
Dave Collins 2015-03-03 21:25:38 -06:00
parent a765bbff5a
commit e0bb106646
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ import (
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/btcutil"
"golang.org/x/crypto/ripemd160"
"github.com/btcsuite/golangcrypto/ripemd160"
)
// Errors that the various database functions may return.

View file

@ -10,7 +10,7 @@ import (
"testing"
"github.com/btcsuite/btcutil"
"golang.org/x/crypto/ripemd160"
"github.com/btcsuite/golangcrypto/ripemd160"
)
func TestAddrIndexKeySerialization(t *testing.T) {