buildah/copier
Chris Evich 46eea31588
Replace io/ioutil calls with os calls
In golang 1.19, `io/ioutil` is fully deprecated preventing Buildah from
compiling.  Replace all calls with equivalent calls from the `os`
package.

Signed-off-by: Chris Evich <cevich@redhat.com>
2022-12-06 14:29:32 -05:00
..
copier.go Replace io/ioutil calls with os calls 2022-12-06 14:29:32 -05:00
copier_linux_test.go Replace io/ioutil calls with os calls 2022-12-06 14:29:32 -05:00
copier_test.go Replace io/ioutil calls with os calls 2022-12-06 14:29:32 -05:00
copier_unix_test.go copier: add Remove() 2021-04-20 14:09:50 -04:00
mknod_int.go Make util and copier build on FreeBSD 2022-06-13 13:36:20 +01:00
mknod_uint64.go Make util and copier build on FreeBSD 2022-06-13 13:36:20 +01:00
syscall_unix.go Fix stutters 2022-09-19 07:11:44 -04:00
syscall_windows.go copier: add GetOptions.NoCrossDevice 2021-04-14 10:19:19 -04:00
xattrs.go Fix stutters 2022-09-19 07:11:44 -04:00
xattrs_test.go Replace io/ioutil calls with os calls 2022-12-06 14:29:32 -05:00
xattrs_unsupported.go Add the "copier" package 2020-07-20 23:08:57 -04:00