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

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

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.5.0 to 0.6.0.
- [Release notes](https://github.com/golang/oauth2/releases)
- [Commits](https://github.com/golang/oauth2/compare/v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  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-03-06 22:56:45 +00:00 committed by Frédéric Guillot
parent 755c9af47d
commit e4964d6933
2 changed files with 15 additions and 11 deletions

10
go.mod
View file

@ -14,9 +14,9 @@ require (
github.com/tdewolff/minify/v2 v2.12.4
github.com/yuin/goldmark v1.5.4
golang.org/x/crypto v0.6.0
golang.org/x/net v0.7.0
golang.org/x/oauth2 v0.5.0
golang.org/x/term v0.5.0
golang.org/x/net v0.8.0
golang.org/x/oauth2 v0.6.0
golang.org/x/term v0.6.0
mvdan.cc/xurls/v2 v2.4.0
)
@ -33,8 +33,8 @@ require (
github.com/stretchr/testify v1.7.0 // indirect
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.7.0 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.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