mirror of
https://github.com/restic/restic.git
synced 2025-10-27 05:20:37 +00:00
Update dependencies
This commit is contained in:
3
vendor/cloud.google.com/go/trace/apiv1/doc.go
generated
vendored
3
vendor/cloud.google.com/go/trace/apiv1/doc.go
generated
vendored
@@ -37,8 +37,7 @@ func insertXGoog(ctx context.Context, val []string) context.Context {
|
||||
return metadata.NewOutgoingContext(ctx, md)
|
||||
}
|
||||
|
||||
// DefaultAuthScopes reports the authentication scopes required
|
||||
// by this package.
|
||||
// DefaultAuthScopes reports the default set of authentication scopes to use with this package.
|
||||
func DefaultAuthScopes() []string {
|
||||
return []string{
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
|
||||
2
vendor/cloud.google.com/go/trace/trace.go
generated
vendored
2
vendor/cloud.google.com/go/trace/trace.go
generated
vendored
@@ -113,7 +113,7 @@
|
||||
// ...
|
||||
// childSpan.Finish(trace.WithResponse(resp))
|
||||
//
|
||||
// When a span created by SpanFromRequest or SpamFromHeader is finished, the
|
||||
// When a span created by SpanFromRequest or SpanFromHeader is finished, the
|
||||
// finished spans in the corresponding trace -- the span itself and its
|
||||
// descendants -- are uploaded to the Stackdriver Trace server using the
|
||||
// *Client that created the span. Finish returns immediately, and uploading
|
||||
|
||||
Reference in New Issue
Block a user