22 lines
634 B
Modula-2
22 lines
634 B
Modula-2
module github.com/xmdhs/authlib-skin
|
|
|
|
go 1.21.0
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.15.3
|
|
github.com/julienschmidt/httprouter v1.3.0
|
|
)
|
|
|
|
require (
|
|
github.com/bwmarrin/snowflake v0.3.0 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/google/uuid v1.3.1 // indirect
|
|
github.com/leodido/go-urn v1.2.4 // indirect
|
|
golang.org/x/crypto v0.7.0 // indirect
|
|
golang.org/x/net v0.8.0 // indirect
|
|
golang.org/x/sys v0.6.0 // indirect
|
|
golang.org/x/text v0.8.0 // indirect
|
|
)
|