- commit
- 32fcdcb
- parent
- a2cf1d6
- author
- cheddar
- date
- 2025-02-21 05:05:55 +0100 CET
V7 because why not
1 files changed,
+1,
-1
+1,
-1
1@@ -3,7 +3,7 @@ package keydirectory
2 import "github.com/google/uuid"
3
4 func generateKeyId() (string, error) {
5- uuid, err := uuid.NewRandom()
6+ uuid, err := uuid.NewV7()
7
8 if err != nil {
9 return "", err