Update dependenciess

Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
Alexander Neumann 2017-12-03 21:01:25 +01:00
parent 9d0f13c4c0
commit 946c8399e2
2985 changed files with 1008107 additions and 118934 deletions

View file

@ -188,20 +188,20 @@ type Bucket struct {
}
func (s *Bucket) MarshalJSON() ([]byte, error) {
type noMethod Bucket
raw := noMethod(*s)
type NoMethod Bucket
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *Bucket) UnmarshalJSON(data []byte) error {
type noMethod Bucket
type NoMethod Bucket
var s1 struct {
Max gensupport.JSONFloat64 `json:"max"`
Min gensupport.JSONFloat64 `json:"min"`
Opacity gensupport.JSONFloat64 `json:"opacity"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -259,8 +259,8 @@ type Column struct {
}
func (s *Column) MarshalJSON() ([]byte, error) {
type noMethod Column
raw := noMethod(*s)
type NoMethod Column
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -293,8 +293,8 @@ type ColumnBaseColumn struct {
}
func (s *ColumnBaseColumn) MarshalJSON() ([]byte, error) {
type noMethod ColumnBaseColumn
raw := noMethod(*s)
type NoMethod ColumnBaseColumn
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -335,8 +335,8 @@ type ColumnList struct {
}
func (s *ColumnList) MarshalJSON() ([]byte, error) {
type noMethod ColumnList
raw := noMethod(*s)
type NoMethod ColumnList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -368,8 +368,8 @@ type Geometry struct {
}
func (s *Geometry) MarshalJSON() ([]byte, error) {
type noMethod Geometry
raw := noMethod(*s)
type NoMethod Geometry
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -403,8 +403,8 @@ type Import struct {
}
func (s *Import) MarshalJSON() ([]byte, error) {
type noMethod Import
raw := noMethod(*s)
type NoMethod Import
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -434,8 +434,8 @@ type Line struct {
}
func (s *Line) MarshalJSON() ([]byte, error) {
type noMethod Line
raw := noMethod(*s)
type NoMethod Line
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -477,18 +477,18 @@ type LineStyle struct {
}
func (s *LineStyle) MarshalJSON() ([]byte, error) {
type noMethod LineStyle
raw := noMethod(*s)
type NoMethod LineStyle
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *LineStyle) UnmarshalJSON(data []byte) error {
type noMethod LineStyle
type NoMethod LineStyle
var s1 struct {
StrokeOpacity gensupport.JSONFloat64 `json:"strokeOpacity"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -522,8 +522,8 @@ type Point struct {
}
func (s *Point) MarshalJSON() ([]byte, error) {
type noMethod Point
raw := noMethod(*s)
type NoMethod Point
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -555,8 +555,8 @@ type PointStyle struct {
}
func (s *PointStyle) MarshalJSON() ([]byte, error) {
type noMethod PointStyle
raw := noMethod(*s)
type NoMethod PointStyle
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -586,8 +586,8 @@ type Polygon struct {
}
func (s *Polygon) MarshalJSON() ([]byte, error) {
type noMethod Polygon
raw := noMethod(*s)
type NoMethod Polygon
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -640,19 +640,19 @@ type PolygonStyle struct {
}
func (s *PolygonStyle) MarshalJSON() ([]byte, error) {
type noMethod PolygonStyle
raw := noMethod(*s)
type NoMethod PolygonStyle
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *PolygonStyle) UnmarshalJSON(data []byte) error {
type noMethod PolygonStyle
type NoMethod PolygonStyle
var s1 struct {
FillOpacity gensupport.JSONFloat64 `json:"fillOpacity"`
StrokeOpacity gensupport.JSONFloat64 `json:"strokeOpacity"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -696,8 +696,8 @@ type Sqlresponse struct {
}
func (s *Sqlresponse) MarshalJSON() ([]byte, error) {
type noMethod Sqlresponse
raw := noMethod(*s)
type NoMethod Sqlresponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -741,8 +741,8 @@ type StyleFunction struct {
}
func (s *StyleFunction) MarshalJSON() ([]byte, error) {
type noMethod StyleFunction
raw := noMethod(*s)
type NoMethod StyleFunction
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -778,19 +778,19 @@ type StyleFunctionGradient struct {
}
func (s *StyleFunctionGradient) MarshalJSON() ([]byte, error) {
type noMethod StyleFunctionGradient
raw := noMethod(*s)
type NoMethod StyleFunctionGradient
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *StyleFunctionGradient) UnmarshalJSON(data []byte) error {
type noMethod StyleFunctionGradient
type NoMethod StyleFunctionGradient
var s1 struct {
Max gensupport.JSONFloat64 `json:"max"`
Min gensupport.JSONFloat64 `json:"min"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -824,18 +824,18 @@ type StyleFunctionGradientColors struct {
}
func (s *StyleFunctionGradientColors) MarshalJSON() ([]byte, error) {
type noMethod StyleFunctionGradientColors
raw := noMethod(*s)
type NoMethod StyleFunctionGradientColors
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *StyleFunctionGradientColors) UnmarshalJSON(data []byte) error {
type noMethod StyleFunctionGradientColors
type NoMethod StyleFunctionGradientColors
var s1 struct {
Opacity gensupport.JSONFloat64 `json:"opacity"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -893,8 +893,8 @@ type StyleSetting struct {
}
func (s *StyleSetting) MarshalJSON() ([]byte, error) {
type noMethod StyleSetting
raw := noMethod(*s)
type NoMethod StyleSetting
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -935,8 +935,8 @@ type StyleSettingList struct {
}
func (s *StyleSettingList) MarshalJSON() ([]byte, error) {
type noMethod StyleSettingList
raw := noMethod(*s)
type NoMethod StyleSettingList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -997,8 +997,8 @@ type Table struct {
}
func (s *Table) MarshalJSON() ([]byte, error) {
type noMethod Table
raw := noMethod(*s)
type NoMethod Table
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1036,8 +1036,8 @@ type TableList struct {
}
func (s *TableList) MarshalJSON() ([]byte, error) {
type noMethod TableList
raw := noMethod(*s)
type NoMethod TableList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1085,8 +1085,8 @@ type Task struct {
}
func (s *Task) MarshalJSON() ([]byte, error) {
type noMethod Task
raw := noMethod(*s)
type NoMethod Task
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1127,8 +1127,8 @@ type TaskList struct {
}
func (s *TaskList) MarshalJSON() ([]byte, error) {
type noMethod TaskList
raw := noMethod(*s)
type NoMethod TaskList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1184,8 +1184,8 @@ type Template struct {
}
func (s *Template) MarshalJSON() ([]byte, error) {
type noMethod Template
raw := noMethod(*s)
type NoMethod Template
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1226,8 +1226,8 @@ type TemplateList struct {
}
func (s *TemplateList) MarshalJSON() ([]byte, error) {
type noMethod TemplateList
raw := noMethod(*s)
type NoMethod TemplateList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1446,7 +1446,7 @@ func (c *ColumnGetCall) Do(opts ...googleapi.CallOption) (*Column, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -1584,7 +1584,7 @@ func (c *ColumnInsertCall) Do(opts ...googleapi.CallOption) (*Column, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -1738,7 +1738,7 @@ func (c *ColumnListCall) Do(opts ...googleapi.CallOption) (*ColumnList, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -1906,7 +1906,7 @@ func (c *ColumnPatchCall) Do(opts ...googleapi.CallOption) (*Column, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -2049,7 +2049,7 @@ func (c *ColumnUpdateCall) Do(opts ...googleapi.CallOption) (*Column, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -2210,7 +2210,7 @@ func (c *QuerySqlCall) Do(opts ...googleapi.CallOption) (*Sqlresponse, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -2387,7 +2387,7 @@ func (c *QuerySqlGetCall) Do(opts ...googleapi.CallOption) (*Sqlresponse, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -2646,7 +2646,7 @@ func (c *StyleGetCall) Do(opts ...googleapi.CallOption) (*StyleSetting, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -2785,7 +2785,7 @@ func (c *StyleInsertCall) Do(opts ...googleapi.CallOption) (*StyleSetting, error
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -2939,7 +2939,7 @@ func (c *StyleListCall) Do(opts ...googleapi.CallOption) (*StyleSettingList, err
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3107,7 +3107,7 @@ func (c *StylePatchCall) Do(opts ...googleapi.CallOption) (*StyleSetting, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3251,7 +3251,7 @@ func (c *StyleUpdateCall) Do(opts ...googleapi.CallOption) (*StyleSetting, error
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3392,7 +3392,7 @@ func (c *TableCopyCall) Do(opts ...googleapi.CallOption) (*Table, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3630,7 +3630,7 @@ func (c *TableGetCall) Do(opts ...googleapi.CallOption) (*Table, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3866,7 +3866,7 @@ func (c *TableImportRowsCall) Do(opts ...googleapi.CallOption) (*Import, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4112,7 +4112,7 @@ func (c *TableImportTableCall) Do(opts ...googleapi.CallOption) (*Table, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4264,7 +4264,7 @@ func (c *TableInsertCall) Do(opts ...googleapi.CallOption) (*Table, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4402,7 +4402,7 @@ func (c *TableListCall) Do(opts ...googleapi.CallOption) (*TableList, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4568,7 +4568,7 @@ func (c *TablePatchCall) Do(opts ...googleapi.CallOption) (*Table, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4716,7 +4716,7 @@ func (c *TableUpdateCall) Do(opts ...googleapi.CallOption) (*Table, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4968,7 +4968,7 @@ func (c *TaskGetCall) Do(opts ...googleapi.CallOption) (*Task, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5131,7 +5131,7 @@ func (c *TaskListCall) Do(opts ...googleapi.CallOption) (*TaskList, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5415,7 +5415,7 @@ func (c *TemplateGetCall) Do(opts ...googleapi.CallOption) (*Template, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5554,7 +5554,7 @@ func (c *TemplateInsertCall) Do(opts ...googleapi.CallOption) (*Template, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5708,7 +5708,7 @@ func (c *TemplateListCall) Do(opts ...googleapi.CallOption) (*TemplateList, erro
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5876,7 +5876,7 @@ func (c *TemplatePatchCall) Do(opts ...googleapi.CallOption) (*Template, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -6020,7 +6020,7 @@ func (c *TemplateUpdateCall) Do(opts ...googleapi.CallOption) (*Template, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil