mirror of
https://github.com/shadow1ng/fscan.git
synced 2025-07-14 05:12:36 +08:00
update
This commit is contained in:
parent
740ce8552a
commit
45008bcbfc
@ -12,6 +12,7 @@ import (
|
|||||||
"github.com/google/cel-go/common/types"
|
"github.com/google/cel-go/common/types"
|
||||||
"github.com/google/cel-go/common/types/ref"
|
"github.com/google/cel-go/common/types/ref"
|
||||||
"github.com/google/cel-go/interpreter/functions"
|
"github.com/google/cel-go/interpreter/functions"
|
||||||
|
"github.com/shadow1ng/fscan/common"
|
||||||
exprpb "google.golang.org/genproto/googleapis/api/expr/v1alpha1"
|
exprpb "google.golang.org/genproto/googleapis/api/expr/v1alpha1"
|
||||||
"io"
|
"io"
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
@ -590,7 +591,6 @@ func DoRequest(req *http.Request, redirect bool) (*Response, error) {
|
|||||||
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
|
req.Header.Set("Content-Type", "application/x-www-form-urlencoded")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var oResp *http.Response
|
var oResp *http.Response
|
||||||
var err error
|
var err error
|
||||||
if redirect {
|
if redirect {
|
||||||
|
Loading…
Reference in New Issue
Block a user