From bca3d5ba7beeaf77c6b2e4d013fb08ab371972c0 Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 11 Dec 2014 10:31:17 -0500 Subject: [PATCH] Switch to new subrepo import paths. --- opcode.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"