mirror of
https://github.com/fumiama/dnskip.git
synced 2026-06-27 16:20:24 +08:00
fix: too many conn in parallel
This commit is contained in:
12
go.mod
12
go.mod
@@ -1,17 +1,17 @@
|
||||
module github.com/fumiama/dnskip
|
||||
|
||||
go 1.22
|
||||
go 1.24.0
|
||||
|
||||
require (
|
||||
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
|
||||
github.com/fumiama/orbyte v0.0.0-20251002065953-3bb358367eb5
|
||||
github.com/fumiama/terasu v1.0.2
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
github.com/sirupsen/logrus v1.9.4
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d // indirect
|
||||
github.com/RomiChan/syncx v0.0.0-20240418144900-b7402ffdebc7 // indirect
|
||||
golang.org/x/net v0.28.0 // indirect
|
||||
golang.org/x/sys v0.23.0 // indirect
|
||||
golang.org/x/text v0.17.0 // indirect
|
||||
golang.org/x/net v0.49.0 // indirect
|
||||
golang.org/x/sys v0.40.0 // indirect
|
||||
golang.org/x/text v0.33.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user