automation-tests/cmd/podman/manifest
Chris Evich d968f3fe09
Replace deprecated ioutil
Package `io/ioutil` was deprecated in golang 1.16, preventing podman from
building under Fedora 37.  Fortunately, functionality identical
replacements are provided by the packages `io` and `os`.  Replace all
usage of all `io/ioutil` symbols with appropriate substitutions
according to the golang docs.

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-09-20 15:34:27 -04:00
..
add.go podman manifest create: accept --amend and --insecure flags 2022-08-16 19:45:36 -04:00
annotate.go bump go module to version 4 2022-01-18 12:47:07 +01:00
create.go Add podman manifest create -a. Alias for --amend:Docker compatibility 2022-08-17 15:02:53 -04:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
inspect.go bump go module to version 4 2022-01-18 12:47:07 +01:00
manifest.go bump go module to version 4 2022-01-18 12:47:07 +01:00
push.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
remove.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
rm.go bump go module to version 4 2022-01-18 12:47:07 +01:00