Generate a random key ID on registration

This commit is contained in:
cheddar 2025-02-17 21:03:31 -05:00
parent 949d1fc2ad
commit 09417b5147
No known key found for this signature in database
5 changed files with 47 additions and 10 deletions

1
go.mod
View file

@ -4,6 +4,7 @@ go 1.23.4
require (
github.com/common-fate/httpsig v0.2.1
github.com/google/uuid v1.6.0
github.com/opencontainers/go-digest v1.0.0
golang.org/x/crypto v0.33.0
)