1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

build(deps): bump golang.org/x/net from 0.38.0 to 0.39.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.38.0 to 0.39.0.
- [Commits](https://github.com/golang/net/compare/v0.38.0...v0.39.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.39.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-04-07 23:09:10 +00:00 committed by Frédéric Guillot
parent c4e92e6111
commit 3d72404ace
2 changed files with 15 additions and 15 deletions

10
go.mod
View file

@ -12,11 +12,11 @@ require (
github.com/mattn/go-sqlite3 v1.14.27
github.com/prometheus/client_golang v1.21.1
github.com/tdewolff/minify/v2 v2.22.4
golang.org/x/crypto v0.36.0
golang.org/x/crypto v0.37.0
golang.org/x/image v0.25.0
golang.org/x/net v0.38.0
golang.org/x/net v0.39.0
golang.org/x/oauth2 v0.28.0
golang.org/x/term v0.30.0
golang.org/x/term v0.31.0
)
require (
@ -40,8 +40,8 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/tdewolff/parse/v2 v2.7.21 // indirect
github.com/x448/float16 v0.8.4 // indirect
golang.org/x/sys v0.31.0 // indirect
golang.org/x/text v0.23.0 // indirect
golang.org/x/sys v0.32.0 // indirect
golang.org/x/text v0.24.0 // indirect
google.golang.org/protobuf v1.36.1 // indirect
)