Update code.google.com to use golang.org

This commit is contained in:
Jae Kwon 2015-12-17 13:27:30 -08:00
parent c3a8f202ab
commit 0316dfc6f2
1 changed files with 1 additions and 1 deletions

View File

@ -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"