We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949d4d3 commit 38e99b3Copy full SHA for 38e99b3
server/go.mod
@@ -38,7 +38,6 @@ require (
38
github.com/swaggo/gin-swagger v1.6.0
39
github.com/swaggo/swag v1.16.3
40
github.com/tencentyun/cos-go-sdk-v5 v0.7.55
41
- github.com/tidwall/gjson v1.17.3
42
github.com/tidwall/sjson v1.2.5
43
github.com/unrolled/secure v1.15.0
44
github.com/xuri/excelize/v2 v2.8.1
@@ -139,6 +138,7 @@ require (
139
138
github.com/spf13/pflag v1.0.5 // indirect
140
github.com/subosito/gotenv v1.6.0 // indirect
141
github.com/therootcompany/xz v1.0.1 // indirect
+ github.com/tidwall/gjson v1.17.3 // indirect
142
github.com/tidwall/match v1.1.1 // indirect
143
github.com/tidwall/pretty v1.2.0 // indirect
144
github.com/tklauser/go-sysconf v0.3.14 // indirect
0 commit comments