vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@@ -5,7 +5,7 @@
"description": "Analyzes the performance of a web page and provides tailored suggestions to make that page faster.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/speed/docs/insights/v4/getting-started",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/SH2J6rYWmNbt6o_tv_-xRJjaMPs\"",
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/HnlK1VSjuro9BuYieCPewnsXe60\"",
"icons": {
"x16": "https://www.google.com/images/icons/product/pagespeed-16.png",
"x32": "https://www.google.com/images/icons/product/pagespeed-32.png"
@@ -119,7 +119,7 @@
"url": {
"description": "The URL to fetch and analyze",
"location": "query",
"pattern": "(?i)http(s)?://.*",
"pattern": "(?i)(site:|origin:)?http(s)?://.*",
"required": true,
"type": "string"
},
@@ -142,7 +142,7 @@
}
}
},
"revision": "20180315",
"revision": "20180606",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"PagespeedApiFormatStringV4": {

View File

@@ -1045,7 +1045,7 @@ func (c *PagespeedapiRunpagespeedCall) Do(opts ...googleapi.CallOption) (*Pagesp
// "url": {
// "description": "The URL to fetch and analyze",
// "location": "query",
// "pattern": "(?i)http(s)?://.*",
// "pattern": "(?i)(site:|origin:)?http(s)?://.*",
// "required": true,
// "type": "string"
// },