From 3aac3a04ba8f4f6fe9e305619afb5fa6c81fe949 Mon Sep 17 00:00:00 2001 From: wangjian Date: Wed, 5 Apr 2023 11:19:29 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E4=BF=AE=E6=94=B9bug,=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 2d7035a..662dddf 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-20230402152327-d10a80765e7c + git.hpds.cc/Component/network v0.0.0-20230405031738-6ce4bf7726d3 github.com/disintegration/imaging v1.6.2 github.com/lucas-clemente/quic-go v0.29.1 github.com/stretchr/testify v1.8.0