@@ -8,68 +8,72 @@ require (
8
8
github.com/disintegration/imaging v1.6.2
9
9
github.com/gertd/go-pluralize v0.2.1
10
10
github.com/getsentry/sentry-go v0.13.0
11
- github.com/gin-gonic/gin v1.8.0
12
- github.com/go-redis/redis/v9 v9.0.0-beta.1
11
+ github.com/gin-gonic/gin v1.9.0
13
12
github.com/golang-jwt/jwt/v4 v4.4.2
14
13
github.com/iancoleman/strcase v0.2.0
15
14
github.com/jordan-wright/email v4.0.1-0.20210109023952-943e75fe5223+incompatible
16
15
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
17
16
github.com/mojocn/base64Captcha v1.3.5
17
+ github.com/redis/go-redis/v9 v9.0.2
18
18
github.com/spf13/cast v1.5.0
19
19
github.com/spf13/cobra v1.5.0
20
20
github.com/spf13/viper v1.12.0
21
21
github.com/thedevsaddam/govalidator v1.9.10
22
- github.com/ulule/limiter/v3 v3.10.0
22
+ github.com/ulule/limiter/v3 v3.11.1
23
23
go.uber.org/zap v1.21.0
24
- golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
24
+ golang.org/x/crypto v0.7.0
25
25
gopkg.in/natefinch/lumberjack.v2 v2.0.0
26
26
gorm.io/driver/mysql v1.3.2
27
27
gorm.io/driver/sqlite v1.1.6
28
28
gorm.io/gorm v1.23.5
29
29
)
30
30
31
31
require (
32
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
32
+ github.com/bytedance/sonic v1.8.0 // indirect
33
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
34
+ github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
33
35
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
34
36
github.com/fsnotify/fsnotify v1.5.4 // indirect
35
37
github.com/gin-contrib/sse v0.1.0 // indirect
36
- github.com/go-playground/locales v0.14.0 // indirect
37
- github.com/go-playground/universal-translator v0.18.0 // indirect
38
- github.com/go-playground/validator/v10 v10.11.0 // indirect
39
- github.com/go-redis/redis/v8 v8.11.4 // indirect
38
+ github.com/go-playground/locales v0.14.1 // indirect
39
+ github.com/go-playground/universal-translator v0.18.1 // indirect
40
+ github.com/go-playground/validator/v10 v10.11.2 // indirect
40
41
github.com/go-sql-driver/mysql v1.6.0 // indirect
41
- github.com/goccy/go-json v0.9.7 // indirect
42
+ github.com/goccy/go-json v0.10.0 // indirect
42
43
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
43
44
github.com/google/uuid v1.1.2 // indirect
44
45
github.com/hashicorp/hcl v1.0.0 // indirect
45
46
github.com/inconshreveable/mousetrap v1.0.0 // indirect
46
47
github.com/jinzhu/inflection v1.0.0 // indirect
47
48
github.com/jinzhu/now v1.1.4 // indirect
48
49
github.com/json-iterator/go v1.1.12 // indirect
50
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
49
51
github.com/leodido/go-urn v1.2.1 // indirect
50
52
github.com/magiconair/properties v1.8.6 // indirect
51
53
github.com/mattn/go-colorable v0.1.12 // indirect
52
- github.com/mattn/go-isatty v0.0.14 // indirect
54
+ github.com/mattn/go-isatty v0.0.17 // indirect
53
55
github.com/mattn/go-sqlite3 v1.14.8 // indirect
54
56
github.com/mitchellh/mapstructure v1.5.0 // indirect
55
57
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
56
58
github.com/modern-go/reflect2 v1.0.2 // indirect
57
59
github.com/pborman/uuid v1.2.1 // indirect
58
60
github.com/pelletier/go-toml v1.9.5 // indirect
59
- github.com/pelletier/go-toml/v2 v2.0.1 // indirect
61
+ github.com/pelletier/go-toml/v2 v2.0.6 // indirect
60
62
github.com/pkg/errors v0.9.1 // indirect
61
63
github.com/spf13/afero v1.8.2 // indirect
62
64
github.com/spf13/jwalterweatherman v1.1.0 // indirect
63
65
github.com/spf13/pflag v1.0.5 // indirect
64
66
github.com/subosito/gotenv v1.4.0 // indirect
65
- github.com/ugorji/go/codec v1.2.7 // indirect
67
+ github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
68
+ github.com/ugorji/go/codec v1.2.9 // indirect
66
69
go.uber.org/atomic v1.7.0 // indirect
67
70
go.uber.org/multierr v1.6.0 // indirect
71
+ golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
68
72
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
69
- golang.org/x/net v0.0.0-20220531201128-c960675eff93 // indirect
70
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
71
- golang.org/x/text v0.3.7 // indirect
72
- google.golang.org/protobuf v1.28.0 // indirect
73
+ golang.org/x/net v0.8.0 // indirect
74
+ golang.org/x/sys v0.6.0 // indirect
75
+ golang.org/x/text v0.8.0 // indirect
76
+ google.golang.org/protobuf v1.28.1 // indirect
73
77
gopkg.in/ini.v1 v1.66.6 // indirect
74
78
gopkg.in/yaml.v2 v2.4.0 // indirect
75
79
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments