Update golang.org/x/crypto import paths to new location.

This commit is contained in:
Dave Collins
2015-03-03 21:05:26 -06:00
parent f54ffd8c76
commit a765bbff5a
5 changed files with 5 additions and 8 deletions

View File

@@ -13,11 +13,10 @@ import (
"hash"
"math/big"
"golang.org/x/crypto/ripemd160"
"github.com/btcsuite/btcd/btcec"
"github.com/btcsuite/btcd/wire"
"github.com/btcsuite/fastsha256"
"github.com/btcsuite/golangcrypto/ripemd160"
)
// An opcode defines the information related to a txscript opcode.