File: go.mod

package info (click to toggle)
golang-github-miekg-dns 1.1.68-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,260 kB
  • sloc: makefile: 3
file content (14 lines) | stat: -rw-r--r-- 225 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/miekg/dns

go 1.23.0

toolchain go1.24.2

require (
	golang.org/x/net v0.40.0
	golang.org/x/sync v0.14.0
	golang.org/x/sys v0.33.0
	golang.org/x/tools v0.33.0
)

require golang.org/x/mod v0.24.0 // indirect