Skip to content

Commit 13d9483

Browse files
authored
fix(logging): Use fieldmask directly instead of field_mask genproto alias (#8031)
related to kubernetes/kubernetes#113366
1 parent 087a5fc commit 13d9483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

β€Žlogging/logadmin/sinks.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
vkit "cloud.google.com/go/logging/apiv2"
2323
logpb "cloud.google.com/go/logging/apiv2/loggingpb"
2424
"google.golang.org/api/iterator"
25-
maskpb "google.golang.org/genproto/protobuf/field_mask"
25+
maskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
2626
)
2727

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

0 commit comments

Comments
 (0)