containerd/cmd/containerd-shim-runc-v2/manager
Brian Goff 11ffba3dc4 shim: Do not depend on pkg/oci
pkg/oci is a general utility package with dependency chains that are
uneccessary for the shim.
The shim only actually used it for a convenience function for reading
an oci spec file.
Instead of pulling in those deps just re-implement that internally in
the shim command.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2024-10-01 21:04:58 +00:00
..
manager_linux.go shim: Do not depend on pkg/oci 2024-10-01 21:04:58 +00:00