diff --git a/opcode.go b/opcode.go index 99071802..053d268e 100644 --- a/opcode.go +++ b/opcode.go @@ -13,7 +13,8 @@ import ( "hash" "math/big" - "code.google.com/p/go.crypto/ripemd160" + "golang.org/x/crypto/ripemd160" + "github.com/conformal/btcec" "github.com/conformal/btcwire" "github.com/conformal/fastsha256"