rclone/cmd/selfupdate
Nick Craig-Wood 4471e6f258 selfupdate: obey --no-check-certificate flag
This patch makes sure we use our own HTTP transport when fetching the
current rclone version.

This allows it to use --no-check-certificate (and any other features
of our own transport).

See: https://forum.rclone.org/t/rclone-selfupdate-no-check-certificate-flag-not-work/37501
2023-04-24 12:26:01 +01:00
..
help.go build: replace the deprecated golint linter with revive 2021-10-15 12:51:31 +01:00
noselfupdate.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
selfupdate.go selfupdate: obey --no-check-certificate flag 2023-04-24 12:26:01 +01:00
selfupdate_test.go test: replace defer cleanup with `t.Cleanup` 2022-12-09 14:38:05 +00:00
verify.go selfupdate: replace deprecated x/crypto/openpgp package with ProtonMail/go-crypto 2022-07-04 11:24:59 +02:00
writable_unix.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
writable_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
writable_windows.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00