1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

Bump golang.org/x/net from 0.5.0 to 0.6.0

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.6.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>
This commit is contained in:
dependabot[bot] 2023-02-08 22:00:52 +00:00 committed by Frédéric Guillot
parent a7508b2746
commit e4c0495646
2 changed files with 6 additions and 6 deletions

4
go.mod
View file

@ -14,7 +14,7 @@ require (
github.com/tdewolff/minify/v2 v2.12.4
github.com/yuin/goldmark v1.5.4
golang.org/x/crypto v0.5.0
golang.org/x/net v0.5.0
golang.org/x/net v0.6.0
golang.org/x/oauth2 v0.4.0
golang.org/x/term v0.5.0
mvdan.cc/xurls/v2 v2.4.0
@ -34,7 +34,7 @@ require (
github.com/tdewolff/parse/v2 v2.6.4 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.6.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect