dns/go.mod
dependabot[bot] fb0c220a7f
Bump golang.org/x/net from 0.28.0 to 0.31.0 (#1622)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.31.0.
- [Commits](https://github.com/golang/net/compare/v0.28.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-24 11:34:03 +01:00

13 lines
202 B
Modula-2

module github.com/miekg/dns
go 1.19
require (
golang.org/x/net v0.31.0
golang.org/x/sync v0.7.0
golang.org/x/sys v0.27.0
golang.org/x/tools v0.22.0
)
require golang.org/x/mod v0.18.0 // indirect