fix 依赖库, 如果连接报错,就会拒绝服务的问题

This commit is contained in:
wangjian 2023-04-02 23:28:42 +08:00
parent 98f98fbaf5
commit efe86e04d2
1 changed files with 2 additions and 2 deletions

4
go.mod
View File

@ -3,8 +3,8 @@ module hpds_mq
go 1.19 go 1.19
require ( require (
git.hpds.cc/Component/network v0.0.0-20230326151855-3c157f531d86 git.hpds.cc/Component/network v0.0.0-20230402152327-d10a80765e7c
git.hpds.cc/pavement/hpds_node v0.0.0-20230326152949-a1c0ad2f7052 git.hpds.cc/pavement/hpds_node v0.0.0-20230402152619-41414aafa930
github.com/hashicorp/consul/api v1.15.3 github.com/hashicorp/consul/api v1.15.3
github.com/spf13/cobra v1.6.0 github.com/spf13/cobra v1.6.0
github.com/spf13/viper v1.13.0 github.com/spf13/viper v1.13.0