summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorLibravatar tobi <tobi.smethurst@protonmail.com>2025-03-11 09:47:24 +0100
committerLibravatar tobi <tobi.smethurst@protonmail.com>2025-03-11 09:47:24 +0100
commit602d235dc6c20bc2501cd30899273b23e9aed19a (patch)
treea3b0179bd152f8560085cd9a1e3a77714f3a542c /vendor
parent[docs] Update swagger docs command (#3897) (diff)
downloadgotosocial-0.18.2.tar.xz
[chore] vendoringv0.18.2
Diffstat (limited to 'vendor')
-rw-r--r--vendor/golang.org/x/oauth2/pkce.go4
-rw-r--r--vendor/modules.txt4
2 files changed, 4 insertions, 4 deletions
diff --git a/vendor/golang.org/x/oauth2/pkce.go b/vendor/golang.org/x/oauth2/pkce.go
index 50593b6df..6a95da975 100644
--- a/vendor/golang.org/x/oauth2/pkce.go
+++ b/vendor/golang.org/x/oauth2/pkce.go
@@ -21,7 +21,7 @@ const (
//
// A fresh verifier should be generated for each authorization.
// S256ChallengeOption(verifier) should then be passed to Config.AuthCodeURL
-// (or Config.DeviceAccess) and VerifierOption(verifier) to Config.Exchange
+// (or Config.DeviceAuth) and VerifierOption(verifier) to Config.Exchange
// (or Config.DeviceAccessToken).
func GenerateVerifier() string {
// "RECOMMENDED that the output of a suitable random number generator be
@@ -51,7 +51,7 @@ func S256ChallengeFromVerifier(verifier string) string {
}
// S256ChallengeOption derives a PKCE code challenge derived from verifier with
-// method S256. It should be passed to Config.AuthCodeURL or Config.DeviceAccess
+// method S256. It should be passed to Config.AuthCodeURL or Config.DeviceAuth
// only.
func S256ChallengeOption(verifier string) AuthCodeOption {
return challengeOption{
diff --git a/vendor/modules.txt b/vendor/modules.txt
index 50331a219..e053e6ce0 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -1114,8 +1114,8 @@ 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.26.0
-## explicit; go 1.18
+# golang.org/x/oauth2 v0.27.0
+## explicit; go 1.23.0
golang.org/x/oauth2
golang.org/x/oauth2/internal
# golang.org/x/sync v0.12.0