Skip to content

Commit 38e99b3

Browse files
committed
feat: update go.sum
1 parent 949d4d3 commit 38e99b3

File tree

3 files changed

+8
-336
lines changed

3 files changed

+8
-336
lines changed

server/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ require (
3838
github.com/swaggo/gin-swagger v1.6.0
3939
github.com/swaggo/swag v1.16.3
4040
github.com/tencentyun/cos-go-sdk-v5 v0.7.55
41-
github.com/tidwall/gjson v1.17.3
4241
github.com/tidwall/sjson v1.2.5
4342
github.com/unrolled/secure v1.15.0
4443
github.com/xuri/excelize/v2 v2.8.1
@@ -139,6 +138,7 @@ require (
139138
github.com/spf13/pflag v1.0.5 // indirect
140139
github.com/subosito/gotenv v1.6.0 // indirect
141140
github.com/therootcompany/xz v1.0.1 // indirect
141+
github.com/tidwall/gjson v1.17.3 // indirect
142142
github.com/tidwall/match v1.1.1 // indirect
143143
github.com/tidwall/pretty v1.2.0 // indirect
144144
github.com/tklauser/go-sysconf v0.3.14 // indirect

0 commit comments

Comments
 (0)