go-dns/go.mod
Virgil b7f6912ef0 feat(dns): cache reverse lookups with ttl
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-04 03:06:17 +00:00

16 lines
332 B
Modula-2

module dappco.re/go/dns
go 1.22
require (
github.com/miekg/dns v1.1.62
github.com/patrickmn/go-cache v2.1.0+incompatible
)
require (
golang.org/x/mod v0.18.0 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.7.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/tools v0.22.0 // indirect
)