1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.42.0 to 0.43.0.
- [Commits](https://github.com/golang/net/compare/v0.42.0...v0.43.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.43.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-08-08 00:17:15 +00:00 committed by Frédéric Guillot
parent e6d01896e0
commit a4d51b5586
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -11,9 +11,9 @@ require (
github.com/lib/pq v1.10.9
github.com/prometheus/client_golang v1.23.0
github.com/tdewolff/minify/v2 v2.23.11
golang.org/x/crypto v0.40.0
golang.org/x/crypto v0.41.0
golang.org/x/image v0.30.0
golang.org/x/net v0.42.0
golang.org/x/net v0.43.0
golang.org/x/oauth2 v0.30.0
golang.org/x/term v0.34.0
)