@@ -3,49 +3,50 @@ module github.com/wejectchen/ginblog
3
3
go 1.19
4
4
5
5
require (
6
- github.com/gin-contrib/cors v1.4 .0
7
- github.com/gin-contrib/multitemplate v0.0.0-20230212012517-45920c92c271
6
+ github.com/gin-contrib/cors v1.5 .0
7
+ github.com/gin-contrib/multitemplate v0.0.0-20231230012943-32b233489a81
8
8
github.com/gin-gonic/gin v1.9.1
9
9
github.com/go-playground/locales v0.14.1
10
10
github.com/go-playground/universal-translator v0.18.1
11
- github.com/go-playground/validator/v10 v10.14 .0
12
- github.com/golang-jwt/jwt/v5 v5.0 .0
11
+ github.com/go-playground/validator/v10 v10.17 .0
12
+ github.com/golang-jwt/jwt/v5 v5.2 .0
13
13
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
14
- github.com/qiniu/go-sdk/v7 v7.14 .0
14
+ github.com/qiniu/go-sdk/v7 v7.19 .0
15
15
github.com/rifflock/lfshook v0.0.0-20180920164130-b9218ef580f5
16
- github.com/sirupsen/logrus v1.9.0
17
- golang.org/x/crypto v0.9 .0
16
+ github.com/sirupsen/logrus v1.9.3
17
+ golang.org/x/crypto v0.18 .0
18
18
gopkg.in/ini.v1 v1.67.0
19
- gorm.io/driver/mysql v1.4.7
20
- gorm.io/gorm v1.24.5
19
+ gorm.io/driver/mysql v1.5.2
20
+ gorm.io/gorm v1.25.6
21
21
)
22
22
23
23
require (
24
- github.com/bytedance/sonic v1.9.1 // indirect
25
- github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
26
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
24
+ github.com/bytedance/sonic v1.10.2 // indirect
25
+ github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
26
+ github.com/chenzhuoyu/iasm v0.9.1 // indirect
27
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
27
28
github.com/gin-contrib/sse v0.1.0 // indirect
28
- github.com/go-sql-driver/mysql v1.7.0 // indirect
29
+ github.com/go-sql-driver/mysql v1.7.1 // indirect
29
30
github.com/goccy/go-json v0.10.2 // indirect
30
31
github.com/jinzhu/inflection v1.0.0 // indirect
31
32
github.com/jinzhu/now v1.1.5 // indirect
32
33
github.com/jonboulle/clockwork v0.2.0 // indirect
33
34
github.com/json-iterator/go v1.1.12 // indirect
34
- github.com/klauspost/cpuid/v2 v2.2.4 // indirect
35
- github.com/leodido/go-urn v1.2.4 // indirect
35
+ github.com/klauspost/cpuid/v2 v2.2.6 // indirect
36
+ github.com/leodido/go-urn v1.3.0 // indirect
36
37
github.com/lestrrat-go/strftime v1.0.6 // indirect
37
- github.com/mattn/go-isatty v0.0.19 // indirect
38
+ github.com/mattn/go-isatty v0.0.20 // indirect
38
39
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
39
40
github.com/modern-go/reflect2 v1.0.2 // indirect
40
- github.com/pelletier/go-toml/v2 v2.0.8 // indirect
41
+ github.com/pelletier/go-toml/v2 v2.1.1 // indirect
41
42
github.com/pkg/errors v0.9.1 // indirect
42
43
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
43
- github.com/ugorji/go/codec v1.2.11 // indirect
44
- golang.org/x/arch v0.3 .0 // indirect
45
- golang.org/x/net v0.10 .0 // indirect
46
- golang.org/x/sync v0.1 .0 // indirect
47
- golang.org/x/sys v0.8 .0 // indirect
48
- golang.org/x/text v0.9 .0 // indirect
49
- google.golang.org/protobuf v1.30 .0 // indirect
44
+ github.com/ugorji/go/codec v1.2.12 // indirect
45
+ golang.org/x/arch v0.7 .0 // indirect
46
+ golang.org/x/net v0.20 .0 // indirect
47
+ golang.org/x/sync v0.6 .0 // indirect
48
+ golang.org/x/sys v0.16 .0 // indirect
49
+ golang.org/x/text v0.14 .0 // indirect
50
+ google.golang.org/protobuf v1.32 .0 // indirect
50
51
gopkg.in/yaml.v3 v3.0.1 // indirect
51
52
)
0 commit comments