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

@ -140,8 +140,8 @@ type Application struct {
}
func (s *Application) MarshalJSON() ([]byte, error) {
type noMethod Application
raw := noMethod(*s)
type NoMethod Application
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -178,8 +178,8 @@ type ApplicationDataTransfer struct {
}
func (s *ApplicationDataTransfer) MarshalJSON() ([]byte, error) {
type noMethod ApplicationDataTransfer
raw := noMethod(*s)
type NoMethod ApplicationDataTransfer
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -211,8 +211,8 @@ type ApplicationTransferParam struct {
}
func (s *ApplicationTransferParam) MarshalJSON() ([]byte, error) {
type noMethod ApplicationTransferParam
raw := noMethod(*s)
type NoMethod ApplicationTransferParam
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -254,8 +254,8 @@ type ApplicationsListResponse struct {
}
func (s *ApplicationsListResponse) MarshalJSON() ([]byte, error) {
type noMethod ApplicationsListResponse
raw := noMethod(*s)
type NoMethod ApplicationsListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -314,8 +314,8 @@ type DataTransfer struct {
}
func (s *DataTransfer) MarshalJSON() ([]byte, error) {
type noMethod DataTransfer
raw := noMethod(*s)
type NoMethod DataTransfer
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -358,8 +358,8 @@ type DataTransfersListResponse struct {
}
func (s *DataTransfersListResponse) MarshalJSON() ([]byte, error) {
type noMethod DataTransfersListResponse
raw := noMethod(*s)
type NoMethod DataTransfersListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -471,7 +471,7 @@ func (c *ApplicationsGetCall) Do(opts ...googleapi.CallOption) (*Application, er
},
}
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
@ -627,7 +627,7 @@ func (c *ApplicationsListCall) Do(opts ...googleapi.CallOption) (*ApplicationsLi
},
}
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
@ -795,7 +795,7 @@ func (c *TransfersGetCall) Do(opts ...googleapi.CallOption) (*DataTransfer, 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
@ -921,7 +921,7 @@ func (c *TransfersInsertCall) Do(opts ...googleapi.CallOption) (*DataTransfer, e
},
}
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
@ -1087,7 +1087,7 @@ func (c *TransfersListCall) Do(opts ...googleapi.CallOption) (*DataTransfersList
},
}
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