.gitignore

This commit is contained in:
2026-02-24 16:36:01 +08:00
parent 0ede50859c
commit 5821dd5027
3 changed files with 9 additions and 9 deletions

6
go.mod
View File

@@ -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