.gitignore
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,7 @@ module cid
|
|||||||
go 1.25.5
|
go 1.25.5
|
||||||
|
|
||||||
require (
|
require (
|
||||||
gitea.com/red-future/common v0.0.2
|
gitea.com/red-future/common v0.0.3
|
||||||
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.5
|
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.9.5
|
||||||
github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.5
|
github.com/gogf/gf/contrib/nosql/redis/v2 v2.9.5
|
||||||
github.com/gogf/gf/v2 v2.9.5
|
github.com/gogf/gf/v2 v2.9.5
|
||||||
@@ -11,7 +11,7 @@ require (
|
|||||||
golang.org/x/net v0.47.0
|
golang.org/x/net v0.47.0
|
||||||
)
|
)
|
||||||
|
|
||||||
replace gitea.com/red-future/common => ../common
|
//replace gitea.com/red-future/common => ../common
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||||
|
|||||||
Reference in New Issue
Block a user