diff --git a/pkg/registry/http.go b/pkg/registry/http.go index 273d972..7bfbf44 100644 --- a/pkg/registry/http.go +++ b/pkg/registry/http.go @@ -28,7 +28,7 @@ func newHTTPRegistry(schemaPathTemplate string, cacheFolder string, strict bool, MaxIdleConns: 100, IdleConnTimeout: 3 * time.Second, DisableCompression: true, - Proxy: http.ProxyFromEnvironment, + Proxy: http.ProxyFromEnvironment, } if skipTLS {