mdns/go.mod
dependabot[bot] b1514aa5de
Bump golang.org/x/net from 0.0.0-20190125091013-d26f9f9a57f3 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20190125091013-d26f9f9a57f3 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 17:44:12 +00:00

13 lines
252 B
Modula-2

module github.com/micro/mdns
require (
github.com/miekg/dns v1.1.3
golang.org/x/net v0.7.0
)
require (
golang.org/x/crypto v0.0.0-20190130090550-b01c7a725664 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)