merge: chore(deps): update module github.com/xanzy/go-gitlab to v0.108.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.107.0` -> `v0.108.0` | --- ### Release Notes <details> <summary>xanzy/go-gitlab (github.com/xanzy/go-gitlab)</summary> ### [`v0.108.0`](https://github.com/xanzy/go-gitlab/releases/tag/v0.108.0) [Compare Source](https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0) #### Breaking Changes - Get scoped group variables by [@​andersparslov](https://github.com/andersparslov) in https://github.com/xanzy/go-gitlab/pull/1995 - Rename GroupId to GroupID in the `MemberRole` and `Iteration` structs [f97a106](https://github.com/xanzy/go-gitlab/commit/f97a1060734309980e9c11f397b1980b9ea409a8) #### What's Changed - Adds `HookEventToken` helper function for X-Gitlab-Token by [@​MaerF0x0](https://github.com/MaerF0x0) in https://github.com/xanzy/go-gitlab/pull/1976 - Add `ContainerRegistrySize` field to `Statistics` struct by [@​Florian3535](https://github.com/Florian3535) in https://github.com/xanzy/go-gitlab/pull/1978 - chore: add report type to MergeRequestApprovalRule by [@​mdevilliers](https://github.com/mdevilliers) in https://github.com/xanzy/go-gitlab/pull/1975 - Add field "is_auditor" in user by [@​thomasboni](https://github.com/thomasboni) in https://github.com/xanzy/go-gitlab/pull/1981 - Fix the user tests by [@​svanharmelen](https://github.com/svanharmelen) in https://github.com/xanzy/go-gitlab/pull/1982 - Add new DCO attribute to project and group push rules by [@​beekeep](https://github.com/beekeep) in https://github.com/xanzy/go-gitlab/pull/1980 - Support more options for list PATs by [@​hjweddie](https://github.com/hjweddie) in https://github.com/xanzy/go-gitlab/pull/1977 - feat: add Bitbucket Cloud and Server import endpoints by [@​pwlandoll](https://github.com/pwlandoll) in https://github.com/xanzy/go-gitlab/pull/1979 - Expose PreReceiveSecretDetectionEnabled project setting by [@​gravis](https://github.com/gravis) in https://github.com/xanzy/go-gitlab/pull/1984 - Add 15 Missing GitLab Settings by [@​Jitsusama](https://github.com/Jitsusama) in https://github.com/xanzy/go-gitlab/pull/1985 - Add `prevent_merge_without_jira_issue` to Edit Project API by [@​mtibben](https://github.com/mtibben) in https://github.com/xanzy/go-gitlab/pull/1986 - build(github): Added support for more versions of unit tests by [@​flc1125](https://github.com/flc1125) in https://github.com/xanzy/go-gitlab/pull/1992 - Move PreReceiveSecretDetectionEnabled to Project by [@​gravis](https://github.com/gravis) in https://github.com/xanzy/go-gitlab/pull/1989 - Add 26 Missing GitLab Settings by [@​Jitsusama](https://github.com/Jitsusama) in https://github.com/xanzy/go-gitlab/pull/1987 - Add page token to ListOption by [@​0xDagal](https://github.com/0xDagal) in https://github.com/xanzy/go-gitlab/pull/1994 - member role model follow 17.4.0 spec by [@​Quanalogy](https://github.com/Quanalogy) in https://github.com/xanzy/go-gitlab/pull/1997 - Add more filters to List group milestones by [@​adamcohen2](https://github.com/adamcohen2) in https://github.com/xanzy/go-gitlab/pull/1998 - Add 28 Missing GitLab Settings by [@​Jitsusama](https://github.com/Jitsusama) in https://github.com/xanzy/go-gitlab/pull/1996 - Add an exponential backoff to the retry function by [@​RicePatrick](https://github.com/RicePatrick) in https://github.com/xanzy/go-gitlab/pull/1993 #### New Contributors - [@​MaerF0x0](https://github.com/MaerF0x0) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1976 - [@​Florian3535](https://github.com/Florian3535) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1978 - [@​mdevilliers](https://github.com/mdevilliers) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1975 - [@​thomasboni](https://github.com/thomasboni) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1981 - [@​mtibben](https://github.com/mtibben) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1986 - [@​flc1125](https://github.com/flc1125) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1992 - [@​0xDagal](https://github.com/0xDagal) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1994 - [@​Quanalogy](https://github.com/Quanalogy) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1997 - [@​adamcohen2](https://github.com/adamcohen2) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1998 - [@​andersparslov](https://github.com/andersparslov) made their first contribution in https://github.com/xanzy/go-gitlab/pull/1995 **Full Changelog**: https://github.com/xanzy/go-gitlab/compare/v0.107.0...v0.108.0 </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTkuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxOS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> See merge request !82
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.107.0 | ||
github.com/xanzy/go-gitlab v0.108.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.107.0 h1:P2CT9Uy9yN9lJo3FLxpMZ4xj6uWcpnigXsjvqJ6nd2Y= | ||
github.com/xanzy/go-gitlab v0.107.0/go.mod h1:wKNKh3GkYDMOsGmnfuX+ITCmDuSDWFO0G+C4AygL9RY= | ||
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= | ||
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