From 5032388cc7128f58deb91f163666dfe7110c7a58 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 18 Mar 2025 07:49:36 +0000 Subject: [PATCH] Update module gitlab.com/gitlab-org/api/client-go to v0.126.0 (forgejo) (#7260) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | require | minor | `v0.123.0` -> `v0.126.0` | --- ### Release Notes
gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go) ### [`v0.126.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.126.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.125.0...v0.126.0) #### 0.126.0 (2025-03-17) ##### Improvements (6 changes) - [Parallelize unit tests](https://gitlab.com/gitlab-org/api/client-go/-/commit/8075babaf90b6ca07780fb1d1e2ea2b990dc99f8) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2209)) - [Adding service ping API](https://gitlab.com/gitlab-org/api/client-go/-/commit/e84bdb0357fc3372fbbcc9fb88079ba048f05954) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2196)) - [Exclude generated files from coverage report](https://gitlab.com/gitlab-org/api/client-go/-/commit/e6484c32b9553503bfe6cdf0ea82bb1fb5f047f9) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2203)) - [Enable SAST scans](https://gitlab.com/gitlab-org/api/client-go/-/commit/2587cc764136d30bd1444384c588611227195457) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2204)) - [bug: Add fallback for macOS version of readlink](https://gitlab.com/gitlab-org/api/client-go/-/commit/8ecad42574aa5255918b62448694cf8c6fe91528) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2206)) - [Implement testing package for gomock based tests](https://gitlab.com/gitlab-org/api/client-go/-/commit/ca46822612ab4c5522446eebea4af0e21d60290b) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2199)) ### [`v0.125.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.125.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.124.0...v0.125.0) #### 0.125.0 (2025-03-14) ##### Improvements (11 changes) - [Add function for deleting a user's identity](https://gitlab.com/gitlab-org/api/client-go/-/commit/8b7fe39f30034ad0ce465acde93695af5de56a05) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2197)) - [Add `GetProjectMirrorPublicKey`, and add support for `auth_method` to `ProjectMirror`](https://gitlab.com/gitlab-org/api/client-go/-/commit/8b74606a431629390d1be7e2a70e461b2423f8f4) by @​mness ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2195)) - [Add custom role support to LDAP links](https://gitlab.com/gitlab-org/api/client-go/-/commit/27ce4cb84c3ed0f9b348877c3d58bca1b0d1c233) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2194)) - [Add function for configuring a project pull mirror](https://gitlab.com/gitlab-org/api/client-go/-/commit/4f1442ef76556a5cefe8b6ecd5ef44cc3c1eaebc) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2192)) - [Add new user filter options: Humans, ExcludeActive and ExcludeHumans](https://gitlab.com/gitlab-org/api/client-go/-/commit/0297e100facc7035e7767df233ff01eaf98858a6) by @​mjovanovic1 ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2191)) - [Add support for `Usernames` in project-level MR approval rules](https://gitlab.com/gitlab-org/api/client-go/-/commit/a7434e79b052250d125f65a7e73204ce7ad37068) by @​rkosegi ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2186)) - [add `ci_id_token_sub_claim_components` to EditProjectOptions](https://gitlab.com/gitlab-org/api/client-go/-/commit/2632817f163095003685e24ca412b997e04a1107) by @​bakkerduncan ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2173)) - [feat: Add support for list shared projects group API](https://gitlab.com/gitlab-org/api/client-go/-/commit/e34f2c78a13f595f2bfce7897a1835e688201874) by @​sy-be ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2187)) - [Fix pipeline for arbitrary fork location without Ultimate access](https://gitlab.com/gitlab-org/api/client-go/-/commit/6b1baf787fb57edb18e77b6d5287f6cf37d63575) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2189)) - [Update access tokens to use alias type to reduce duplication](https://gitlab.com/gitlab-org/api/client-go/-/commit/0e325d6335557ad0748f33faa3cffbc704f278e4) ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2178)) - [Add support for merge request approval settings API](https://gitlab.com/gitlab-org/api/client-go/-/commit/165fd77adf308aca36a273ec66feffe2fb83f408) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2184)) ### [`v0.124.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.124.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.123.0...v0.124.0) #### 0.124.0 (2025-02-28) ##### Breaking Changes (4 changes) - [Refactor ShareWithGroup as a Named Struct instead of an Anonymous Struct](https://gitlab.com/gitlab-org/api/client-go/-/commit/65524df62bbcef5ad2debf21aef51bac8c4c3526) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2181)) - [Add support for instance member roles API, and align `CreateMemberRoleOptions`...](https://gitlab.com/gitlab-org/api/client-go/-/commit/6d63332b5704b5dff060e88c058215738b4abae7) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2179)) - [Switch to using BasicMergeRequest for API endpoints that use it](https://gitlab.com/gitlab-org/api/client-go/-/commit/42ec248d8b3bd359b57740e4f9b0f3d03ba02b97) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2176)) - [Add state option when listing project access tokens. This requires that...](https://gitlab.com/gitlab-org/api/client-go/-/commit/761f7de049e19f7486ebe1bda00b713713e6885d) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2170)) ##### Improvements (13 changes) - [Add bundled reviewable command for ease of local development](https://gitlab.com/gitlab-org/api/client-go/-/commit/fd06b55dbfc6ff2ca15706648b512d85f35fcf2f) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2180)) - [Add function for uploading a wiki attachment](https://gitlab.com/gitlab-org/api/client-go/-/commit/bf2d5c0f6bb8b93a005ceac6f9f60c0feea8d633) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2177)) - [Add internal flag when creating different types of notes. Update documentation...](https://gitlab.com/gitlab-org/api/client-go/-/commit/c103a6b83ef874d727e9f3760d82647b588f69e9) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2172)) - [Add `Internal` support to `CreateIssueNoteOptions`](https://gitlab.com/gitlab-org/api/client-go/-/commit/27f52bd13d5d087bba18972404141acce4c17716) by @​ebuildy ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2154)) - [Add support for Secure Files API](https://gitlab.com/gitlab-org/api/client-go/-/commit/601d75bc57337619b2bc2c1964070d1c98fdcfa0) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2171)) - [add ci_delete_pipelines_in_seconds to project edit and read](https://gitlab.com/gitlab-org/api/client-go/-/commit/ece925e686e8cea22f00d2263e2c845c5b1d0f51) by @​kingcrunch ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2158)) - [Add filter to group variables update and delete](https://gitlab.com/gitlab-org/api/client-go/-/commit/72e52c99db72b3fd6200c01d9aa1a72d67a24738) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2169)) - [Add support for group releases API](https://gitlab.com/gitlab-org/api/client-go/-/commit/4c519f881c7ad7decaa80de47ef861d8803da5dc) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2162)) - [Add description to personal access token APIs](https://gitlab.com/gitlab-org/api/client-go/-/commit/390a3caceaba82f2cf351f129ca78050c6a83217) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2165)) - [Add description to group access token APIs](https://gitlab.com/gitlab-org/api/client-go/-/commit/23a6b28a8ebe475067b8da47646c737af8efaf1a) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2166)) - [Add description to project access token APIs](https://gitlab.com/gitlab-org/api/client-go/-/commit/bb10e8c656627f4d4781e82da1004b2d7f3a3bda) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2167)) - [Add 'username' support to AddProjectMemberOptions](https://gitlab.com/gitlab-org/api/client-go/-/commit/82645d9d45e889d22d20d502de12f8ccb573744b) by @​sy-be ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2163)) - [Update Group Hooks to add missing options and fix documentation links](https://gitlab.com/gitlab-org/api/client-go/-/commit/380a7809d2997f78e16419a0b337059e7a234532) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2159)) ##### Breaking Change (1 change) - [Fix return value of CreateMergeRequestDependency to return a single...](https://gitlab.com/gitlab-org/api/client-go/-/commit/a17c2255e18d05fcb7216ec750ae525994aaf221) by @​llxp ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2174)) ##### Features (1 change) - [Add support for project security settings API](https://gitlab.com/gitlab-org/api/client-go/-/commit/2826180657895a6bc511d251dd421ebaa473af39) by @​heidi.berry ([merge request](https://gitlab.com/gitlab-org/api/client-go/-/merge_requests/2157))
--- ### Configuration 📅 **Schedule**: Branch creation - "* 0-3 * * *" (UTC), Automerge - "* 0-3 * * *" (UTC). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7260 Reviewed-by: Earl Warren Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 6 +++--- go.sum | 12 ++++++------ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index 819b1ee351..4fcdbe30c5 100644 --- a/go.mod +++ b/go.mod @@ -99,8 +99,8 @@ require ( github.com/yohcop/openid-go v1.0.1 github.com/yuin/goldmark v1.7.8 github.com/yuin/goldmark-highlighting/v2 v2.0.0-20230729083705-37449abec8cc - gitlab.com/gitlab-org/api/client-go v0.123.0 - go.uber.org/mock v0.4.0 + gitlab.com/gitlab-org/api/client-go v0.126.0 + go.uber.org/mock v0.5.0 golang.org/x/crypto v0.36.0 golang.org/x/image v0.25.0 golang.org/x/net v0.37.0 @@ -269,7 +269,7 @@ require ( go.uber.org/zap v1.27.0 // indirect go.uber.org/zap/exp v0.3.0 // indirect golang.org/x/mod v0.24.0 // indirect - golang.org/x/time v0.9.0 // indirect + golang.org/x/time v0.10.0 // indirect golang.org/x/tools v0.31.0 // indirect google.golang.org/api v0.203.0 // indirect google.golang.org/genproto v0.0.0-20241015192408-796eee8c2d53 // indirect diff --git a/go.sum b/go.sum index 30fa071418..2d1587ec93 100644 --- a/go.sum +++ b/go.sum @@ -1452,8 +1452,8 @@ github.com/zeebo/blake3 v0.2.4/go.mod h1:7eeQ6d2iXWRGF6npfaxl2CU+xy2Fjo2gxeyZGCR github.com/zeebo/pcg v1.0.1 h1:lyqfGeWiv4ahac6ttHs+I5hwtH/+1mrhlCtVNQM2kHo= github.com/zeebo/pcg v1.0.1/go.mod h1:09F0S9iiKrwn9rlI5yjLkmrug154/YRW6KnnXVDM/l4= github.com/zeebo/xxh3 v1.0.2/go.mod h1:5NWz9Sef7zIDm2JHfFlcQvNekmcEl9ekUZQQKCYaDcA= -gitlab.com/gitlab-org/api/client-go v0.123.0 h1:W3LZ5QNyiSCJA0Zchkwz8nQIUzOuDoSWMZtRDT5DjPI= -gitlab.com/gitlab-org/api/client-go v0.123.0/go.mod h1:Jh0qjLILEdbO6z/OY94RD+3NDQRUKiuFSFYozN6cpKM= +gitlab.com/gitlab-org/api/client-go v0.126.0 h1:VV5TdkF6pMbEdFGvbR2CwEgJwg6qdg1u3bj5eD2tiWk= +gitlab.com/gitlab-org/api/client-go v0.126.0/go.mod h1:bYC6fPORKSmtuPRyD9Z2rtbAjE7UeNatu2VWHRf4/LE= go.etcd.io/bbolt v1.3.9 h1:8x7aARPEXiXbHmtUwAIv7eV2fQFHrLLavdiJ3uzJXoI= go.etcd.io/bbolt v1.3.9/go.mod h1:zaO32+Ti0PK1ivdPtgMESzuzL2VPoIG1PCQNvOdo/dE= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= @@ -1491,8 +1491,8 @@ go.uber.org/atomic v1.11.0 h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE= go.uber.org/atomic v1.11.0/go.mod h1:LUxbIzbOniOlMKjJjyPfpl4v+PKK2cNJn91OQbhoJI0= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= go.uber.org/goleak v1.3.0/go.mod h1:CoHD4mav9JJNrW/WLlf7HGZPjdw8EucARQHekz1X6bE= -go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU= -go.uber.org/mock v0.4.0/go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc= +go.uber.org/mock v0.5.0 h1:KAMbZvZPyBPWgD14IrIQ38QCyjwpvVVV6K/bHl1IwQU= +go.uber.org/mock v0.5.0/go.mod h1:ge71pBPLYDk7QIi1LupWxdAykm7KIEFchiOqd6z7qMM= go.uber.org/multierr v1.11.0 h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0= go.uber.org/multierr v1.11.0/go.mod h1:20+QtiLqy0Nd6FdQB9TLXag12DsQkrbs3htMFfDN80Y= go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8= @@ -1839,8 +1839,8 @@ golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20220922220347-f3bd1da661af/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.1.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.3.0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.9.0 h1:EsRrnYcQiGH+5FfbgvV4AP7qEZstoyrHB0DzarOQ4ZY= -golang.org/x/time v0.9.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= +golang.org/x/time v0.10.0 h1:3usCWA8tQn0L8+hFJQNgzpWbd89begxN66o1Ojdn5L4= +golang.org/x/time v0.10.0/go.mod h1:3BpzKBy/shNhVucY/MWOyx10tF3SFh9QdLuxbVysPQM= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=