micro-register-mdns/go.mod
dependabot[bot] 6f4a8fb782
Bump go.unistack.org/micro/v3 from 3.10.1 to 3.10.4
Bumps [go.unistack.org/micro/v3](https://github.com/unistack-org/micro) from 3.10.1 to 3.10.4.
- [Release notes](https://github.com/unistack-org/micro/releases)
- [Commits](https://github.com/unistack-org/micro/compare/v3.10.1...v3.10.4)

---
updated-dependencies:
- dependency-name: go.unistack.org/micro/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-18 09:03:41 +00:00

10 lines
185 B
Modula-2

module go.unistack.org/micro-register-mdns/v3
go 1.16
require (
github.com/miekg/dns v1.1.50
go.unistack.org/micro/v3 v3.10.4
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)