golang版本升级1.26.0

This commit is contained in:
2026-04-03 11:39:33 +08:00
parent c87cde60d2
commit f389065798

4
go.mod
View File

@@ -2,10 +2,10 @@ module customer-server
go 1.26.0
replace gitea.com/red-future/common v0.0.9 => ../common
replace gitea.com/red-future/common v0.0.11 => ../common
require (
gitea.com/red-future/common v0.0.9
gitea.com/red-future/common v0.0.11
github.com/gogf/gf/contrib/nosql/redis/v2 v2.10.0
github.com/gogf/gf/v2 v2.10.0
github.com/gorilla/websocket v1.5.3