podman/pkg/machine
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
..
applehv Add interface for apple hypervisor 2022-08-08 14:04:49 -05:00
e2e Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
qemu Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
wsl Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
config.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
config_test.go pkg/machine: add missing build tags to tests 2022-07-04 18:09:30 +02:00
connection.go pkg: switch to golang native error wrapping 2022-07-08 08:54:47 +02:00
fcos.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
fedora.go Fix potential leak on mid-stream read error 2022-07-19 14:06:47 -05:00
ignition.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
ignition_darwin.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_freebsd.go pkg: Build pkg/machine on FreeBSD 2022-08-13 07:53:34 +01:00
ignition_linux.go Set machine timezone 2021-12-16 12:40:20 -06:00
ignition_schema.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
ignition_windows.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
keys.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
machine_unsupported.go go fmt: use go 1.18 conditional-build syntax 2022-03-18 09:11:53 +01:00
machine_windows.go Improved Windows compatibility for machine command 2022-08-29 16:53:42 +03:00
pull.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00