Skip to content

Commit ae3bc1b

Browse files
fix(deps): update module github.com/klauspost/compress to v1.17.3 (#29466)
[![Mend Renovate logo banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/klauspost/compress](https://togithub.com/klauspost/compress) | require | patch | `v1.17.2` -> `v1.17.3` | --- > [!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.17.3`](https://togithub.com/klauspost/compress/releases/tag/v1.17.3) [Compare Source](https://togithub.com/klauspost/compress/compare/v1.17.2...v1.17.3) #### What's Changed - fse: Fix max header size by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/881](https://togithub.com/klauspost/compress/pull/881) - zstd: Improve better/best compression by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/877](https://togithub.com/klauspost/compress/pull/877) - gzhttp: Fix missing content type on Close by [@&#8203;klauspost](https://togithub.com/klauspost) in [https://github.com/klauspost/compress/pull/883](https://togithub.com/klauspost/compress/pull/883) **Full Changelog**: klauspost/compress@v1.17.2...v1.17.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]>
1 parent 623c05f commit ae3bc1b

File tree

16 files changed

+24
-24
lines changed

16 files changed

+24
-24
lines changed

cmd/configschema/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ require (
426426
github.com/julienschmidt/httprouter v1.3.0 // indirect
427427
github.com/karrick/godirwalk v1.17.0 // indirect
428428
github.com/klauspost/asmfmt v1.3.2 // indirect
429-
github.com/klauspost/compress v1.17.2 // indirect
429+
github.com/klauspost/compress v1.17.3 // indirect
430430
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
431431
github.com/knadh/koanf/maps v0.1.1 // indirect
432432
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect

cmd/configschema/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.

cmd/otelcontribcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ require (
472472
github.com/julienschmidt/httprouter v1.3.0 // indirect
473473
github.com/karrick/godirwalk v1.17.0 // indirect
474474
github.com/klauspost/asmfmt v1.3.2 // indirect
475-
github.com/klauspost/compress v1.17.2 // indirect
475+
github.com/klauspost/compress v1.17.3 // indirect
476476
github.com/klauspost/cpuid/v2 v2.2.3 // indirect
477477
github.com/knadh/koanf/maps v0.1.1 // indirect
478478
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect

cmd/otelcontribcol/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.

cmd/oteltestbedcol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ require (
140140
github.com/josharian/intern v1.0.0 // indirect
141141
github.com/jpillora/backoff v1.0.0 // indirect
142142
github.com/json-iterator/go v1.1.12 // indirect
143-
github.com/klauspost/compress v1.17.2 // indirect
143+
github.com/klauspost/compress v1.17.3 // indirect
144144
github.com/knadh/koanf/maps v0.1.1 // indirect
145145
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
146146
github.com/knadh/koanf/v2 v2.0.1 // indirect

cmd/oteltestbedcol/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
@@ -3,7 +3,7 @@ module github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileex
33
go 1.20
44

55
require (
6-
github.com/klauspost/compress v1.17.2
6+
github.com/klauspost/compress v1.17.3
77
github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.89.0
88
github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.89.0
99
github.com/stretchr/testify v1.8.4

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.

exporter/sapmexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/cenkalti/backoff/v4 v4.2.1
77
github.com/jaegertracing/jaeger v1.41.0
8-
github.com/klauspost/compress v1.17.2
8+
github.com/klauspost/compress v1.17.3
99
github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.89.0
1010
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.89.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.89.0

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