godash/go.mod

28 lines
852 B
Modula-2
Raw Normal View History

2023-06-16 13:19:10 +02:00
module gitlab.unjx.de/flohoss/godash
2023-06-14 21:53:27 +02:00
go 1.20
require (
2023-06-16 13:19:10 +02:00
github.com/caarlos0/env/v8 v8.0.0
github.com/go-playground/validator/v10 v10.14.1
github.com/stretchr/testify v1.8.3
2023-06-14 21:53:27 +02:00
go.uber.org/zap v1.24.0
)
require (
2023-06-16 13:19:10 +02:00
github.com/davecgh/go-spew v1.1.1 // 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/leodido/go-urn v1.2.4 // indirect
2023-06-14 21:53:27 +02:00
github.com/pkg/errors v0.9.1 // indirect
2023-06-16 13:19:10 +02:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-06-14 21:53:27 +02:00
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
2023-06-16 13:32:39 +02:00
gopkg.in/yaml.v3 v3.0.1 // indirect
2023-06-14 21:53:27 +02:00
)