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:
@@ -3,8 +3,6 @@ syntax = "proto3";
|
||||
package containerd.services.diff.v1;
|
||||
|
||||
import "gogoproto/gogo.proto";
|
||||
import "google/protobuf/empty.proto";
|
||||
import "google/protobuf/timestamp.proto";
|
||||
import "github.com/containerd/containerd/api/types/mount.proto";
|
||||
import "github.com/containerd/containerd/api/types/descriptor.proto";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user