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:
6
go.mod
6
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user