1
0
mirror of https://github.com/restic/restic.git synced 2024-06-27 07:55:08 +02:00
restic/internal/selfupdate
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
..
download_unix.go Refactor file handing for self-update. 2022-04-09 21:40:33 +02:00
download_windows.go Refactor file handing for self-update. 2022-04-09 21:40:33 +02:00
download.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
github.go Replace most usages of ioutil with the underlying function 2022-12-02 19:36:43 +01:00
verify.go Add 'self-update' command 2018-08-12 23:34:47 +02:00