This commit is contained in:
2025-04-29 09:46:56 +02:00
parent 23ec86183e
commit 0d12159884
2 changed files with 34 additions and 1 deletions

8
go.mod
View File

@@ -2,9 +2,15 @@ module git.send.nrw/sendnrw/goacme
go 1.24.1
require golang.org/x/crypto v0.37.0
require (
github.com/go-sql-driver/mysql v1.9.2
github.com/google/uuid v1.6.0
github.com/square/go-jose/v3 v3.0.0-20200630053402-0a67ce9b0693
golang.org/x/crypto v0.37.0
)
require (
filippo.io/edwards25519 v1.1.0 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/text v0.24.0 // indirect
)