发现go.mod里面的固定版本号不好使,得在go build之前通过go get来降级,所以回滚上一次提交

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

2
go.mod
View File

@ -62,5 +62,3 @@ 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