restic/internal/migrations
Michael Eischer ff7ef5007e Replace most usages of ioutil with the underlying function
The ioutil functions are deprecated since Go 1.17 and only wrap another
library function. Thus directly call the underlying function.

This commit only mechanically replaces the function calls.
2022-12-02 19:36:43 +01:00
..
doc.go
interface.go migrate: Report why an migration cannot be applied 2022-09-03 11:49:31 +02:00
list.go
s3_layout.go backend: split layout code into own subpackage 2022-10-21 21:36:05 +02:00
upgrade_repo_v2_test.go migrate: Report why an migration cannot be applied 2022-09-03 11:49:31 +02:00
upgrade_repo_v2.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00