mirror of
https://github.com/foomo/fender.git
synced 2026-04-16 18:34:30 +00:00
23 lines
636 B
Modula-2
23 lines
636 B
Modula-2
module github.com/foomo/fender
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.11.2
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/stretchr/testify v1.8.2
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/crypto v0.5.0 // indirect
|
|
golang.org/x/sys v0.4.0 // indirect
|
|
golang.org/x/text v0.6.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|