mirror of
https://github.com/rclone/rclone.git
synced 2025-12-29 14:43:24 +00:00
vendor: update all dependencies
* Update all dependencies * Remove all `[[constraint]]` from Gopkg.toml * Add in the minimum number of `[[override]]` to build * Remove go get of github.com/inconshreveable/mousetrap as it is vendored * Update docs with new policy on constraints
This commit is contained in:
6
vendor/google.golang.org/api/testing/v1/testing-api.json
generated
vendored
6
vendor/google.golang.org/api/testing/v1/testing-api.json
generated
vendored
@@ -281,7 +281,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180316",
|
||||
"revision": "20180406",
|
||||
"rootUrl": "https://testing.googleapis.com/",
|
||||
"schemas": {
|
||||
"Account": {
|
||||
@@ -794,7 +794,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"month": {
|
||||
"description": "Month of year. Must be from 1 to 12.",
|
||||
"description": "Month of year. Must be from 1 to 12, or 0 if specifying a date without a\nmonth.",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
@@ -1544,6 +1544,6 @@
|
||||
}
|
||||
},
|
||||
"servicePath": "",
|
||||
"title": "Google Cloud Testing API",
|
||||
"title": "Cloud Testing API",
|
||||
"version": "v1"
|
||||
}
|
||||
6
vendor/google.golang.org/api/testing/v1/testing-gen.go
generated
vendored
6
vendor/google.golang.org/api/testing/v1/testing-gen.go
generated
vendored
@@ -1,4 +1,4 @@
|
||||
// Package testing provides access to the Google Cloud Testing API.
|
||||
// Package testing provides access to the Cloud Testing API.
|
||||
//
|
||||
// See https://developers.google.com/cloud-test-lab/
|
||||
//
|
||||
@@ -1051,7 +1051,9 @@ type Date struct {
|
||||
// if specifying a year/month where the day is not significant.
|
||||
Day int64 `json:"day,omitempty"`
|
||||
|
||||
// Month: Month of year. Must be from 1 to 12.
|
||||
// Month: Month of year. Must be from 1 to 12, or 0 if specifying a date
|
||||
// without a
|
||||
// month.
|
||||
Month int64 `json:"month,omitempty"`
|
||||
|
||||
// Year: Year of date. Must be from 1 to 9999, or 0 if specifying a date
|
||||
|
||||
Reference in New Issue
Block a user