common版本更新

This commit is contained in:
2026-04-22 18:00:32 +08:00
parent e6a57b4718
commit 26fcf12f5d
2 changed files with 4 additions and 3 deletions

6
go.mod
View File

@@ -3,7 +3,7 @@ module assets
go 1.26.0
require (
gitea.com/red-future/common v0.0.12
gitea.com/red-future/common v0.0.18
github.com/bjang03/gmq v0.0.0-20251219093200-000000000000
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.0
github.com/gogf/gf/v2 v2.10.0
@@ -12,7 +12,7 @@ require (
go.mongodb.org/mongo-driver/v2 v2.5.0
)
replace gitea.com/red-future/common v0.0.12 => ../common
replace gitea.com/red-future/common v0.0.18 => ../common
replace github.com/bjang03/gmq => ../gmq
@@ -49,7 +49,7 @@ require (
github.com/golang/snappy v1.0.0 // indirect
github.com/google/flatbuffers v25.12.19+incompatible // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
github.com/grokify/html-strip-tags-go v0.1.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect
github.com/hashicorp/consul/api v1.33.5 // indirect