changes
This commit is contained in:
8
go.mod
8
go.mod
@@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user