fix: update lego.
This commit is contained in:
parent
b8b0c8f3e5
commit
8d848c3d60
169 changed files with 12224 additions and 605 deletions
1
vendor/google.golang.org/api/gensupport/params.go
generated
vendored
1
vendor/google.golang.org/api/gensupport/params.go
generated
vendored
|
@ -43,6 +43,7 @@ func (u URLParams) Encode() string {
|
|||
return url.Values(u).Encode()
|
||||
}
|
||||
|
||||
// SetOptions sets the URL params and any additional call options.
|
||||
func SetOptions(u URLParams, opts ...googleapi.CallOption) {
|
||||
for _, o := range opts {
|
||||
u.Set(o.Get())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue