Files
micro-register-mdns/go.mod
dependabot[bot] d6db590f56 Bump golang.org/x/net from 0.25.0 to 0.44.0 (#151)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.44.0.
- [Commits](https://github.com/golang/net/compare/v0.25.0...v0.44.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.44.0
  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>
2025-10-02 13:14:42 +03:00

17 lines
329 B
Modula-2

module go.unistack.org/micro-register-mdns/v3
go 1.24.0
require (
github.com/miekg/dns v1.1.68
go.unistack.org/micro/v3 v3.10.42
golang.org/x/net v0.44.0
)
require (
golang.org/x/mod v0.24.0 // indirect
golang.org/x/sync v0.14.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/tools v0.33.0 // indirect
)