Skip to content

Commit

Permalink
Merge pull request #6558 from kzys/no-weak-import
Browse files Browse the repository at this point in the history
Do not use weak import
  • Loading branch information
crosbymichael authored Mar 1, 2022
2 parents f57d1cf 296f75b commit 82bce32
Show file tree
Hide file tree
Showing 57 changed files with 936 additions and 940 deletions.
56 changes: 29 additions & 27 deletions api/events/container.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/events/container.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 19,8 @@ syntax = "proto3";
package containerd.events;

import "google/protobuf/any.proto";
import weak "gogoproto/gogo.proto";
import weak "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";
import "gogoproto/gogo.proto";
import "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";

option go_package = "github.com/containerd/containerd/api/events;events";
option (containerd.plugin.fieldpath_all) = true;
Expand Down
9 changes: 5 additions & 4 deletions api/events/content.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/events/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 18,8 @@ syntax = "proto3";

package containerd.events;

import weak "gogoproto/gogo.proto";
import weak "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";
import "gogoproto/gogo.proto";
import "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";

option go_package = "github.com/containerd/containerd/api/events;events";
option (containerd.plugin.fieldpath_all) = true;
Expand Down
9 changes: 5 additions & 4 deletions api/events/image.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/events/image.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ syntax = "proto3";

package containerd.services.images.v1;

import weak "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";
import "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";

option go_package = "github.com/containerd/containerd/api/events;events";
option (containerd.plugin.fieldpath_all) = true;
Expand Down
8 changes: 5 additions & 3 deletions api/events/namespace.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions api/events/namespace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 18,8 @@ syntax = "proto3";

package containerd.events;

import weak "gogoproto/gogo.proto";
import weak "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";
import "gogoproto/gogo.proto";
import "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";

option go_package = "github.com/containerd/containerd/api/events;events";
option (containerd.plugin.fieldpath_all) = true;
Expand Down
7 changes: 4 additions & 3 deletions api/events/snapshot.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/events/snapshot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ syntax = "proto3";

package containerd.events;

import weak "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";
import "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";

option go_package = "github.com/containerd/containerd/api/events;events";
option (containerd.plugin.fieldpath_all) = true;
Expand Down
Loading

0 comments on commit 82bce32

Please sign in to comment.