mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
11 lines
204 B
Modula-2
11 lines
204 B
Modula-2
module aiodns
|
|
|
|
go 1.17
|
|
|
|
require github.com/miekg/dns v1.1.43
|
|
|
|
require (
|
|
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
|
|
golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect
|
|
)
|