spiegel_podman/pkg/api/handlers
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
..
compat Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
libpod Replace deprecated ioutil 2022-09-20 15:34:27 -04:00
swagger implement podman update 2022-09-01 13:02:01 -04:00
types bump go module to version 4 2022-01-18 12:47:07 +01:00
utils Switch to github.com/blang/semver/v4 2022-07-14 13:53:13 +02:00
decoder.go pkg/api: do not register decoder in endpoint handler 2022-04-29 14:06:54 +02:00
types.go implement podman update 2022-09-01 13:02:01 -04:00