1、修改bug,如果连接报错,就会拒绝服务的问题

This commit is contained in:
wangjian 2023-04-05 11:19:29 +08:00
parent 41414aafa9
commit 3aac3a04ba
1 changed files with 1 additions and 1 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.hpds.cc/pavement/hpds_node
go 1.19 go 1.19
require ( 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/disintegration/imaging v1.6.2
github.com/lucas-clemente/quic-go v0.29.1 github.com/lucas-clemente/quic-go v0.29.1
github.com/stretchr/testify v1.8.0 github.com/stretchr/testify v1.8.0