diff options
author | Jeff R. Allen <jra@nella.org> | 2015-09-10 23:48:20 +0800 |
---|---|---|
committer | Jeff R. Allen <jra@nella.org> | 2015-09-12 18:49:24 +0800 |
commit | 0d4072777520a665637937efd440e06f18ea0626 (patch) | |
tree | c6814091d82cafaae5d6ec192e174493f8d8d6af /crypto/key.go | |
parent | 90f1fe0ed2399f90f01c09e61e244121ef7d148a (diff) | |
download | dexon-0d4072777520a665637937efd440e06f18ea0626.tar.gz dexon-0d4072777520a665637937efd440e06f18ea0626.tar.zst dexon-0d4072777520a665637937efd440e06f18ea0626.zip |
Change go-uuid to use the current supported repository.
Diffstat (limited to 'crypto/key.go')
-rw-r--r-- | crypto/key.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/key.go b/crypto/key.go index d80b99759..35139b67f 100644 --- a/crypto/key.go +++ b/crypto/key.go @@ -23,8 +23,8 @@ import ( "encoding/json" "io" - "code.google.com/p/go-uuid/uuid" "github.com/ethereum/go-ethereum/common" + "github.com/pborman/uuid" ) const ( |