-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 833 Bytes
/
go.mod
File metadata and controls
26 lines (23 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/gomig/validator
go 1.21
require (
github.com/gabriel-vasile/mimetype v1.4.2
github.com/go-playground/validator/v10 v10.15.4
github.com/gomig/jalaali v1.0.0
github.com/gomig/translator v1.0.0
github.com/gomig/utils v1.0.0
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
golang.org/x/text v0.13.0
)
require (
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
github.com/tidwall/gjson v1.16.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
github.com/yaa110/go-persian-calendar v1.1.5 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/sys v0.12.0 // indirect
)