24 lines
714 B
Modula-2
Raw Permalink Normal View History

2025-05-05 22:51:22 +00:00
module gitlab.com/digineat/go-broker-test
go 1.24.2
2025-05-05 23:17:45 +00:00
2025-05-07 00:25:34 +03:00
require (
github.com/go-playground/validator/v10 v10.26.0
github.com/mattn/go-sqlite3 v1.14.28
github.com/stretchr/testify v1.8.4
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.8 // 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.33.0 // indirect
golang.org/x/net v0.34.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)