roese-utils/go.mod

16 lines
501 B
Modula-2
Raw Normal View History

2023-10-08 11:58:12 +02:00
module git.ex.umbach.dev/Alex/roese-utils
2023-10-08 11:35:18 +02:00
go 1.21.0
require (
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/go-playground/validator/v10 v10.15.5 // 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
)