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

@ -33,12 +33,12 @@ import (
"encoding/json"
"errors"
"code.google.com/p/go-uuid/uuid"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/crypto/ecies"
"github.com/ethereum/go-ethereum/crypto/secp256k1"
"github.com/ethereum/go-ethereum/crypto/sha3"
"github.com/ethereum/go-ethereum/rlp"
"github.com/pborman/uuid"
"golang.org/x/crypto/pbkdf2"
"golang.org/x/crypto/ripemd160"
)