diff options
| author | 2025-02-03 10:11:55 +0000 | |
|---|---|---|
| committer | 2025-02-03 10:11:55 +0000 | |
| commit | a6d852d1c5583900902069b6f3b2b4d55fe9f920 (patch) | |
| tree | 651c3b9c9610a7fac77932507a6a079b1c56fba3 /vendor | |
| parent | [chore] disallow /nodeinfo/ too (#3729) (diff) | |
| download | gotosocial-a6d852d1c5583900902069b6f3b2b4d55fe9f920.tar.xz | |
[chore]: Bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (#3725)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.24.0 to 0.25.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.24.0...v0.25.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor')
| -rw-r--r-- | vendor/golang.org/x/oauth2/oauth2.go | 2 | ||||
| -rw-r--r-- | vendor/modules.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/golang.org/x/oauth2/oauth2.go b/vendor/golang.org/x/oauth2/oauth2.go index 09f6a49b8..74f052aa9 100644 --- a/vendor/golang.org/x/oauth2/oauth2.go +++ b/vendor/golang.org/x/oauth2/oauth2.go @@ -56,7 +56,7 @@ type Config struct { // the OAuth flow, after the resource owner's URLs. RedirectURL string - // Scope specifies optional requested permissions. + // Scopes specifies optional requested permissions. Scopes []string // authStyleCache caches which auth style to use when Endpoint.AuthStyle is diff --git a/vendor/modules.txt b/vendor/modules.txt index 64ef34bca..e5479ca59 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1138,7 +1138,7 @@ golang.org/x/net/ipv4 golang.org/x/net/ipv6 golang.org/x/net/publicsuffix golang.org/x/net/trace -# golang.org/x/oauth2 v0.24.0 +# golang.org/x/oauth2 v0.25.0 ## explicit; go 1.18 golang.org/x/oauth2 golang.org/x/oauth2/internal |
