aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/key_store_passphrase.go
diff options
context:
space:
mode:
authorJeff R. Allen <jra@nella.org>2015-09-10 23:48:20 +0800
committerJeff R. Allen <jra@nella.org>2015-09-12 18:49:24 +0800
commit0d4072777520a665637937efd440e06f18ea0626 (patch)
treec6814091d82cafaae5d6ec192e174493f8d8d6af /crypto/key_store_passphrase.go
parent90f1fe0ed2399f90f01c09e61e244121ef7d148a (diff)
downloadgo-tangerine-0d4072777520a665637937efd440e06f18ea0626.tar
go-tangerine-0d4072777520a665637937efd440e06f18ea0626.tar.gz
go-tangerine-0d4072777520a665637937efd440e06f18ea0626.tar.bz2
go-tangerine-0d4072777520a665637937efd440e06f18ea0626.tar.lz
go-tangerine-0d4072777520a665637937efd440e06f18ea0626.tar.xz
go-tangerine-0d4072777520a665637937efd440e06f18ea0626.tar.zst
go-tangerine-0d4072777520a665637937efd440e06f18ea0626.zip
Change go-uuid to use the current supported repository.
Diffstat (limited to 'crypto/key_store_passphrase.go')
-rw-r--r--crypto/key_store_passphrase.go2
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"
)