Skip to content

Commit

Permalink
fix(logging): Use fieldmask directly instead of field_mask genproto a…
Browse files Browse the repository at this point in the history
…lias (#8031)

related to kubernetes/kubernetes#113366
  • Loading branch information
quartzmo committed Jun 6, 2023
1 parent 087a5fc commit 13d9483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logging/logadmin/sinks.go
Expand Up @@ -22,7 +22,7 @@ import (
vkit "cloud.google.com/go/logging/apiv2"
logpb "cloud.google.com/go/logging/apiv2/loggingpb"
"google.golang.org/api/iterator"
maskpb "google.golang.org/genproto/protobuf/field_mask"
maskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
)

// Sink describes a sink used to export log entries outside Cloud
Expand Down

0 comments on commit 13d9483

Please sign in to comment.