修改未定义的sf时,报错,目前自动加入到路由中;

This commit is contained in:
wangjian 2024-12-13 12:05:19 +08:00
parent 8d0c630799
commit 446fe84e2e
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -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