.gitignore
This commit is contained in:
6
go.mod
6
go.mod
@@ -3,11 +3,11 @@ module gateway
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
gitee.com/red-future---jilin-g/common v0.4.1
|
||||
gitea.com/red-future/common v0.0.2
|
||||
github.com/gogf/gf/v2 v2.9.5
|
||||
)
|
||||
|
||||
replace gitee.com/red-future---jilin-g/common v0.4.1 => ../common
|
||||
replace gitea.com/red-future/common v0.0.2 => ../common
|
||||
|
||||
require (
|
||||
github.com/BurntSushi/toml v1.5.0 // indirect
|
||||
@@ -32,7 +32,7 @@ require (
|
||||
github.com/gogf/gf/contrib/registry/consul/v2 v2.9.5 // indirect
|
||||
github.com/gogf/gf/contrib/trace/otlphttp/v2 v2.9.5 // indirect
|
||||
github.com/gogo/protobuf v1.3.2 // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
|
||||
github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
|
||||
github.com/golang/glog v1.2.5 // indirect
|
||||
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
||||
github.com/golang/protobuf v1.5.4 // indirect
|
||||
|
||||
Reference in New Issue
Block a user