mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 10:37:20 +00:00
[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:
1
vendor/github.com/xanzy/go-gitlab/milestones.go
generated
vendored
1
vendor/github.com/xanzy/go-gitlab/milestones.go
generated
vendored
@ -41,6 +41,7 @@ type Milestone struct {
|
||||
StartDate *ISOTime `json:"start_date"`
|
||||
DueDate *ISOTime `json:"due_date"`
|
||||
State string `json:"state"`
|
||||
WebURL string `json:"web_url"`
|
||||
UpdatedAt *time.Time `json:"updated_at"`
|
||||
CreatedAt *time.Time `json:"created_at"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user