merge: chore(deps): update module gitlab.com/gitlab-org/api/client-go to v0.122.0
This MR 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.121.0` -> `v0.122.0` | --- ### Release Notes <details> <summary>gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)</summary> ### [`v0.122.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.122.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.121.0...v0.122.0) #### 0.122.0 (2025-02-04) No changes. </details> --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDYuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNi4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> See merge request !102
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 | ||
gitlab.com/gitlab-org/api/client-go v0.121.0 | ||
gitlab.com/gitlab-org/api/client-go v0.122.0 | ||
) | ||
require ( | ||
... | ... | @@ -20,8 +20,8 @@ require ( |
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/pascaldekloe/name v1.0.1 // indirect | ||
golang.org/x/mod v0.13.0 // indirect | ||
golang.org/x/oauth2 v0.24.0 // indirect | ||
golang.org/x/oauth2 v0.25.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/time v0.8.0 // indirect | ||
golang.org/x/time v0.9.0 // indirect | ||
golang.org/x/tools v0.14.0 // indirect | ||
) |
Please register or sign in to comment