From efe86e04d21f7f0fa576cf9047d65e12662a758a Mon Sep 17 00:00:00 2001 From: wangjian Date: Sun, 2 Apr 2023 23:28:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BE=9D=E8=B5=96=E5=BA=93,=20=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E8=BF=9E=E6=8E=A5=E6=8A=A5=E9=94=99=EF=BC=8C=E5=B0=B1?= =?UTF-8?q?=E4=BC=9A=E6=8B=92=E7=BB=9D=E6=9C=8D=E5=8A=A1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index f22cf7a..e5a3191 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module hpds_mq go 1.19 require ( - git.hpds.cc/Component/network v0.0.0-20230326151855-3c157f531d86 - git.hpds.cc/pavement/hpds_node v0.0.0-20230326152949-a1c0ad2f7052 + git.hpds.cc/Component/network v0.0.0-20230402152327-d10a80765e7c + git.hpds.cc/pavement/hpds_node v0.0.0-20230402152619-41414aafa930 github.com/hashicorp/consul/api v1.15.3 github.com/spf13/cobra v1.6.0 github.com/spf13/viper v1.13.0