summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 11:14:04 +0000
committerLibravatar GitHub <noreply@github.com>2024-05-06 11:14:04 +0000
commita0d066844f0851bbf4765db43a951b704bfc2a14 (patch)
tree3b318fe33fe4144594d2f85f444828eb4eef523d /vendor
parent[chore]: Bump codeberg.org/gruf/go-structr from 0.7.0 to 0.8.0 (#2902) (diff)
downloadgotosocial-a0d066844f0851bbf4765db43a951b704bfc2a14.tar.xz
[chore]: Bump golang.org/x/oauth2 from 0.19.0 to 0.20.0 (#2900)
Diffstat (limited to 'vendor')
-rw-r--r--vendor/golang.org/x/oauth2/oauth2.go2
-rw-r--r--vendor/modules.txt2
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 90a2c3d6d..09f6a49b8 100644
--- a/vendor/golang.org/x/oauth2/oauth2.go
+++ b/vendor/golang.org/x/oauth2/oauth2.go
@@ -393,7 +393,7 @@ func ReuseTokenSource(t *Token, src TokenSource) TokenSource {
}
}
-// ReuseTokenSource returns a TokenSource that acts in the same manner as the
+// ReuseTokenSourceWithExpiry returns a TokenSource that acts in the same manner as the
// TokenSource returned by ReuseTokenSource, except the expiry buffer is
// configurable. The expiration time of a token is calculated as
// t.Expiry.Add(-earlyExpiry).
diff --git a/vendor/modules.txt b/vendor/modules.txt
index eca16ec29..3d8b748df 100644
--- a/vendor/modules.txt
+++ b/vendor/modules.txt
@@ -1056,7 +1056,7 @@ golang.org/x/net/ipv6
golang.org/x/net/proxy
golang.org/x/net/publicsuffix
golang.org/x/net/trace
-# golang.org/x/oauth2 v0.19.0
+# golang.org/x/oauth2 v0.20.0
## explicit; go 1.18
golang.org/x/oauth2
golang.org/x/oauth2/internal