[Vendor] Update xanzy/go-gitlab v0.31.0 => v0.37.0 (#12701)
* update github.com/xanzy/go-gitlab v0.31.0 => v0.37.0 * vendor * adapt changes Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
0ed5e103fe
commit
0c6a802731
44 changed files with 2436 additions and 776 deletions
1
vendor/github.com/xanzy/go-gitlab/deployments.go
generated
vendored
1
vendor/github.com/xanzy/go-gitlab/deployments.go
generated
vendored
|
@ -35,6 +35,7 @@ type Deployment struct {
|
|||
Ref string `json:"ref"`
|
||||
SHA string `json:"sha"`
|
||||
CreatedAt *time.Time `json:"created_at"`
|
||||
UpdatedAt *time.Time `json:"updated_at"`
|
||||
User *ProjectUser `json:"user"`
|
||||
Environment *Environment `json:"environment"`
|
||||
Deployable struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue