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>
This commit is contained in:
dependabot[bot]
2025-10-02 13:14:42 +03:00
committed by GitHub
parent 4f28d16755
commit d6db590f56
2 changed files with 7 additions and 7 deletions

6
go.mod
View File

@@ -1,16 +1,16 @@
module go.unistack.org/micro-register-mdns/v3
go 1.23.0
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.40.0
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.33.0 // indirect
golang.org/x/sys v0.36.0 // indirect
golang.org/x/tools v0.33.0 // indirect
)