Add go_package on all proto files

Seems it is no longer optional after migratring off from
gogo/protobuf (see #6564).

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
This commit is contained in:
Kazuyoshi Kato
2022-04-20 17:26:01 +00:00
parent aa1526defc
commit 01dfb110c4
5 changed files with 45 additions and 34 deletions

View File

@@ -31,6 +31,8 @@ package containerd.plugin;
import "google/protobuf/descriptor.proto";
option go_package = "github.com/containerd/containerd/protobuf/plugin";
extend google.protobuf.FileOptions {
optional bool fieldpath_all = 63300;
}