api: cleanup protobuf imports
There were a few files printing warnings during the build due to erroneous imports. These imports have now been removed. Signed-off-by: Stephen J Day <stephen.day@docker.com>
This commit is contained in:
@@ -7,7 +7,6 @@ import "google/protobuf/any.proto";
|
||||
import "google/protobuf/empty.proto";
|
||||
import "google/protobuf/field_mask.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "github.com/containerd/containerd/api/types/descriptor.proto";
|
||||
|
||||
option go_package = "github.com/containerd/containerd/api/services/containers/v1;containers";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user