@@ -11,13 +11,12 @@ require (
11
11
github.com/gin-gonic/gin v1.7.3
12
12
github.com/go-admin-team/go-admin-core v1.3.11
13
13
github.com/go-admin-team/go-admin-core/plugins/logger/zap v0.0.0-20210610020726-2db73adb505d
14
- github.com/go-admin-team/gorm-adapter/v3 v3.2.1-0.20220308061210-6db7e7891fb9
15
14
github.com/go-playground/locales v0.13.0
16
15
github.com/go-playground/universal-translator v0.17.0
17
16
github.com/go-playground/validator/v10 v10.4.1
18
17
github.com/go-redis/redis/v7 v7.4.0
19
18
github.com/golang-jwt/jwt/v4 v4.4.2
20
- github.com/google/uuid v1.1.2
19
+ github.com/google/uuid v1.3.0
21
20
github.com/gorilla/websocket v1.4.2
22
21
github.com/mojocn/base64Captcha v1.3.1
23
22
github.com/nsqio/go-nsq v1.0.8
@@ -26,25 +25,30 @@ require (
26
25
github.com/shamsher31/goimgext v1.0.0
27
26
github.com/slok/go-http-metrics v0.9.0
28
27
github.com/smartystreets/goconvey v1.6.4
29
- golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
30
- gorm.io/gorm v1.23.1
28
+ golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4
29
+ gorm.io/gorm v1.23.8
31
30
)
32
31
33
32
require (
34
33
github.com/BurntSushi/toml v0.3.1 // indirect
35
34
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
36
35
github.com/beorn7/perks v1.0.1 // indirect
37
36
github.com/bitly/go-simplejson v0.5.0 // indirect
38
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
37
+ github.com/casbin/gorm-adapter/v3 v3.7.4 // indirect
38
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
39
39
github.com/chanxuehong/rand v0.0.0-20201110082127-2f19a1bdd973 // indirect
40
- github.com/denisenkom/go-mssqldb v0.0.0-20200428022330-06a60b6afbbc // indirect
40
+ github.com/denisenkom/go-mssqldb v0.12.0 // indirect
41
41
github.com/fatih/color v1.7.0 // indirect
42
42
github.com/fsnotify/fsnotify v1.4.7 // indirect
43
43
github.com/ghodss/yaml v1.0.0 // indirect
44
44
github.com/gin-contrib/sse v0.1.0 // indirect
45
45
github.com/git-chglog/git-chglog v0.0.0-20190611050339-63a4e637021f // indirect
46
- github.com/go-sql-driver/mysql v1.5.0 // indirect
47
- github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
46
+ github.com/glebarez/go-sqlite v1.16.0 // indirect
47
+ github.com/glebarez/sqlite v1.4.3 // indirect
48
+ github.com/go-admin-team/gorm-adapter/v3 v3.7.6 // indirect
49
+ github.com/go-sql-driver/mysql v1.6.0 // indirect
50
+ github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
51
+ github.com/golang-sql/sqlexp v0.0.0-20170517235910-f1bb20e5a188 // indirect
48
52
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
49
53
github.com/golang/protobuf v1.4.3 // indirect
50
54
github.com/golang/snappy v0.0.1 // indirect
@@ -53,22 +57,22 @@ require (
53
57
github.com/henrylee2cn/goutil v0.0.0-20210127050712-89660552f6f8 // indirect
54
58
github.com/imdario/mergo v0.3.9 // indirect
55
59
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
56
- github.com/jackc/pgconn v1.6.4 // indirect
60
+ github.com/jackc/pgconn v1.11.0 // indirect
57
61
github.com/jackc/pgio v1.0.0 // indirect
58
62
github.com/jackc/pgpassfile v1.0.0 // indirect
59
- github.com/jackc/pgproto3/v2 v2.0.2 // indirect
63
+ github.com/jackc/pgproto3/v2 v2.2.0 // indirect
60
64
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
61
- github.com/jackc/pgtype v1.4.2 // indirect
62
- github.com/jackc/pgx/v4 v4.8.1 // indirect
65
+ github.com/jackc/pgtype v1.10.0 // indirect
66
+ github.com/jackc/pgx/v4 v4.15.0 // indirect
63
67
github.com/jinzhu/inflection v1.0.0 // indirect
64
- github.com/jinzhu/now v1.1.2 // indirect
68
+ github.com/jinzhu/now v1.1.5 // indirect
65
69
github.com/json-iterator/go v1.1.11 // indirect
66
70
github.com/jtolds/gls v4.20.0+incompatible // indirect
67
71
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
68
72
github.com/leodido/go-urn v1.2.0 // indirect
69
73
github.com/mattn/go-colorable v0.1.7 // indirect
70
- github.com/mattn/go-isatty v0.0.12 // indirect
71
- github.com/mattn/go-sqlite3 v1.14.5 // indirect
74
+ github.com/mattn/go-isatty v0.0.14 // indirect
75
+ github.com/mattn/go-sqlite3 v1.14.12 // indirect
72
76
github.com/mattn/goveralls v0.0.2 // indirect
73
77
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
74
78
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
@@ -80,27 +84,33 @@ require (
80
84
github.com/prometheus/client_model v0.2.0 // indirect
81
85
github.com/prometheus/common v0.26.0 // indirect
82
86
github.com/prometheus/procfs v0.6.0 // indirect
87
+ github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect
83
88
github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d // indirect
84
89
github.com/spf13/cast v1.3.1 // indirect
85
90
github.com/tsuyoshiwada/go-gitcmd v0.0.0-20180205145712-5f1f5f9475df // indirect
86
91
github.com/ugorji/go/codec v1.1.7 // indirect
87
92
github.com/urfave/cli v1.20.0 // indirect
88
93
go.uber.org/atomic v1.6.0 // indirect
89
94
go.uber.org/multierr v1.5.0 // indirect
90
- go.uber.org/zap v1.10 .0 // indirect
95
+ go.uber.org/zap v1.13 .0 // indirect
91
96
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
92
- golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 // indirect
93
- golang.org/x/text v0.3.3 // indirect
97
+ golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
98
+ golang.org/x/text v0.3.7 // indirect
94
99
golang.org/x/tools v0.0.0-20210106214847-113979e3529a // indirect
95
100
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
96
101
google.golang.org/protobuf v1.26.0-rc.1 // indirect
97
102
gopkg.in/AlecAivazis/survey.v1 v1.8.5 // indirect
98
103
gopkg.in/kyokomi/emoji.v1 v1.5.1 // indirect
99
- gopkg.in/yaml.v2 v2.3.0 // indirect
100
- gorm.io/driver/mysql v1.0.3 // indirect
101
- gorm.io/driver/postgres v1.0.1 // indirect
102
- gorm.io/driver/sqlite v1.1.4 // indirect
103
- gorm.io/driver/sqlserver v1.0.4 // indirect
104
+ gopkg.in/yaml.v2 v2.4.0 // indirect
105
+ gorm.io/driver/mysql v1.3.3 // indirect
106
+ gorm.io/driver/postgres v1.3.4 // indirect
107
+ gorm.io/driver/sqlite v1.3.1 // indirect
108
+ gorm.io/driver/sqlserver v1.3.2 // indirect
109
+ gorm.io/plugin/dbresolver v1.1.0 // indirect
110
+ modernc.org/libc v1.15.1 // indirect
111
+ modernc.org/mathutil v1.4.1 // indirect
112
+ modernc.org/memory v1.0.7 // indirect
113
+ modernc.org/sqlite v1.16.0 // indirect
104
114
)
105
115
106
116
// replace (
0 commit comments