Browse Source

Update code.google.com to use golang.org

pull/169/merge
Jae Kwon 9 years ago
parent
commit
0316dfc6f2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      types/part_set.go

+ 1
- 1
types/part_set.go 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"


Loading…
Cancel
Save