Skip to content

Commit 63fd07e

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module gitlab.com/gitlab-org/api/client-go to v0.131.0 (#41046)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `v0.130.1` -> `v0.131.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v0.131.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v0.131.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v0.130.1/v0.131.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/gitlab.com%2fgitlab-org%2fapi%2fclient-go/v0.130.1/v0.131.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go)</summary> ### [`v0.131.0`](https://gitlab.com/gitlab-org/api/client-go/tags/v0.131.0) [Compare Source](https://gitlab.com/gitlab-org/api/client-go/compare/v0.130.1...v0.131.0) ### [0.131.0](https://gitlab.com/gitlab-org/api/client-go/compare/v0.130.1...v0.131.0) (2025-07-01) ##### Features * add ScanAndCollect for pagination ([cbac9ae](https://gitlab.com/gitlab-org/api/client-go/commit/cbac9aed9bb3c7f8d175585a6d38baa3f2a7fbe1)) * add support for optional query params to get commit statuses ([e1b29ad](https://gitlab.com/gitlab-org/api/client-go/commit/e1b29adfd37db39aae4e1547f336b71d67efcdb8)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 8ffef83 commit 63fd07e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

receiver/gitlabreceiver/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ require (
2828
github.com/google/go-tpm v0.9.5 // indirect
2929
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
3030
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
31-
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
31+
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
3232
github.com/hashicorp/go-version v1.7.0 // indirect
3333
github.com/inconshreveable/mousetrap v1.1.0 // indirect
3434
github.com/json-iterator/go v1.1.12 // indirect
@@ -124,7 +124,7 @@ require (
124124
github.com/pierrec/lz4/v4 v4.1.22 // indirect
125125
github.com/pmezard/go-difflib v1.0.0 // indirect
126126
github.com/rs/cors v1.11.1 // indirect
127-
gitlab.com/gitlab-org/api/client-go v0.130.1
127+
gitlab.com/gitlab-org/api/client-go v0.131.0
128128
go.opentelemetry.io/collector/client v1.35.1-0.20250630174123-18b3b578b0b3 // indirect
129129
go.opentelemetry.io/collector/component/componentstatus v0.129.1-0.20250630174123-18b3b578b0b3
130130
go.opentelemetry.io/collector/config/configauth v0.129.1-0.20250630174123-18b3b578b0b3 // indirect

receiver/gitlabreceiver/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)