mirror of
https://github.com/miekg/dns.git
synced 2025-08-12 20:46:57 +02:00
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>
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.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
|