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

@ -164,21 +164,21 @@ type ApiDataRow struct {
}
func (s *ApiDataRow) MarshalJSON() ([]byte, error) {
type noMethod ApiDataRow
raw := noMethod(*s)
type NoMethod ApiDataRow
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *ApiDataRow) UnmarshalJSON(data []byte) error {
type noMethod ApiDataRow
type NoMethod ApiDataRow
var s1 struct {
Clicks gensupport.JSONFloat64 `json:"clicks"`
Ctr gensupport.JSONFloat64 `json:"ctr"`
Impressions gensupport.JSONFloat64 `json:"impressions"`
Position gensupport.JSONFloat64 `json:"position"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -214,8 +214,8 @@ type ApiDimensionFilter struct {
}
func (s *ApiDimensionFilter) MarshalJSON() ([]byte, error) {
type noMethod ApiDimensionFilter
raw := noMethod(*s)
type NoMethod ApiDimensionFilter
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -242,8 +242,8 @@ type ApiDimensionFilterGroup struct {
}
func (s *ApiDimensionFilterGroup) MarshalJSON() ([]byte, error) {
type noMethod ApiDimensionFilterGroup
raw := noMethod(*s)
type NoMethod ApiDimensionFilterGroup
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -319,8 +319,8 @@ type SearchAnalyticsQueryRequest struct {
}
func (s *SearchAnalyticsQueryRequest) MarshalJSON() ([]byte, error) {
type noMethod SearchAnalyticsQueryRequest
raw := noMethod(*s)
type NoMethod SearchAnalyticsQueryRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -360,8 +360,8 @@ type SearchAnalyticsQueryResponse struct {
}
func (s *SearchAnalyticsQueryResponse) MarshalJSON() ([]byte, error) {
type noMethod SearchAnalyticsQueryResponse
raw := noMethod(*s)
type NoMethod SearchAnalyticsQueryResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -393,8 +393,8 @@ type SitemapsListResponse struct {
}
func (s *SitemapsListResponse) MarshalJSON() ([]byte, error) {
type noMethod SitemapsListResponse
raw := noMethod(*s)
type NoMethod SitemapsListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -427,8 +427,8 @@ type SitesListResponse struct {
}
func (s *SitesListResponse) MarshalJSON() ([]byte, error) {
type noMethod SitesListResponse
raw := noMethod(*s)
type NoMethod SitesListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -459,8 +459,8 @@ type UrlCrawlErrorCount struct {
}
func (s *UrlCrawlErrorCount) MarshalJSON() ([]byte, error) {
type noMethod UrlCrawlErrorCount
raw := noMethod(*s)
type NoMethod UrlCrawlErrorCount
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -495,8 +495,8 @@ type UrlCrawlErrorCountsPerType struct {
}
func (s *UrlCrawlErrorCountsPerType) MarshalJSON() ([]byte, error) {
type noMethod UrlCrawlErrorCountsPerType
raw := noMethod(*s)
type NoMethod UrlCrawlErrorCountsPerType
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -529,8 +529,8 @@ type UrlCrawlErrorsCountsQueryResponse struct {
}
func (s *UrlCrawlErrorsCountsQueryResponse) MarshalJSON() ([]byte, error) {
type noMethod UrlCrawlErrorsCountsQueryResponse
raw := noMethod(*s)
type NoMethod UrlCrawlErrorsCountsQueryResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -577,8 +577,8 @@ type UrlCrawlErrorsSample struct {
}
func (s *UrlCrawlErrorsSample) MarshalJSON() ([]byte, error) {
type noMethod UrlCrawlErrorsSample
raw := noMethod(*s)
type NoMethod UrlCrawlErrorsSample
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -611,8 +611,8 @@ type UrlCrawlErrorsSamplesListResponse struct {
}
func (s *UrlCrawlErrorsSamplesListResponse) MarshalJSON() ([]byte, error) {
type noMethod UrlCrawlErrorsSamplesListResponse
raw := noMethod(*s)
type NoMethod UrlCrawlErrorsSamplesListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -644,8 +644,8 @@ type UrlSampleDetails struct {
}
func (s *UrlSampleDetails) MarshalJSON() ([]byte, error) {
type noMethod UrlSampleDetails
raw := noMethod(*s)
type NoMethod UrlSampleDetails
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -681,8 +681,8 @@ type WmxSite struct {
}
func (s *WmxSite) MarshalJSON() ([]byte, error) {
type noMethod WmxSite
raw := noMethod(*s)
type NoMethod WmxSite
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -743,8 +743,8 @@ type WmxSitemap struct {
}
func (s *WmxSitemap) MarshalJSON() ([]byte, error) {
type noMethod WmxSitemap
raw := noMethod(*s)
type NoMethod WmxSitemap
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -779,8 +779,8 @@ type WmxSitemapContent struct {
}
func (s *WmxSitemapContent) MarshalJSON() ([]byte, error) {
type noMethod WmxSitemapContent
raw := noMethod(*s)
type NoMethod WmxSitemapContent
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -891,7 +891,7 @@ func (c *SearchanalyticsQueryCall) Do(opts ...googleapi.CallOption) (*SearchAnal
},
}
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
@ -1140,7 +1140,7 @@ func (c *SitemapsGetCall) Do(opts ...googleapi.CallOption) (*WmxSitemap, 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
@ -1295,7 +1295,7 @@ func (c *SitemapsListCall) Do(opts ...googleapi.CallOption) (*SitemapsListRespon
},
}
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
@ -1734,7 +1734,7 @@ func (c *SitesGetCall) Do(opts ...googleapi.CallOption) (*WmxSite, 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
@ -1867,7 +1867,7 @@ func (c *SitesListCall) Do(opts ...googleapi.CallOption) (*SitesListResponse, 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
@ -2035,7 +2035,7 @@ func (c *UrlcrawlerrorscountsQueryCall) Do(opts ...googleapi.CallOption) (*UrlCr
},
}
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
@ -2226,7 +2226,7 @@ func (c *UrlcrawlerrorssamplesGetCall) Do(opts ...googleapi.CallOption) (*UrlCra
},
}
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
@ -2421,7 +2421,7 @@ func (c *UrlcrawlerrorssamplesListCall) Do(opts ...googleapi.CallOption) (*UrlCr
},
}
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