podman/test/utils
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
..
common_function_test.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
matchers.go replace golint with revive linter 2022-04-22 15:12:33 +02:00
podmansession_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00
podmantest_test.go fix broken hooks-dir test 2022-04-29 14:06:54 +02:00
utils.go Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
utils_suite_test.go bump go module to version 4 2022-01-18 12:47:07 +01:00