55require (
66 github.com/coreos/etcd v3.3.13+incompatible
77 github.com/dgrijalva/jwt-go v3.2.0+incompatible
8+ github.com/go-playground/validator/v10 v10.25.0
89 github.com/go-sql-driver/mysql v1.4.1
910 github.com/go-xorm/builder v0.3.2
1011 github.com/go-xorm/core v0.6.1-0.20181008132326-6bc9412b1c4d
@@ -13,7 +14,7 @@ require (
1314 github.com/kataras/iris/v12 v12.2.7
1415 github.com/satori/go.uuid v1.2.0
1516 github.com/spf13/cobra v0.0.5
16- golang.org/x/crypto v0.14 .0
17+ golang.org/x/crypto v0.32 .0
1718 gopkg.in/go-playground/validator.v9 v9.27.0
1819 gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
1920 gopkg.in/yaml.v2 v2.4.0
@@ -35,9 +36,10 @@ require (
3536 github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
3637 github.com/fatih/structs v1.1.0 // indirect
3738 github.com/flosch/pongo2/v4 v4.0.2 // indirect
39+ github.com/gabriel-vasile/mimetype v1.4.8 // indirect
3840 github.com/ghodss/yaml v1.0.0 // indirect
39- github.com/go-playground/locales v0.12 .1 // indirect
40- github.com/go-playground/universal-translator v0.16.0 // indirect
41+ github.com/go-playground/locales v0.14 .1 // indirect
42+ github.com/go-playground/universal-translator v0.18.1 // indirect
4143 github.com/gobwas/httphead v0.1.0 // indirect
4244 github.com/gobwas/pool v0.2.1 // indirect
4345 github.com/gobwas/ws v1.3.0 // indirect
@@ -66,7 +68,7 @@ require (
6668 github.com/kataras/tunnel v0.0.4 // indirect
6769 github.com/klauspost/compress v1.17.2 // indirect
6870 github.com/kr/pretty v0.2.1 // indirect
69- github.com/leodido/go-urn v1.1 .0 // indirect
71+ github.com/leodido/go-urn v1.4 .0 // indirect
7072 github.com/mailgun/raymond/v2 v2.0.48 // indirect
7173 github.com/mailru/easyjson v0.7.7 // indirect
7274 github.com/mediocregopher/radix/v3 v3.8.1 // indirect
@@ -94,9 +96,9 @@ require (
9496 go.uber.org/multierr v1.1.0 // indirect
9597 go.uber.org/zap v1.10.0 // indirect
9698 golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
97- golang.org/x/net v0.17 .0 // indirect
98- golang.org/x/sys v0.13 .0 // indirect
99- golang.org/x/text v0.13 .0 // indirect
99+ golang.org/x/net v0.34 .0 // indirect
100+ golang.org/x/sys v0.29 .0 // indirect
101+ golang.org/x/text v0.21 .0 // indirect
100102 golang.org/x/time v0.3.0 // indirect
101103 golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
102104 google.golang.org/appengine v1.6.1 // indirect
0 commit comments