micro-register-mdns/go.mod
dependabot[bot] ebb262dfee
Bump github.com/google/uuid from 1.2.0 to 1.3.0 (#6)
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Commits](https://github.com/google/uuid/compare/v1.2.0...v1.3.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  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>
2021-09-17 08:43:46 +03:00

12 lines
296 B
Modula-2

module github.com/unistack-org/micro-register-mdns/v3
go 1.16
require (
github.com/google/uuid v1.3.0
github.com/miekg/dns v1.1.43
github.com/unistack-org/micro/v3 v3.7.1
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
)