重命名包 client 为 edge;重命名包 server 为 gateway
This commit is contained in:
3
go.mod
3
go.mod
@@ -10,15 +10,12 @@ require (
|
||||
github.com/mattn/go-colorable v0.1.14
|
||||
github.com/redis/go-redis/v9 v9.8.0
|
||||
github.com/soheilhy/cmux v0.1.5
|
||||
gorm.io/gorm v1.25.12
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.0 // indirect
|
||||
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
github.com/jinzhu/inflection v1.0.0 // indirect
|
||||
github.com/jinzhu/now v1.1.5 // indirect
|
||||
github.com/klauspost/compress v1.17.9 // indirect
|
||||
github.com/mattn/go-isatty v0.0.20 // indirect
|
||||
github.com/mattn/go-runewidth v0.0.16 // indirect
|
||||
|
||||
Reference in New Issue
Block a user