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

@ -157,8 +157,8 @@ type AuthorizedKeysView struct {
}
func (s *AuthorizedKeysView) MarshalJSON() ([]byte, error) {
type noMethod AuthorizedKeysView
raw := noMethod(*s)
type NoMethod AuthorizedKeysView
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -214,8 +214,8 @@ type Group struct {
}
func (s *Group) MarshalJSON() ([]byte, error) {
type noMethod Group
raw := noMethod(*s)
type NoMethod Group
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -260,8 +260,8 @@ type GroupList struct {
}
func (s *GroupList) MarshalJSON() ([]byte, error) {
type noMethod GroupList
raw := noMethod(*s)
type NoMethod GroupList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -287,8 +287,8 @@ type GroupsAddMemberRequest struct {
}
func (s *GroupsAddMemberRequest) MarshalJSON() ([]byte, error) {
type noMethod GroupsAddMemberRequest
raw := noMethod(*s)
type NoMethod GroupsAddMemberRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -314,8 +314,8 @@ type GroupsRemoveMemberRequest struct {
}
func (s *GroupsRemoveMemberRequest) MarshalJSON() ([]byte, error) {
type noMethod GroupsRemoveMemberRequest
raw := noMethod(*s)
type NoMethod GroupsRemoveMemberRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -353,8 +353,8 @@ type LinuxAccountViews struct {
}
func (s *LinuxAccountViews) MarshalJSON() ([]byte, error) {
type noMethod LinuxAccountViews
raw := noMethod(*s)
type NoMethod LinuxAccountViews
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -384,8 +384,8 @@ type LinuxGetAuthorizedKeysViewResponse struct {
}
func (s *LinuxGetAuthorizedKeysViewResponse) MarshalJSON() ([]byte, error) {
type noMethod LinuxGetAuthorizedKeysViewResponse
raw := noMethod(*s)
type NoMethod LinuxGetAuthorizedKeysViewResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -416,8 +416,8 @@ type LinuxGetLinuxAccountViewsResponse struct {
}
func (s *LinuxGetLinuxAccountViewsResponse) MarshalJSON() ([]byte, error) {
type noMethod LinuxGetLinuxAccountViewsResponse
raw := noMethod(*s)
type NoMethod LinuxGetLinuxAccountViewsResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -451,8 +451,8 @@ type LinuxGroupView struct {
}
func (s *LinuxGroupView) MarshalJSON() ([]byte, error) {
type noMethod LinuxGroupView
raw := noMethod(*s)
type NoMethod LinuxGroupView
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -496,8 +496,8 @@ type LinuxUserView struct {
}
func (s *LinuxUserView) MarshalJSON() ([]byte, error) {
type noMethod LinuxUserView
raw := noMethod(*s)
type NoMethod LinuxUserView
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -625,8 +625,8 @@ type Operation struct {
}
func (s *Operation) MarshalJSON() ([]byte, error) {
type noMethod Operation
raw := noMethod(*s)
type NoMethod Operation
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -655,8 +655,8 @@ type OperationError struct {
}
func (s *OperationError) MarshalJSON() ([]byte, error) {
type noMethod OperationError
raw := noMethod(*s)
type NoMethod OperationError
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -689,8 +689,8 @@ type OperationErrorErrors struct {
}
func (s *OperationErrorErrors) MarshalJSON() ([]byte, error) {
type noMethod OperationErrorErrors
raw := noMethod(*s)
type NoMethod OperationErrorErrors
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -744,8 +744,8 @@ type OperationWarnings struct {
}
func (s *OperationWarnings) MarshalJSON() ([]byte, error) {
type noMethod OperationWarnings
raw := noMethod(*s)
type NoMethod OperationWarnings
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -781,8 +781,8 @@ type OperationWarningsData struct {
}
func (s *OperationWarningsData) MarshalJSON() ([]byte, error) {
type noMethod OperationWarningsData
raw := noMethod(*s)
type NoMethod OperationWarningsData
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -832,8 +832,8 @@ type OperationList struct {
}
func (s *OperationList) MarshalJSON() ([]byte, error) {
type noMethod OperationList
raw := noMethod(*s)
type NoMethod OperationList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -878,8 +878,8 @@ type PublicKey struct {
}
func (s *PublicKey) MarshalJSON() ([]byte, error) {
type noMethod PublicKey
raw := noMethod(*s)
type NoMethod PublicKey
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -944,8 +944,8 @@ type User struct {
}
func (s *User) MarshalJSON() ([]byte, error) {
type noMethod User
raw := noMethod(*s)
type NoMethod User
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -990,8 +990,8 @@ type UserList struct {
}
func (s *UserList) MarshalJSON() ([]byte, error) {
type noMethod UserList
raw := noMethod(*s)
type NoMethod UserList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1213,7 +1213,7 @@ func (c *GlobalAccountsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Ope
},
}
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
@ -1433,7 +1433,7 @@ func (c *GlobalAccountsOperationsListCall) Do(opts ...googleapi.CallOption) (*Op
},
}
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
@ -1615,7 +1615,7 @@ func (c *GroupsAddMemberCall) Do(opts ...googleapi.CallOption) (*Operation, 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
@ -1754,7 +1754,7 @@ func (c *GroupsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, 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
@ -1904,7 +1904,7 @@ func (c *GroupsGetCall) Do(opts ...googleapi.CallOption) (*Group, 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
@ -2047,7 +2047,7 @@ func (c *GroupsInsertCall) Do(opts ...googleapi.CallOption) (*Operation, 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
@ -2260,7 +2260,7 @@ func (c *GroupsListCall) Do(opts ...googleapi.CallOption) (*GroupList, 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
@ -2442,7 +2442,7 @@ func (c *GroupsRemoveMemberCall) Do(opts ...googleapi.CallOption) (*Operation, 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
@ -2594,7 +2594,7 @@ func (c *LinuxGetAuthorizedKeysViewCall) Do(opts ...googleapi.CallOption) (*Linu
},
}
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
@ -2825,7 +2825,7 @@ func (c *LinuxGetLinuxAccountViewsCall) Do(opts ...googleapi.CallOption) (*Linux
},
}
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
@ -3002,7 +3002,7 @@ func (c *UsersAddPublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation, 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
@ -3141,7 +3141,7 @@ func (c *UsersDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, 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
@ -3291,7 +3291,7 @@ func (c *UsersGetCall) Do(opts ...googleapi.CallOption) (*User, 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
@ -3434,7 +3434,7 @@ func (c *UsersInsertCall) Do(opts ...googleapi.CallOption) (*Operation, 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
@ -3647,7 +3647,7 @@ func (c *UsersListCall) Do(opts ...googleapi.CallOption) (*UserList, 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
@ -3823,7 +3823,7 @@ func (c *UsersRemovePublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
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