mirror of
https://github.com/miekg/dns.git
synced 2025-12-24 13:11:41 +01:00
15 lines
225 B
Modula-2
15 lines
225 B
Modula-2
module github.com/miekg/dns
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
golang.org/x/net v0.39.0
|
|
golang.org/x/sync v0.13.0
|
|
golang.org/x/sys v0.32.0
|
|
golang.org/x/tools v0.32.0
|
|
)
|
|
|
|
require golang.org/x/mod v0.24.0 // indirect
|