From 1c23c736e9b2ad85fb69330f62dd9da9ceeba823 Mon Sep 17 00:00:00 2001 From: Amine Hilaly Date: Sun, 14 Jul 2019 15:53:31 +0200 Subject: vendor: update github.com/xanzy/go-gitlab to version 0.19.0 --- vendor/github.com/xanzy/go-gitlab/gitlab.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vendor/github.com/xanzy/go-gitlab/gitlab.go') diff --git a/vendor/github.com/xanzy/go-gitlab/gitlab.go b/vendor/github.com/xanzy/go-gitlab/gitlab.go index 8734af09..c8ac26f7 100644 --- a/vendor/github.com/xanzy/go-gitlab/gitlab.go +++ b/vendor/github.com/xanzy/go-gitlab/gitlab.go @@ -341,6 +341,7 @@ type Client struct { Releases *ReleasesService Repositories *RepositoriesService RepositoryFiles *RepositoryFilesService + ResourceLabelEvents *ResourceLabelEventsService Runners *RunnersService Search *SearchService Services *ServicesService @@ -490,6 +491,7 @@ func newClient(httpClient *http.Client) *Client { c.Releases = &ReleasesService{client: c} c.Repositories = &RepositoriesService{client: c} c.RepositoryFiles = &RepositoryFilesService{client: c} + c.ResourceLabelEvents = &ResourceLabelEventsService{client: c} c.Runners = &RunnersService{client: c} c.Search = &SearchService{client: c} c.Services = &ServicesService{client: c} -- cgit