Gin 更新至1.9.1(CVE-2023-29401)

This commit is contained in:
kercylan98
2023-06-01 18:08:12 +08:00
parent f7db23d76b
commit 353209329f
2 changed files with 4 additions and 1 deletions

2
go.mod
View File

@@ -4,7 +4,7 @@ go 1.20
require (
github.com/RussellLuo/timingwheel v0.0.0-20220218152713-54845bda3108
github.com/gin-gonic/gin v1.9.0
github.com/gin-gonic/gin v1.9.1
github.com/go-resty/resty/v2 v2.7.0
github.com/gorilla/websocket v1.5.0
github.com/json-iterator/go v1.1.12