diff options
author | Felix Lange <fjl@twurst.com> | 2015-09-14 18:06:59 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2015-09-14 18:06:59 +0800 |
commit | a9c809b441146dcd2c3f4d174f00148a510aeb75 (patch) | |
tree | ce7bb6b4597c97405fed4621e54df5e8bb24c884 /crypto/key_store_passphrase.go | |
parent | 55ed8d108d72d12543ecdc6d8c9d9978392dabf0 (diff) | |
parent | 0d4072777520a665637937efd440e06f18ea0626 (diff) | |
download | go-tangerine-a9c809b441146dcd2c3f4d174f00148a510aeb75.tar go-tangerine-a9c809b441146dcd2c3f4d174f00148a510aeb75.tar.gz go-tangerine-a9c809b441146dcd2c3f4d174f00148a510aeb75.tar.bz2 go-tangerine-a9c809b441146dcd2c3f4d174f00148a510aeb75.tar.lz go-tangerine-a9c809b441146dcd2c3f4d174f00148a510aeb75.tar.xz go-tangerine-a9c809b441146dcd2c3f4d174f00148a510aeb75.tar.zst go-tangerine-a9c809b441146dcd2c3f4d174f00148a510aeb75.zip |
Merge pull request #1792 from jeffallen/uuid
Change go-uuid to use the current supported repository.
Diffstat (limited to 'crypto/key_store_passphrase.go')
-rw-r--r-- | crypto/key_store_passphrase.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/key_store_passphrase.go b/crypto/key_store_passphrase.go index f21af8dd9..c7ee00987 100644 --- a/crypto/key_store_passphrase.go +++ b/crypto/key_store_passphrase.go @@ -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" ) |