1
0
mirror of https://github.com/fumiama/terasu.git synced 2026-06-12 06:00:37 +08:00

feat(dns): add hs logs to DialContext

This commit is contained in:
源文雨
2025-10-06 12:29:54 +08:00
parent 8a10aecf4c
commit 23d43237c8
3 changed files with 24 additions and 1 deletions

6
go.mod
View File

@@ -4,7 +4,11 @@ go 1.20
require (
github.com/FloatTech/ttl v0.0.0-20250224045156-012b1463287d
github.com/sirupsen/logrus v1.9.3
golang.org/x/net v0.24.0
)
require golang.org/x/text v0.14.0 // indirect
require (
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
)