Update go mod and vendor in client dir to 0.28.0
This commit is contained in:
2
client/vendor/golang.org/x/oauth2/internal/oauth2.go
generated
vendored
2
client/vendor/golang.org/x/oauth2/internal/oauth2.go
generated
vendored
@@ -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) {
|
||||
|
Reference in New Issue
Block a user