build: 批量降级 gin-contrib 依赖以兼容 Go 1.23
- cors: v1.7.7 → v1.5.0 - gzip: v1.2.6 → v1.1.0 - static: v1.1.6 → v1.1.3 新版本都要求 Go 1.25+,逐个降级省事。
This commit is contained in:
parent
18e915e373
commit
3fd1881e81
6
go.mod
6
go.mod
|
|
@ -14,10 +14,10 @@ require (
|
||||||
github.com/aws/smithy-go v1.24.3
|
github.com/aws/smithy-go v1.24.3
|
||||||
github.com/bytedance/gopkg v0.1.4
|
github.com/bytedance/gopkg v0.1.4
|
||||||
github.com/fyinfor/router-engine v0.1.0
|
github.com/fyinfor/router-engine v0.1.0
|
||||||
github.com/gin-contrib/cors v1.7.7
|
github.com/gin-contrib/cors v1.5.0
|
||||||
github.com/gin-contrib/gzip v1.2.6
|
github.com/gin-contrib/gzip v1.1.0
|
||||||
github.com/gin-contrib/sessions v1.0.1
|
github.com/gin-contrib/sessions v1.0.1
|
||||||
github.com/gin-contrib/static v1.1.6
|
github.com/gin-contrib/static v1.1.3
|
||||||
github.com/gin-gonic/gin v1.10.0
|
github.com/gin-gonic/gin v1.10.0
|
||||||
github.com/glebarez/sqlite v1.11.0
|
github.com/glebarez/sqlite v1.11.0
|
||||||
github.com/go-audio/aiff v1.1.0
|
github.com/go-audio/aiff v1.1.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue