mirror of
https://github.com/miekg/dns.git
synced 2026-01-09 21:11:36 +01:00
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>
13 lines
202 B
Modula-2
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
|