containerd/cmd/containerd/command
Kazuyoshi Kato aa1526defc Use proto.Marshal instead of calling Marshal() on objects
With google.golang.org/protobuf, proto-generated objects only have
ProtoReflect(). They don't have Marshal() anymore (see #6564).

Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
2022-04-20 17:14:24 +00:00
..
config_linux.go cmd/containerd: deduplicate config*.go 2021-03-15 13:27:16 +09:00
config_unsupported.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
config_windows.go cmd/containerd: deduplicate config*.go 2021-03-15 13:27:16 +09:00
config.go Fix backword-compatibility issue of non-versioned config file 2021-04-15 10:00:58 +09:00
main_unix.go typo fixes under cmd. 2022-03-12 11:32:31 -08:00
main_windows.go Make sure exit signals trigger an exit during init 2021-09-15 22:14:46 +00:00
main.go Merge pull request #6672 from linxiulei/fix_rel 2022-04-06 09:20:10 -07:00
notify_linux.go Remove redundant build tags 2021-08-05 22:27:46 -07:00
notify_unsupported.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
oci-hook.go update runc to v1.0.0-rc92 2020-08-06 20:31:33 +09:00
publish.go Use proto.Marshal instead of calling Marshal() on objects 2022-04-20 17:14:24 +00:00
service_unsupported.go Run go fmt with Go 1.17 2021-08-22 09:31:50 +09:00
service_windows.go feat: replace github.com/pkg/errors to errors 2022-01-07 10:27:03 +08:00