gin破坏性更新,导致我们的系统都编译不了,gin context.go Keys map[string]any 下个版本变成了 Keys map[any]any,所以固定版本号

This commit is contained in:
pengwenchuan 2025-09-22 16:03:30 +08:00
parent f75837fd86
commit 7656870851
1 changed files with 2 additions and 0 deletions

2
go.mod
View File

@ -62,3 +62,5 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
modernc.org/fileutil v1.0.0 // indirect
)
replace github.com/gin-gonic/gin v1.10.1 => github.com/gin-gonic/gin v1.10.1