2023-12-16 03:30:33 -05:00
|
|
|
module github.com/super-linter/super-linter
|
|
|
|
|
|
|
|
go 1.21
|
|
|
|
|
|
|
|
toolchain go1.21.1
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
|
|
github.com/labstack/echo/v4 v4.9.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
|
|
github.com/labstack/gommon v0.4.0 // indirect
|
|
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.16 // indirect
|
|
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
|
|
github.com/valyala/fasttemplate v1.2.2 // indirect
|
2023-12-19 04:08:10 -05:00
|
|
|
golang.org/x/crypto v0.17.0 // indirect
|
2023-12-16 03:30:33 -05:00
|
|
|
golang.org/x/net v0.17.0 // indirect
|
2023-12-19 04:08:10 -05:00
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
|
|
golang.org/x/text v0.14.0 // indirect
|
2023-12-16 03:30:33 -05:00
|
|
|
)
|