vendor: update all dependencies
This commit is contained in:
parent
940df88eb2
commit
d64789528d
4309 changed files with 1327278 additions and 1001118 deletions
3
vendor/google.golang.org/api/groupsmigration/v1/groupsmigration-gen.go
generated
vendored
3
vendor/google.golang.org/api/groupsmigration/v1/groupsmigration-gen.go
generated
vendored
|
@ -218,11 +218,12 @@ func (c *ArchiveInsertCall) doRequest(alt string) (*http.Response, error) {
|
|||
body = new(bytes.Buffer)
|
||||
reqHeaders.Set("Content-Type", "application/json")
|
||||
}
|
||||
body, cleanup := c.mediaInfo_.UploadRequest(reqHeaders, body)
|
||||
body, getBody, cleanup := c.mediaInfo_.UploadRequest(reqHeaders, body)
|
||||
defer cleanup()
|
||||
urls += "?" + c.urlParams_.Encode()
|
||||
req, _ := http.NewRequest("POST", urls, body)
|
||||
req.Header = reqHeaders
|
||||
gensupport.SetGetBody(req, getBody)
|
||||
googleapi.Expand(req.URL, map[string]string{
|
||||
"groupId": c.groupId,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue