common版本升级

This commit is contained in:
2026-06-23 18:32:01 +08:00
parent f0cacd81e0
commit 8bdbd5bdf3
+2 -2
View File
@@ -3,7 +3,7 @@ module github.com/tiger1103/gfast/v3
go 1.26.0 go 1.26.0
require ( require (
gitea.redpowerfuture.com/red-future/common v0.0.25 gitea.redpowerfuture.com/red-future/common v0.0.26
github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
github.com/casbin/casbin/v2 v2.42.0 github.com/casbin/casbin/v2 v2.42.0
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.2 github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.2
@@ -16,7 +16,7 @@ require (
github.com/tiger1103/gfast-token v1.0.10 github.com/tiger1103/gfast-token v1.0.10
) )
//replace gitea.redpowerfuture.com/red-future/common v0.0.25 => ../common //replace gitea.redpowerfuture.com/red-future/common v0.0.26 => ../common
require ( require (
github.com/BurntSushi/toml v1.6.0 // indirect github.com/BurntSushi/toml v1.6.0 // indirect