File tree 4 files changed +27
-25
lines changed
4 files changed +27
-25
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ require (
31
31
github.com/rs/zerolog v1.33.0
32
32
github.com/samber/lo v1.47.0
33
33
github.com/wk8/go-ordered-map/v2 v2.1.8
34
- github.com/yuin/goldmark v1.7.4
34
+ github.com/yuin/goldmark v1.7.6
35
35
golang.org/x/crypto v0.28.0
36
36
golang.org/x/sync v0.8.0
37
37
google.golang.org/grpc v1.67.1
Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9dec
137
137
github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
138
138
github.com/yuin/goldmark v1.7.4 h1:BDXOHExt+A7gwPCJgPIIq7ENvceR7we7rOS9TNoLZeg =
139
139
github.com/yuin/goldmark v1.7.4 /go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E =
140
+ github.com/yuin/goldmark v1.7.6 h1:cZgJxVh5mL5cu8KOnwxvFJy5TFB0BHUskZZyq7TYbDg =
141
+ github.com/yuin/goldmark v1.7.6 /go.mod h1:uzxRWxtg69N339t3louHJ7+O03ezfj6PlliRlaOzY1E =
140
142
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 h1:4K4tsIXefpVJtvA/8srF4V4y0akAoPHkIslgAkjixJA =
141
143
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 /go.mod h1:jjdQuTGVsXV4vSs+CJ2qYDeDPf9yIJV23qlIzBm73Vg =
142
144
go.opentelemetry.io/otel v1.28.0 h1:/SqNcYk+idO0CxKEUOtKQClMK/MimZihKYMruSMViUo =
Original file line number Diff line number Diff line change 67
67
"unplugin-auto-import" : " ^0.18.3" ,
68
68
"unplugin-icons" : " ^0.19.3" ,
69
69
"unplugin-vue-components" : " ^0.27.4" ,
70
- "unplugin-vue-macros" : " ^2.12.3 " ,
70
+ "unplugin-vue-macros" : " ^2.12.4 " ,
71
71
"unplugin-vue-router" : " ^0.10.8" ,
72
72
"vite" : " 5.4.8" ,
73
73
"vite-plugin-compression2" : " ^1.3.0" ,
74
74
"vite-plugin-vue-layouts" : " ^0.11.0" ,
75
- "vitepress" : " 1.4.0 " ,
75
+ "vitepress" : " 1.4.1 " ,
76
76
"vue" : " ^3.5.12" ,
77
77
"vue-i18n" : " ^10.0.4" ,
78
78
"vue-router" : " ^4.4.5"
You can’t perform that action at this time.
0 commit comments