mirror of
https://github.com/restic/restic.git
synced 2025-12-23 04:46:14 +00:00
Update dependencies
This commit is contained in:
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user