merge: chore(deps): update module github.com/xanzy/go-gitlab to v0.109.0
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | require | minor | `v0.108.0` -> `v0.109.0` | --- ### Release Notes <details> <summary>xanzy/go-gitlab (github.com/xanzy/go-gitlab)</summary> ### [`v0.109.0`](https://github.com/xanzy/go-gitlab/releases/tag/v0.109.0) [Compare Source](https://github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0) #### Breaking Changes - Extend support for groups service accounts by [@​mXtone](https://github.com/mXtone) in https://github.com/xanzy/go-gitlab/pull/2005 #### What's Changed - Add endpoint to lists invited groups of a project by [@​habnux](https://github.com/habnux) in https://github.com/xanzy/go-gitlab/pull/2000 - Update jira integration pt2 by [@​deepflame](https://github.com/deepflame) in https://github.com/xanzy/go-gitlab/pull/1999 - chore: add ReportType to ProjectApprovalRule by [@​mdevilliers](https://github.com/mdevilliers) in https://github.com/xanzy/go-gitlab/pull/2001 - Bug: Needs to be a list of ProjectGroup by [@​habnux](https://github.com/habnux) in https://github.com/xanzy/go-gitlab/pull/2003 - Fix an issue with omitempty on default_branch_protection_defaults by [@​RicePatrick](https://github.com/RicePatrick) in https://github.com/xanzy/go-gitlab/pull/2004 #### New Contributors - [@​habnux](https://github.com/habnux) made their first contribution in https://github.com/xanzy/go-gitlab/pull/2000 - [@​mXtone](https://github.com/mXtone) made their first contribution in https://github.com/xanzy/go-gitlab/pull/2005 **Full Changelog**: https://github.com/xanzy/go-gitlab/compare/v0.108.0...v0.109.0 </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> See merge request !85
No related branches found
No related tags found
... | ... | @@ -9,7 +9,7 @@ require ( |
github.com/google/uuid v1.6.0 | ||
github.com/robfig/cron/v3 v3.0.1 | ||
github.com/rs/zerolog v1.33.0 | ||
github.com/xanzy/go-gitlab v0.108.0 | ||
github.com/xanzy/go-gitlab v0.109.0 | ||
) | ||
require ( | ||
... | ... |
... | ... | @@ -42,8 +42,8 @@ github.com/rs/zerolog v1.33.0 h1:1cU2KZkvPxNyfgEmhHAz/1A9Bz+llsdYzklWFzgp0r8= |
github.com/rs/zerolog v1.33.0/go.mod h1:/7mN4D5sKwJLZQ2b/znpjC3/GQWY/xaDXUM0kKWRHss= | ||
github.com/stretchr/testify v1.8.1 h1:w7B6lhMri9wdJUVmEZPGGhZzrYTPvgJArz7wNPgYKsk= | ||
github.com/stretchr/testify v1.8.1/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4= | ||
github.com/xanzy/go-gitlab v0.108.0 h1:IEvEUWFR5G1seslRhJ8gC//INiIUqYXuSUoBd7/gFKE= | ||
github.com/xanzy/go-gitlab v0.108.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY= | ||
github.com/xanzy/go-gitlab v0.109.0 h1:RcRme5w8VpLXTSTTMZdVoQWY37qTJWg+gwdQl4aAttE= | ||
github.com/xanzy/go-gitlab v0.109.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY= | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= | ||
golang.org/x/mod v0.13.0 h1:I/DsJXRlw/8l/0c24sM9yb0T4z9liZTduXvdAWYiysY= | ||
golang.org/x/mod v0.13.0/go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c= | ||
... | ... |
Please register or sign in to comment