Skip to content

Commit 05ac7e0

Browse files
renovate[bot]otelbot[bot]songy23
authored
Update module github.com/klauspost/compress to v1.18.3 (open-telemetry#45496)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/klauspost/compress](https://redirect.github.com/klauspost/compress) | `v1.18.2` → `v1.18.3` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fklauspost%2fcompress/v1.18.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fklauspost%2fcompress/v1.18.2/v1.18.3?slim=true) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.18.3`](https://redirect.github.com/klauspost/compress/releases/tag/v1.18.3) [Compare Source](https://redirect.github.com/klauspost/compress/compare/v1.18.2...v1.18.3) Downstream CVE-2025-61728 See [golang/go#77102](https://redirect.github.com/golang/go/issues/77102) **Full Changelog**: <klauspost/compress@v1.18.2...v1.18.3> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi44NS4xIiwidXBkYXRlZEluVmVyIjoiNDIuODUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com> Co-authored-by: Yang Song <songy23@users.noreply.github.com>
1 parent 6339cdb commit 05ac7e0

28 files changed

Lines changed: 42 additions & 42 deletions

File tree

cmd/opampsupervisor/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
github.com/jpillora/backoff v1.0.0 // indirect
8686
github.com/json-iterator/go v1.1.12 // indirect
8787
github.com/kamstrup/intmap v0.5.2 // indirect
88-
github.com/klauspost/compress v1.18.2 // indirect
88+
github.com/klauspost/compress v1.18.3 // indirect
8989
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
9090
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect
9191
github.com/leodido/go-syslog/v4 v4.3.0 // indirect

cmd/opampsupervisor/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/awss3exporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6
1212
github.com/google/uuid v1.6.0
1313
github.com/itchyny/timefmt-go v0.1.7
14-
github.com/klauspost/compress v1.18.2
14+
github.com/klauspost/compress v1.18.3
1515
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.144.0
1616
github.com/stretchr/testify v1.11.1
1717
github.com/tilinna/clock v1.1.0

exporter/awss3exporter/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/elasticsearchexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/elastic/go-docappender/v2 v2.12.0
99
github.com/elastic/go-freelru v0.16.0
1010
github.com/elastic/go-structform v0.0.12
11-
github.com/klauspost/compress v1.18.2
11+
github.com/klauspost/compress v1.18.3
1212
github.com/lestrrat-go/strftime v1.1.1
1313
github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.144.0
1414
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.144.0

exporter/elasticsearchexporter/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/elasticsearchexporter/integrationtest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ require (
8888
github.com/jpillora/backoff v1.0.0 // indirect
8989
github.com/json-iterator/go v1.1.12 // indirect
9090
github.com/kamstrup/intmap v0.5.2 // indirect
91-
github.com/klauspost/compress v1.18.2 // indirect
91+
github.com/klauspost/compress v1.18.3 // indirect
9292
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
9393
github.com/knadh/koanf/maps v0.1.2 // indirect
9494
github.com/knadh/koanf/providers/confmap v1.0.0 // indirect

exporter/elasticsearchexporter/integrationtest/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/fileexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
github.com/hashicorp/golang-lru/v2 v2.0.7
7-
github.com/klauspost/compress v1.18.2
7+
github.com/klauspost/compress v1.18.3
88
github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding/otlpencodingextension v0.144.0
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.144.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.144.0

exporter/fileexporter/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)