Skip to content

Commit 8b594ea

Browse files
renovate[bot]songy23opentelemetrybot
authored
fix(deps): update module github.com/google/go-cmp to v0.7.0 (#38176)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/google/go-cmp](https://redirect.github.com/google/go-cmp) | `v0.6.0` -> `v0.7.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgoogle%2fgo-cmp/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgoogle%2fgo-cmp/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgoogle%2fgo-cmp/v0.6.0/v0.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgoogle%2fgo-cmp/v0.6.0/v0.7.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>google/go-cmp (github.com/google/go-cmp)</summary> ### [`v0.7.0`](https://redirect.github.com/google/go-cmp/releases/tag/v0.7.0) [Compare Source](https://redirect.github.com/google/go-cmp/compare/v0.6.0...v0.7.0) New API: - ([#&#8203;367](https://redirect.github.com/google/go-cmp/issues/367)) Support compare functions with SortSlices and SortMaps Panic messaging: - ([#&#8203;370](https://redirect.github.com/google/go-cmp/issues/370)) Detect proto.Message types when failing to export a field </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yang Song <[email protected]> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 8d2052d commit 8b594ea

File tree

129 files changed

+196
-188
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

129 files changed

+196
-188
lines changed

connector/datadogconnector/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/DataDog/datadog-go/v5 v5.6.0
1212
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.26.0
1313
github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.26.0
14-
github.com/google/go-cmp v0.6.0
14+
github.com/google/go-cmp v0.7.0
1515
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.120.1
1616
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.120.1
1717
github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.120.1

connector/datadogconnector/go.sum

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

exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ require (
4040
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.26.0 // indirect
4141
github.com/aws/aws-sdk-go v1.55.6 // indirect
4242
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
43-
github.com/google/go-cmp v0.6.0 // indirect
43+
github.com/google/go-cmp v0.7.0 // indirect
4444
github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.120.1 // indirect
4545
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.120.1
4646
github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.120.1 // indirect

exporter/datadogexporter/go.sum

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

exporter/datadogexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ require (
194194
github.com/golang/protobuf v1.5.4 // indirect
195195
github.com/golang/snappy v0.0.4 // indirect
196196
github.com/google/gnostic-models v0.6.8 // indirect
197-
github.com/google/go-cmp v0.6.0 // indirect
197+
github.com/google/go-cmp v0.7.0 // indirect
198198
github.com/google/go-querystring v1.1.0 // indirect
199199
github.com/google/gofuzz v1.2.0 // indirect
200200
github.com/google/s2a-go v0.1.8 // indirect

exporter/datadogexporter/integrationtest/go.sum

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

exporter/elasticsearchexporter/integrationtest/go.sum

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

exporter/opencensusexporter/go.sum

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

exporter/prometheusexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ require (
7878
github.com/golang/protobuf v1.5.4 // indirect
7979
github.com/golang/snappy v0.0.4 // indirect
8080
github.com/google/gnostic-models v0.6.8 // indirect
81-
github.com/google/go-cmp v0.6.0 // indirect
81+
github.com/google/go-cmp v0.7.0 // indirect
8282
github.com/google/go-querystring v1.1.0 // indirect
8383
github.com/google/gofuzz v1.2.0 // indirect
8484
github.com/google/s2a-go v0.1.8 // indirect

exporter/prometheusexporter/go.sum

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

0 commit comments

Comments
 (0)