We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb4730 commit c8a82d4Copy full SHA for c8a82d4
1 file changed
pkg/dependency/http/http.go
@@ -65,6 +65,7 @@ func NewClient(options ...pkg.HTTPOption) *http.Client {
65
}
66
67
tr := &http.Transport{
68
+ Proxy: http.ProxyFromEnvironment,
69
TLSClientConfig: tlsConf,
70
IdleConnTimeout: 5 * time.Minute,
71
TLSHandshakeTimeout: 5 * time.Second,
0 commit comments