vendor: update all dependencies
This commit is contained in:
parent
d1a39dcc4b
commit
af192d2507
232 changed files with 15744 additions and 1710 deletions
2
vendor/github.com/koofr/go-httpclient/requestdata.go
generated
vendored
2
vendor/github.com/koofr/go-httpclient/requestdata.go
generated
vendored
|
@ -1,6 +1,7 @@
|
|||
package httpclient
|
||||
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
"net/http"
|
||||
"net/url"
|
||||
|
@ -15,6 +16,7 @@ const (
|
|||
)
|
||||
|
||||
type RequestData struct {
|
||||
Context context.Context
|
||||
Method string
|
||||
Path string
|
||||
Params url.Values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue