From 9403c4d01e121163601616f152f47f3888d59e35 Mon Sep 17 00:00:00 2001 From: wangjian Date: Wed, 5 Apr 2023 23:35:16 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index c8ace77..692c844 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.hpds.cc/pavement/hpds_node go 1.19 require ( - git.hpds.cc/Component/network v0.0.0-20230405125523-abb93c020ff5 + git.hpds.cc/Component/network v0.0.0-20230405135741-a4ea724bab76 github.com/disintegration/imaging v1.6.2 github.com/quic-go/quic-go v0.33.0 github.com/stretchr/testify v1.8.0