1、修改bug,如果连接报错,就会拒绝服务的问题
This commit is contained in:
parent
41414aafa9
commit
3aac3a04ba
2
go.mod
2
go.mod
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue