From 446fe84e2e8c61a54df2a4e0a935ce20b763b36d Mon Sep 17 00:00:00 2001 From: wangjian Date: Fri, 13 Dec 2024 12:05:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9C=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E7=9A=84sf=E6=97=B6=EF=BC=8C=E6=8A=A5=E9=94=99=EF=BC=8C?= =?UTF-8?q?=E7=9B=AE=E5=89=8D=E8=87=AA=E5=8A=A8=E5=8A=A0=E5=85=A5=E5=88=B0?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=B8=AD=EF=BC=9B?= 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 d0ae948..0fbd8e1 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.hpds.cc/Component/network go 1.23 require ( - git.hpds.cc/Component/mq_coder v0.0.0-20230310155836-afc76d7d1572 + git.hpds.cc/Component/mq_coder v0.0.0-20241213034522-3a3512d94b34 github.com/matoous/go-nanoid/v2 v2.1.0 github.com/quic-go/quic-go v0.48.2 github.com/stretchr/testify v1.10.0