Skip to content

Commit b390571

Browse files
dependabot[bot]chouetzgithub-actions[bot]devflow.devflow-routing-intake
authored
Bump github.com/pierrec/lz4/v4 from 4.1.25 to 4.1.26 (#47504)
Bumps [github.com/pierrec/lz4/v4](https://github.com/pierrec/lz4) from 4.1.25 to 4.1.26. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pierrec/lz4/commit/60ed180f469c3090aa5453e33043a96f02e790a5"><code>60ed180</code></a> remove failing test as its test file is unavailable (too large).</li> <li><a href="https://github.com/pierrec/lz4/commit/feb996bd667464756d6284de01fcb1c5d79f04b3"><code>feb996b</code></a> Merge pull request <a href="https://redirect.github.com/pierrec/lz4/issues/240">#240</a> from lkinley-rythmos/v4</li> <li><a href="https://github.com/pierrec/lz4/commit/5dfa7723090a1d6ffaad08f43ea864782b9fe1bd"><code>5dfa772</code></a> Add regression tests for Reader stale data, Writer buffer leak, and zero-leng...</li> <li><a href="https://github.com/pierrec/lz4/commit/74d44e96f45dcec80d6c9ade6e035bb88cb86f6f"><code>74d44e9</code></a> Fix Reader stale data, Writer buffer leak, and zero-length write</li> <li>See full diff in <a href="https://github.com/pierrec/lz4/compare/v4.1.25...v4.1.26">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/pierrec/lz4/v4&package-manager=go_modules&previous-version=4.1.25&new-version=4.1.26)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: chouetz <nicolas.schweitzer@datadoghq.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
1 parent 7a3c63a commit b390571

File tree

18 files changed

+27
-26
lines changed

18 files changed

+27
-26
lines changed

comp/otelcol/collector-contrib/def/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ require (
6767
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6868
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6969
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
70+
github.com/pierrec/lz4/v4 v4.1.26 // indirect
7071
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
7172
github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect
7273
github.com/prometheus/client_golang v1.23.2 // indirect

comp/otelcol/collector-contrib/def/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.

comp/otelcol/collector-contrib/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ require (
362362
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
363363
github.com/pelletier/go-toml v1.9.5 // indirect
364364
github.com/philhofer/fwd v1.2.0 // indirect
365-
github.com/pierrec/lz4/v4 v4.1.25 // indirect
365+
github.com/pierrec/lz4/v4 v4.1.26 // indirect
366366
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
367367
github.com/pkg/errors v0.9.1 // indirect
368368
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect

comp/otelcol/collector-contrib/impl/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.

comp/otelcol/ddflareextension/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ require (
380380
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
381381
github.com/pelletier/go-toml v1.9.5 // indirect
382382
github.com/philhofer/fwd v1.2.0 // indirect
383-
github.com/pierrec/lz4/v4 v4.1.25 // indirect
383+
github.com/pierrec/lz4/v4 v4.1.26 // indirect
384384
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
385385
github.com/pkg/errors v0.9.1 // indirect
386386
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect

comp/otelcol/ddflareextension/impl/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.

comp/otelcol/ddprofilingextension/impl/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ require (
182182
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
183183
github.com/pelletier/go-toml v1.9.5 // indirect
184184
github.com/philhofer/fwd v1.2.0 // indirect
185-
github.com/pierrec/lz4/v4 v4.1.25 // indirect
185+
github.com/pierrec/lz4/v4 v4.1.26 // indirect
186186
github.com/pkg/errors v0.9.1 // indirect
187187
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
188188
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

comp/otelcol/ddprofilingextension/impl/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.

comp/otelcol/otlp/components/exporter/datadogexporter/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ require (
194194
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
195195
github.com/pelletier/go-toml v1.9.5 // indirect
196196
github.com/philhofer/fwd v1.2.0 // indirect
197-
github.com/pierrec/lz4/v4 v4.1.25 // indirect
197+
github.com/pierrec/lz4/v4 v4.1.26 // indirect
198198
github.com/pkg/errors v0.9.1 // indirect
199199
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
200200
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect

comp/otelcol/otlp/components/exporter/datadogexporter/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)