Update dependencies
This commit is contained in:
parent
f3b49987f8
commit
fda563d606
926 changed files with 189726 additions and 98666 deletions
2
vendor/google.golang.org/api/option/option.go
generated
vendored
2
vendor/google.golang.org/api/option/option.go
generated
vendored
|
@ -56,7 +56,7 @@ func WithCredentialsFile(filename string) ClientOption {
|
|||
// WithServiceAccountFile returns a ClientOption that uses a Google service
|
||||
// account credentials file to authenticate.
|
||||
//
|
||||
// Deprecated: Use WithCredentialsJSONFile instead.
|
||||
// Deprecated: Use WithCredentialsFile instead.
|
||||
func WithServiceAccountFile(filename string) ClientOption {
|
||||
return WithCredentialsFile(filename)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue