Dockerfile
This commit is contained in:
5
go.mod
5
go.mod
@@ -3,7 +3,7 @@ module assets
|
||||
go 1.25.7
|
||||
|
||||
require (
|
||||
gitea.com/red-future/common v0.0.3
|
||||
gitea.com/red-future/common v0.0.4
|
||||
github.com/gogf/gf/contrib/drivers/pgsql/v2 v2.10.0
|
||||
github.com/gogf/gf/v2 v2.10.0
|
||||
github.com/redis/go-redis/v9 v9.12.1
|
||||
@@ -11,11 +11,12 @@ require (
|
||||
go.mongodb.org/mongo-driver/v2 v2.4.1
|
||||
)
|
||||
|
||||
//replace gitea.com/red-future/common v0.0.3 => ../common
|
||||
//replace gitea.com/red-future/common v0.0.4 => ../common
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||
github.com/armon/go-metrics v0.4.1 // indirect
|
||||
github.com/bwmarrin/snowflake v0.3.0 // indirect
|
||||
github.com/cenkalti/backoff/v5 v5.0.3 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/clbanning/mxj/v2 v2.7.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user