mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
17 lines
484 B
Modula-2
17 lines
484 B
Modula-2
module route256/comments
|
|
|
|
go 1.23.1
|
|
|
|
require github.com/go-playground/validator/v10 v10.27.0
|
|
|
|
require (
|
|
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
|
|
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
|
|
)
|