@@ -4,11 +4,11 @@ go 1.20
4
4
5
5
require (
6
6
github.com/apapsch/go-jsonmerge/v2 v2.0.0
7
- github.com/gin-gonic/gin v1.9.1
7
+ github.com/gin-gonic/gin v1.10.0
8
8
github.com/google/uuid v1.5.0
9
9
github.com/kataras/iris/v12 v12.2.6-0.20230908161203-24ba4e8933b9
10
10
github.com/labstack/echo/v4 v4.11.4
11
- github.com/stretchr/testify v1.8.4
11
+ github.com/stretchr/testify v1.9.0
12
12
)
13
13
14
14
require (
@@ -19,17 +19,18 @@ require (
19
19
github.com/Shopify/goreferrer v0.0.0-20220729165902-8cddb4f5de06 // indirect
20
20
github.com/andybalholm/brotli v1.0.5 // indirect
21
21
github.com/aymerick/douceur v0.2.0 // indirect
22
- github.com/bytedance/sonic v1.10.0-rc3 // indirect
23
- github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
24
- github.com/chenzhuoyu/iasm v0.9.0 // indirect
22
+ github.com/bytedance/sonic v1.11.6 // indirect
23
+ github.com/bytedance/sonic/loader v0.1.1 // indirect
24
+ github.com/cloudwego/base64x v0.1.4 // indirect
25
+ github.com/cloudwego/iasm v0.2.0 // indirect
25
26
github.com/davecgh/go-spew v1.1.1 // indirect
26
27
github.com/fatih/structs v1.1.0 // indirect
27
28
github.com/flosch/pongo2/v4 v4.0.2 // indirect
28
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
29
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
29
30
github.com/gin-contrib/sse v0.1.0 // indirect
30
31
github.com/go-playground/locales v0.14.1 // indirect
31
32
github.com/go-playground/universal-translator v0.18.1 // indirect
32
- github.com/go-playground/validator/v10 v10.14.1 // indirect
33
+ github.com/go-playground/validator/v10 v10.20.0 // indirect
33
34
github.com/goccy/go-json v0.10.2 // indirect
34
35
github.com/golang/snappy v0.0.4 // indirect
35
36
github.com/gomarkdown/markdown v0.0.0-20230922112808-5421fefb8386 // indirect
@@ -43,38 +44,38 @@ require (
43
44
github.com/kataras/sitemap v0.0.6 // indirect
44
45
github.com/kataras/tunnel v0.0.4 // indirect
45
46
github.com/klauspost/compress v1.16.7 // indirect
46
- github.com/klauspost/cpuid/v2 v2.2.5 // indirect
47
+ github.com/klauspost/cpuid/v2 v2.2.7 // indirect
47
48
github.com/labstack/gommon v0.4.2 // indirect
48
- github.com/leodido/go-urn v1.2.4 // indirect
49
+ github.com/leodido/go-urn v1.4.0 // indirect
49
50
github.com/mailgun/raymond/v2 v2.0.48 // indirect
50
51
github.com/mailru/easyjson v0.7.7 // indirect
51
52
github.com/mattn/go-colorable v0.1.13 // indirect
52
53
github.com/mattn/go-isatty v0.0.20 // indirect
53
54
github.com/microcosm-cc/bluemonday v1.0.25 // indirect
54
55
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
55
56
github.com/modern-go/reflect2 v1.0.2 // indirect
56
- github.com/pelletier/go-toml/v2 v2.0.9 // indirect
57
+ github.com/pelletier/go-toml/v2 v2.2.2 // indirect
57
58
github.com/pmezard/go-difflib v1.0.0 // indirect
58
59
github.com/russross/blackfriday/v2 v2.1.0 // indirect
59
60
github.com/schollz/closestmatch v2.1.0+incompatible // indirect
60
61
github.com/sirupsen/logrus v1.8.1 // indirect
61
62
github.com/tdewolff/minify/v2 v2.12.9 // indirect
62
63
github.com/tdewolff/parse/v2 v2.6.8 // indirect
63
64
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
64
- github.com/ugorji/go/codec v1.2.11 // indirect
65
+ github.com/ugorji/go/codec v1.2.12 // indirect
65
66
github.com/valyala/bytebufferpool v1.0.0 // indirect
66
67
github.com/valyala/fasttemplate v1.2.2 // indirect
67
68
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
68
69
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
69
70
github.com/yosssi/ace v0.0.5 // indirect
70
- golang.org/x/arch v0.4 .0 // indirect
71
- golang.org/x/crypto v0.17 .0 // indirect
72
- golang.org/x/net v0.19 .0 // indirect
73
- golang.org/x/sys v0.15 .0 // indirect
74
- golang.org/x/text v0.14 .0 // indirect
71
+ golang.org/x/arch v0.8 .0 // indirect
72
+ golang.org/x/crypto v0.23 .0 // indirect
73
+ golang.org/x/net v0.25 .0 // indirect
74
+ golang.org/x/sys v0.20 .0 // indirect
75
+ golang.org/x/text v0.15 .0 // indirect
75
76
golang.org/x/time v0.5.0 // indirect
76
77
golang.org/x/xerrors v0.0.0-20220411194840-2f41105eb62f // indirect
77
- google.golang.org/protobuf v1.31.0 // indirect
78
+ google.golang.org/protobuf v1.34.1 // indirect
78
79
gopkg.in/ini.v1 v1.67.0 // indirect
79
80
gopkg.in/yaml.v3 v3.0.1 // indirect
80
81
)
0 commit comments