Bump cfssl to 56268a6
This commit is contained in:
5
vendor/github.com/cloudflare/cfssl/scan/connectivity.go
generated
vendored
5
vendor/github.com/cloudflare/cfssl/scan/connectivity.go
generated
vendored
@@ -2,11 +2,12 @@ package scan
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"crypto/tls"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"net"
|
||||
|
||||
"github.com/cloudflare/cfssl/scan/crypto/tls"
|
||||
)
|
||||
|
||||
// Connectivity contains scanners testing basic connectivity to the host
|
||||
@@ -53,7 +54,7 @@ var (
|
||||
)
|
||||
|
||||
func initOnCloudFlareScan() ([]*net.IPNet, error) {
|
||||
// Propogate previous errors and don't attempt to re-download.
|
||||
// Propagate previous errors and don't attempt to re-download.
|
||||
if cfNetsErr != nil {
|
||||
return nil, cfNetsErr
|
||||
}
|
||||
|
Reference in New Issue
Block a user