mirror of
https://github.com/rclone/rclone.git
synced 2025-08-14 15:58:26 +02: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-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