spiegel_podman/cmd/podman/containers
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
..
attach.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
checkpoint.go Output messages display rawInput 2022-08-02 18:28:37 +09:00
cleanup.go Output messages display rawInput 2022-08-02 18:28:37 +09:00
clone.go implement podman update 2022-09-01 13:02:01 -04:00
commit.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
container.go bump go module to version 4 2022-01-18 12:47:07 +01:00
cp.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
create.go Default to --dns-option to match Docker and Buildah 2022-09-16 06:14:35 -04:00
diff.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
exec.go Fix stutters 2022-09-10 07:52:00 -04:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
export.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
init.go Output messages display rawInput 2022-08-02 18:28:37 +09:00
inspect.go shell completion: update podman inspect --type options 2022-05-19 14:04:22 +02:00
kill.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
list.go bump go module to version 4 2022-01-18 12:47:07 +01:00
logs.go Fix stutters 2022-09-10 07:52:00 -04:00
mount.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
pause.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
port.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
prune.go bump go module to version 4 2022-01-18 12:47:07 +01:00
ps.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
rename.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
restart.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
restore.go Output messages display rawInput 2022-08-02 18:28:37 +09:00
rm.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
run.go implement podman update 2022-09-01 13:02:01 -04:00
runlabel.go bump go module to version 4 2022-01-18 12:47:07 +01:00
start.go Merge pull request #15134 from sstosh/improve-output 2022-08-09 06:13:10 +00:00
stats.go Add podman stats --no-trunc option 2022-08-17 13:16:01 -04:00
stop.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
top.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
unmount.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
unpause.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
update.go implement podman update 2022-09-01 13:02:01 -04:00
wait.go podman wait can take multiple conditions 2022-07-08 05:26:56 -04:00