Change go-uuid to use the current supported repository.

This commit is contained in:
Jeff R. Allen
2015-09-10 21:48:20 +06:00
parent 90f1fe0ed2
commit 0d40727775
21 changed files with 237 additions and 16 deletions

View File

@ -36,9 +36,9 @@ import (
"io"
"reflect"
"code.google.com/p/go-uuid/uuid"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto/randentropy"
"github.com/pborman/uuid"
"golang.org/x/crypto/pbkdf2"
"golang.org/x/crypto/scrypt"
)