downgrade gin gzip middleware to 1.2.3 (because https://github.com/gin-contrib/gzip/issues/122)

This commit is contained in:
MaysWind
2025-10-26 01:59:06 +08:00
parent 29547bccb1
commit 3aa33a48e9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
"name": "GZIP gin's middleware",
"copyright": "Copyright (c) 2017 Gin-Gonic",
"url": "https://github.com/gin-contrib/gzip",
"licenseUrl": "https://github.com/gin-contrib/gzip/blob/v1.2.4/LICENSE"
"licenseUrl": "https://github.com/gin-contrib/gzip/blob/v1.2.3/LICENSE"
},
{
"name": "xorm",