Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
40
vendor/google.golang.org/api/oauth2/v1/oauth2-gen.go
generated
vendored
40
vendor/google.golang.org/api/oauth2/v1/oauth2-gen.go
generated
vendored
|
@ -142,8 +142,8 @@ type Jwk struct {
|
|||
}
|
||||
|
||||
func (s *Jwk) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Jwk
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Jwk
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -178,8 +178,8 @@ type JwkKeys struct {
|
|||
}
|
||||
|
||||
func (s *JwkKeys) MarshalJSON() ([]byte, error) {
|
||||
type noMethod JwkKeys
|
||||
raw := noMethod(*s)
|
||||
type NoMethod JwkKeys
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -208,8 +208,8 @@ type Raw struct {
|
|||
}
|
||||
|
||||
func (s *Raw) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Raw
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Raw
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -240,8 +240,8 @@ type RawKeyvalues struct {
|
|||
}
|
||||
|
||||
func (s *RawKeyvalues) MarshalJSON() ([]byte, error) {
|
||||
type noMethod RawKeyvalues
|
||||
raw := noMethod(*s)
|
||||
type NoMethod RawKeyvalues
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -311,8 +311,8 @@ type Tokeninfo struct {
|
|||
}
|
||||
|
||||
func (s *Tokeninfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Tokeninfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Tokeninfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -377,8 +377,8 @@ type Userinfoplus struct {
|
|||
}
|
||||
|
||||
func (s *Userinfoplus) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Userinfoplus
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Userinfoplus
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -464,7 +464,7 @@ func (c *GetCertForOpenIdConnectCall) Do(opts ...googleapi.CallOption) (map[stri
|
|||
}
|
||||
var ret map[string]string
|
||||
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
|
||||
|
@ -581,7 +581,7 @@ func (c *GetCertForOpenIdConnectRawCall) Do(opts ...googleapi.CallOption) (*Raw,
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -703,7 +703,7 @@ func (c *GetRobotJwkCall) Do(opts ...googleapi.CallOption) (*Jwk, 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
|
||||
|
@ -836,7 +836,7 @@ func (c *GetRobotMetadataRawCall) Do(opts ...googleapi.CallOption) (*Raw, 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
|
||||
|
@ -949,7 +949,7 @@ func (c *GetRobotMetadataX509Call) Do(opts ...googleapi.CallOption) (map[string]
|
|||
}
|
||||
var ret map[string]string
|
||||
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
|
||||
|
@ -1076,7 +1076,7 @@ func (c *TokeninfoCall) Do(opts ...googleapi.CallOption) (*Tokeninfo, 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
|
||||
|
@ -1206,7 +1206,7 @@ func (c *UserinfoGetCall) Do(opts ...googleapi.CallOption) (*Userinfoplus, 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
|
||||
|
@ -1330,7 +1330,7 @@ func (c *UserinfoV2MeGetCall) Do(opts ...googleapi.CallOption) (*Userinfoplus, 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue