Bump golang.org/x/net from 0.14.0 to 0.25.0 (#143)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.25.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.25.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  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-07-11 10:21:37 +03:00
committed by GitHub
parent 2fefab9db9
commit 4f8d403261
2 changed files with 13 additions and 3 deletions

2
go.mod
View File

@@ -5,5 +5,5 @@ go 1.16
require (
github.com/miekg/dns v1.1.50
go.unistack.org/micro/v3 v3.10.42
golang.org/x/net v0.14.0
golang.org/x/net v0.25.0
)