summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/oauth2/internal/oauth2.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-05-15 12:23:08 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-15 12:23:08 +0200
commite1b7ab26035a1e1d558c6fc5c507c7b7fca287b3 (patch)
tree1a30c7e9a3e61b375f5374f9745d2dd3a7763bf7 /vendor/golang.org/x/oauth2/internal/oauth2.go
parent[bugfix] update go-cache to v3.3.3 (#1778) (diff)
downloadgotosocial-e1b7ab26035a1e1d558c6fc5c507c7b7fca287b3.tar.xz
[chore]: Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#1785)
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.7.0 to 0.8.0. - [Commits](https://github.com/golang/oauth2/compare/v0.7.0...v0.8.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/golang.org/x/oauth2/internal/oauth2.go')
-rw-r--r--vendor/golang.org/x/oauth2/internal/oauth2.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/oauth2/internal/oauth2.go b/vendor/golang.org/x/oauth2/internal/oauth2.go
index c0ab196cf..14989beaf 100644
--- a/vendor/golang.org/x/oauth2/internal/oauth2.go
+++ b/vendor/golang.org/x/oauth2/internal/oauth2.go
@@ -14,7 +14,7 @@ import (
// ParseKey converts the binary contents of a private key file
// to an *rsa.PrivateKey. It detects whether the private key is in a
-// PEM container or not. If so, it extracts the the private key
+// PEM container or not. If so, it extracts the private key
// from PEM container before conversion. It only supports PEM
// containers with no passphrase.
func ParseKey(key []byte) (*rsa.PrivateKey, error) {