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

@ -235,8 +235,8 @@ type Blog struct {
}
func (s *Blog) MarshalJSON() ([]byte, error) {
type noMethod Blog
raw := noMethod(*s)
type NoMethod Blog
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -269,8 +269,8 @@ type BlogLocale struct {
}
func (s *BlogLocale) MarshalJSON() ([]byte, error) {
type noMethod BlogLocale
raw := noMethod(*s)
type NoMethod BlogLocale
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -300,8 +300,8 @@ type BlogPages struct {
}
func (s *BlogPages) MarshalJSON() ([]byte, error) {
type noMethod BlogPages
raw := noMethod(*s)
type NoMethod BlogPages
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -334,8 +334,8 @@ type BlogPosts struct {
}
func (s *BlogPosts) MarshalJSON() ([]byte, error) {
type noMethod BlogPosts
raw := noMethod(*s)
type NoMethod BlogPosts
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -372,8 +372,8 @@ type BlogList struct {
}
func (s *BlogList) MarshalJSON() ([]byte, error) {
type noMethod BlogList
raw := noMethod(*s)
type NoMethod BlogList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -416,8 +416,8 @@ type BlogPerUserInfo struct {
}
func (s *BlogPerUserInfo) MarshalJSON() ([]byte, error) {
type noMethod BlogPerUserInfo
raw := noMethod(*s)
type NoMethod BlogPerUserInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -453,8 +453,8 @@ type BlogUserInfo struct {
}
func (s *BlogUserInfo) MarshalJSON() ([]byte, error) {
type noMethod BlogUserInfo
raw := noMethod(*s)
type NoMethod BlogUserInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -514,8 +514,8 @@ type Comment struct {
}
func (s *Comment) MarshalJSON() ([]byte, error) {
type noMethod Comment
raw := noMethod(*s)
type NoMethod Comment
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -551,8 +551,8 @@ type CommentAuthor struct {
}
func (s *CommentAuthor) MarshalJSON() ([]byte, error) {
type noMethod CommentAuthor
raw := noMethod(*s)
type NoMethod CommentAuthor
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -579,8 +579,8 @@ type CommentAuthorImage struct {
}
func (s *CommentAuthorImage) MarshalJSON() ([]byte, error) {
type noMethod CommentAuthorImage
raw := noMethod(*s)
type NoMethod CommentAuthorImage
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -607,8 +607,8 @@ type CommentBlog struct {
}
func (s *CommentBlog) MarshalJSON() ([]byte, error) {
type noMethod CommentBlog
raw := noMethod(*s)
type NoMethod CommentBlog
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -635,8 +635,8 @@ type CommentInReplyTo struct {
}
func (s *CommentInReplyTo) MarshalJSON() ([]byte, error) {
type noMethod CommentInReplyTo
raw := noMethod(*s)
type NoMethod CommentInReplyTo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -663,8 +663,8 @@ type CommentPost struct {
}
func (s *CommentPost) MarshalJSON() ([]byte, error) {
type noMethod CommentPost
raw := noMethod(*s)
type NoMethod CommentPost
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -708,8 +708,8 @@ type CommentList struct {
}
func (s *CommentList) MarshalJSON() ([]byte, error) {
type noMethod CommentList
raw := noMethod(*s)
type NoMethod CommentList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -774,8 +774,8 @@ type Page struct {
}
func (s *Page) MarshalJSON() ([]byte, error) {
type noMethod Page
raw := noMethod(*s)
type NoMethod Page
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -811,8 +811,8 @@ type PageAuthor struct {
}
func (s *PageAuthor) MarshalJSON() ([]byte, error) {
type noMethod PageAuthor
raw := noMethod(*s)
type NoMethod PageAuthor
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -839,8 +839,8 @@ type PageAuthorImage struct {
}
func (s *PageAuthorImage) MarshalJSON() ([]byte, error) {
type noMethod PageAuthorImage
raw := noMethod(*s)
type NoMethod PageAuthorImage
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -867,8 +867,8 @@ type PageBlog struct {
}
func (s *PageBlog) MarshalJSON() ([]byte, error) {
type noMethod PageBlog
raw := noMethod(*s)
type NoMethod PageBlog
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -908,8 +908,8 @@ type PageList struct {
}
func (s *PageList) MarshalJSON() ([]byte, error) {
type noMethod PageList
raw := noMethod(*s)
type NoMethod PageList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -945,8 +945,8 @@ type Pageviews struct {
}
func (s *Pageviews) MarshalJSON() ([]byte, error) {
type noMethod Pageviews
raw := noMethod(*s)
type NoMethod Pageviews
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -975,8 +975,8 @@ type PageviewsCounts struct {
}
func (s *PageviewsCounts) MarshalJSON() ([]byte, error) {
type noMethod PageviewsCounts
raw := noMethod(*s)
type NoMethod PageviewsCounts
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1061,8 +1061,8 @@ type Post struct {
}
func (s *Post) MarshalJSON() ([]byte, error) {
type noMethod Post
raw := noMethod(*s)
type NoMethod Post
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1098,8 +1098,8 @@ type PostAuthor struct {
}
func (s *PostAuthor) MarshalJSON() ([]byte, error) {
type noMethod PostAuthor
raw := noMethod(*s)
type NoMethod PostAuthor
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1126,8 +1126,8 @@ type PostAuthorImage struct {
}
func (s *PostAuthorImage) MarshalJSON() ([]byte, error) {
type noMethod PostAuthorImage
raw := noMethod(*s)
type NoMethod PostAuthorImage
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1154,8 +1154,8 @@ type PostBlog struct {
}
func (s *PostBlog) MarshalJSON() ([]byte, error) {
type noMethod PostBlog
raw := noMethod(*s)
type NoMethod PostBlog
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1180,8 +1180,8 @@ type PostImages struct {
}
func (s *PostImages) MarshalJSON() ([]byte, error) {
type noMethod PostImages
raw := noMethod(*s)
type NoMethod PostImages
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1218,19 +1218,19 @@ type PostLocation struct {
}
func (s *PostLocation) MarshalJSON() ([]byte, error) {
type noMethod PostLocation
raw := noMethod(*s)
type NoMethod PostLocation
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *PostLocation) UnmarshalJSON(data []byte) error {
type noMethod PostLocation
type NoMethod PostLocation
var s1 struct {
Lat gensupport.JSONFloat64 `json:"lat"`
Lng gensupport.JSONFloat64 `json:"lng"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -1268,8 +1268,8 @@ type PostReplies struct {
}
func (s *PostReplies) MarshalJSON() ([]byte, error) {
type noMethod PostReplies
raw := noMethod(*s)
type NoMethod PostReplies
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1309,8 +1309,8 @@ type PostList struct {
}
func (s *PostList) MarshalJSON() ([]byte, error) {
type noMethod PostList
raw := noMethod(*s)
type NoMethod PostList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1348,8 +1348,8 @@ type PostPerUserInfo struct {
}
func (s *PostPerUserInfo) MarshalJSON() ([]byte, error) {
type noMethod PostPerUserInfo
raw := noMethod(*s)
type NoMethod PostPerUserInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1385,8 +1385,8 @@ type PostUserInfo struct {
}
func (s *PostUserInfo) MarshalJSON() ([]byte, error) {
type noMethod PostUserInfo
raw := noMethod(*s)
type NoMethod PostUserInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1424,8 +1424,8 @@ type PostUserInfosList struct {
}
func (s *PostUserInfosList) MarshalJSON() ([]byte, error) {
type noMethod PostUserInfosList
raw := noMethod(*s)
type NoMethod PostUserInfosList
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1480,8 +1480,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)
}
@ -1508,8 +1508,8 @@ type UserBlogs struct {
}
func (s *UserBlogs) MarshalJSON() ([]byte, error) {
type noMethod UserBlogs
raw := noMethod(*s)
type NoMethod UserBlogs
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1542,8 +1542,8 @@ type UserLocale struct {
}
func (s *UserLocale) MarshalJSON() ([]byte, error) {
type noMethod UserLocale
raw := noMethod(*s)
type NoMethod UserLocale
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1664,7 +1664,7 @@ func (c *BlogUserInfosGetCall) Do(opts ...googleapi.CallOption) (*BlogUserInfo,
},
}
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
@ -1834,7 +1834,7 @@ func (c *BlogsGetCall) Do(opts ...googleapi.CallOption) (*Blog, 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
@ -2001,7 +2001,7 @@ func (c *BlogsGetByUrlCall) Do(opts ...googleapi.CallOption) (*Blog, 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
@ -2202,7 +2202,7 @@ func (c *BlogsListByUserCall) Do(opts ...googleapi.CallOption) (*BlogList, 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
@ -2383,7 +2383,7 @@ func (c *CommentsApproveCall) Do(opts ...googleapi.CallOption) (*Comment, 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
@ -2670,7 +2670,7 @@ func (c *CommentsGetCall) Do(opts ...googleapi.CallOption) (*Comment, 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
@ -2900,7 +2900,7 @@ func (c *CommentsListCall) Do(opts ...googleapi.CallOption) (*CommentList, 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
@ -3174,7 +3174,7 @@ func (c *CommentsListByBlogCall) Do(opts ...googleapi.CallOption) (*CommentList,
},
}
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
@ -3370,7 +3370,7 @@ func (c *CommentsMarkAsSpamCall) Do(opts ...googleapi.CallOption) (*Comment, 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
@ -3513,7 +3513,7 @@ func (c *CommentsRemoveContentCall) Do(opts ...googleapi.CallOption) (*Comment,
},
}
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
@ -3675,7 +3675,7 @@ func (c *PageViewsGetCall) Do(opts ...googleapi.CallOption) (*Pageviews, 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
@ -3946,7 +3946,7 @@ func (c *PagesGetCall) Do(opts ...googleapi.CallOption) (*Page, 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
@ -4105,7 +4105,7 @@ func (c *PagesInsertCall) Do(opts ...googleapi.CallOption) (*Page, 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
@ -4295,7 +4295,7 @@ func (c *PagesListCall) Do(opts ...googleapi.CallOption) (*PageList, 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
@ -4508,7 +4508,7 @@ func (c *PagesPatchCall) Do(opts ...googleapi.CallOption) (*Page, 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
@ -4654,7 +4654,7 @@ func (c *PagesPublishCall) Do(opts ...googleapi.CallOption) (*Page, 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
@ -4787,7 +4787,7 @@ func (c *PagesRevertCall) Do(opts ...googleapi.CallOption) (*Page, 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
@ -4941,7 +4941,7 @@ func (c *PagesUpdateCall) Do(opts ...googleapi.CallOption) (*Page, 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
@ -5113,7 +5113,7 @@ func (c *PostUserInfosGetCall) Do(opts ...googleapi.CallOption) (*PostUserInfo,
},
}
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
@ -5353,7 +5353,7 @@ func (c *PostUserInfosListCall) Do(opts ...googleapi.CallOption) (*PostUserInfos
},
}
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
@ -5741,7 +5741,7 @@ func (c *PostsGetCall) Do(opts ...googleapi.CallOption) (*Post, 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
@ -5939,7 +5939,7 @@ func (c *PostsGetByPathCall) Do(opts ...googleapi.CallOption) (*Post, 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
@ -6120,7 +6120,7 @@ func (c *PostsInsertCall) Do(opts ...googleapi.CallOption) (*Post, 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
@ -6362,7 +6362,7 @@ func (c *PostsListCall) Do(opts ...googleapi.CallOption) (*PostList, 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
@ -6637,7 +6637,7 @@ func (c *PostsPatchCall) Do(opts ...googleapi.CallOption) (*Post, 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
@ -6811,7 +6811,7 @@ func (c *PostsPublishCall) Do(opts ...googleapi.CallOption) (*Post, 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
@ -6950,7 +6950,7 @@ func (c *PostsRevertCall) Do(opts ...googleapi.CallOption) (*Post, 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
@ -7114,7 +7114,7 @@ func (c *PostsSearchCall) Do(opts ...googleapi.CallOption) (*PostList, 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
@ -7311,7 +7311,7 @@ func (c *PostsUpdateCall) Do(opts ...googleapi.CallOption) (*Post, 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
@ -7485,7 +7485,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