GODT-1833: Updage go.mod/sum.

This commit is contained in:
Jakub
2022-08-31 09:48:31 +02:00
parent 3c6f80e520
commit 61c787b1c7
6 changed files with 192 additions and 358 deletions

View File

@ -178,7 +178,7 @@ func (p *proxyProvider) canReach(url string) bool {
dialer := NewPinningTLSDialer(p.cfg, NewBasicTLSDialer(p.cfg))
pinger := resty.New().
SetHostURL(url).
SetBaseURL(url).
SetTimeout(p.canReachTimeout).
SetTransport(CreateTransportWithDialer(dialer))