1
0
mirror of https://github.com/fumiama/dnskip.git synced 2026-06-11 21:50:48 +08:00

fix: wrong deadline report

This commit is contained in:
源文雨
2025-10-06 14:12:19 +08:00
parent a989d225aa
commit c39e7650cd
3 changed files with 13 additions and 8 deletions

2
go.mod
View File

@@ -5,7 +5,7 @@ go 1.20
require (
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
github.com/fumiama/orbyte v0.0.0-20251002065953-3bb358367eb5
github.com/fumiama/terasu v0.0.0-20251006044146-d81a14f4444c
github.com/fumiama/terasu v0.0.0-20251006061017-78a388f8731c
github.com/sirupsen/logrus v1.9.3
)