mdns/go.mod
dependabot[bot] d845ba154d
Bump golang.org/x/crypto from 0.0.0-20190130090550-b01c7a725664 to 0.1.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20190130090550-b01c7a725664 to 0.1.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

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

13 lines
224 B
Modula-2

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