diff options
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 ( |