mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-15 21:22:26 +08:00
添加了节点服务器,各个服务器之间支持多对多
This commit is contained in:
11
go.mod
11
go.mod
@@ -1,6 +1,6 @@
|
||||
module hk4e
|
||||
|
||||
go 1.19
|
||||
go 1.18
|
||||
|
||||
// toml
|
||||
require github.com/BurntSushi/toml v0.3.1
|
||||
@@ -44,10 +44,11 @@ require github.com/jszwec/csvutil v1.7.1
|
||||
// hjson
|
||||
require github.com/hjson/hjson-go/v4 v4.2.0
|
||||
|
||||
require (
|
||||
github.com/byebyebruce/natsrpc v0.5.5-0.20221125150611-56cd29a4e335
|
||||
github.com/spf13/cobra v1.6.1
|
||||
)
|
||||
// natsrpc
|
||||
require github.com/byebyebruce/natsrpc v0.5.5-0.20221125150611-56cd29a4e335
|
||||
|
||||
// cobra
|
||||
require github.com/spf13/cobra v1.6.1
|
||||
|
||||
require (
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
|
||||
Reference in New Issue
Block a user