podman/utils
Matthew Heon e3ced7217f Ensure libpod/define does not include libpod/image
The define package under Libpod is intended to be an extremely
minimal package, including constants and very little else.
However, as a result of some legacy code, it was dragging in all
of libpod/image (and, less significantly, the util package).
Fortunately, this was just to ensure that error constants were
not duplicating, and there's nothing preventing us from
importing in the other direction and keeping libpod/define free
of dependencies.

Signed-off-by: Matthew Heon <matthew.heon@pm.me>
2020-07-31 17:17:56 -04:00
..
utils.go Ensure libpod/define does not include libpod/image 2020-07-31 17:17:56 -04:00
utils_supported.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
utils_windows.go podman: add new cgroup mode split 2020-06-25 17:16:12 +02:00