From 98f98fbaf566f24eac9ef6307da1b0fc5ac87422 Mon Sep 17 00:00:00 2001 From: wangjian Date: Sun, 26 Mar 2023 23:32:11 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BE=9D=E8=B5=96=E5=BA=93?= 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 6be50c1..f22cf7a 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-20230310154952-a750964220b6 - git.hpds.cc/pavement/hpds_node v0.0.0-20230324004901-e0eab082e6ab + git.hpds.cc/Component/network v0.0.0-20230326151855-3c157f531d86 + git.hpds.cc/pavement/hpds_node v0.0.0-20230326152949-a1c0ad2f7052 github.com/hashicorp/consul/api v1.15.3 github.com/spf13/cobra v1.6.0 github.com/spf13/viper v1.13.0