restic/internal/backend/rest
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
..
config.go Hide password from repository URLs 2020-09-22 22:00:51 +02:00
config_test.go backend/rest: Ensure base URL ends with slash 2018-04-01 10:18:38 +02:00
rest.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
rest_int_test.go Use "pack file" instead of "data file" (#2885) 2020-08-16 11:16:38 +02:00
rest_test.go rest: Fix test backend url 2021-08-15 18:16:17 +02:00