restic/internal/selfupdate
greatroar d4aadfa389 all: Drop ctxhttp
This package is no longer needed, since we can use the stdlib's
http.NewRequestWithContext.

backend/rclone already did, but it needed a different error check due to
a difference between net/http and ctxhttp.

Also, store the http.Client by value in the REST backend (changed to a
pointer when ctxhttp was introduced) and use errors.WithStack instead
of errors.Wrap where the message was no longer accurate. Errors from
http.NewRequestWithContext will start with "net/http" or "net/url", so
they're easy to identify.
2022-10-14 14:33:49 +02:00
..
download.go Refactor file handing for self-update. 2022-04-09 21:40:33 +02: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
github.go all: Drop ctxhttp 2022-10-14 14:33:49 +02:00
verify.go Add 'self-update' command 2018-08-12 23:34:47 +02:00