mirror of
https://github.com/foomo/fender.git
synced 2026-04-15 18:04:28 +00:00
23 lines
680 B
Modula-2
23 lines
680 B
Modula-2
module github.com/foomo/fender
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.30.1
|
|
github.com/stretchr/testify v1.11.1
|
|
golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.13 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/leodido/go-urn v1.4.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
golang.org/x/text v0.34.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|