V7 because why not
This commit is contained in:
parent
a2cf1d6b7b
commit
32fcdcbbf6
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ package keydirectory
|
|||
import "github.com/google/uuid"
|
||||
|
||||
func generateKeyId() (string, error) {
|
||||
uuid, err := uuid.NewRandom()
|
||||
uuid, err := uuid.NewV7()
|
||||
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue