diff options
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 | 
