fixed http redirect to https when no cert available

This commit is contained in:
yusing
2024-03-28 05:59:25 +00:00
parent 443dd99b5b
commit 6bc4c1c49a
4 changed files with 18 additions and 5 deletions

4
go.mod
View File

@@ -16,9 +16,9 @@ require (
require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
github.com/cloudflare/cloudflare-go v0.91.0 // indirect
github.com/cloudflare/cloudflare-go v0.92.0 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/distribution/reference v0.5.0 // indirect
github.com/distribution/reference v0.6.0 // indirect
github.com/docker/go-connections v0.5.0 // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect