From a1c0ad2f70522f15a2573d3428e2c2b096a68cc4 Mon Sep 17 00:00:00 2001 From: wangjian Date: Sun, 26 Mar 2023 23:29:49 +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 020d7b2..eae5a4d 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-20221012021659-2433c68452d5 + git.hpds.cc/Component/network v0.0.0-20230326151855-3c157f531d86 github.com/disintegration/imaging v1.6.2 github.com/lucas-clemente/quic-go v0.29.1 github.com/stretchr/testify v1.8.0