From 0316dfc6f26ff4bfca97a38b53f3703371d7ea20 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Thu, 17 Dec 2015 13:27:30 -0800 Subject: [PATCH] Update code.google.com to use golang.org --- types/part_set.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/part_set.go b/types/part_set.go index 0883140d4..5940a85d8 100644 --- a/types/part_set.go +++ b/types/part_set.go @@ -7,7 +7,7 @@ import ( "io" "sync" - "code.google.com/p/go.crypto/ripemd160" + "golang.org/x/crypto/ripemd160" . "github.com/tendermint/go-common" "github.com/tendermint/go-merkle"