dns/go.mod
dependabot[bot] b18c05cc13
Bump golang.org/x/net from 0.15.0 to 0.17.0 (#1498)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.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>
2023-11-02 13:59:00 +01:00

13 lines
202 B
Modula-2

module github.com/miekg/dns
go 1.19
require (
golang.org/x/net v0.17.0
golang.org/x/sync v0.4.0
golang.org/x/sys v0.13.0
golang.org/x/tools v0.13.0
)
require golang.org/x/mod v0.12.0 // indirect