Skip to content

Commit

Permalink
Update go module to github.com/containerd/containerd/v2
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Oct 30, 2023
1 parent abfc8be commit 5fdf55e
Show file tree
Hide file tree
Showing 748 changed files with 3,443 additions and 2,839 deletions.
10 changes: 5 additions & 5 deletions api/events/container.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/container.proto
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ package containerd.events;
import "google/protobuf/any.proto";
import "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";

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

message ContainerCreate {
Expand Down
10 changes: 5 additions & 5 deletions api/events/content.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/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package containerd.events;

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

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

message ContentDelete {
Expand Down
8 changes: 4 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 @@ -20,7 +20,7 @@ package containerd.services.images.v1;

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

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

message ImageCreate {
Expand Down
10 changes: 5 additions & 5 deletions api/events/namespace.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/namespace.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package containerd.events;

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

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

message NamespaceCreate {
Expand Down
8 changes: 4 additions & 4 deletions api/events/sandbox.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/sandbox.proto
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package containerd.events;

import "google/protobuf/timestamp.proto";

option go_package = "github.com/containerd/containerd/api/events;events";
option go_package = "github.com/containerd/containerd/v2/api/events;events";

message SandboxCreate {
string sandbox_id = 1;
Expand Down
10 changes: 5 additions & 5 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 @@ -20,7 +20,7 @@ package containerd.events;

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

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

message SnapshotPrepare {
Expand Down
11 changes: 6 additions & 5 deletions api/events/task.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/task.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import "google/protobuf/timestamp.proto";
import "github.com/containerd/containerd/api/types/mount.proto";
import "github.com/containerd/containerd/protobuf/plugin/fieldpath.proto";

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

message TaskCreate {
Expand Down
Loading

0 comments on commit 5fdf55e

Please sign in to comment.