This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 6bd5c6e1 chore: Bump github.com/klauspost/compress from 1.19.0 to
1.19.1 (#966)
6bd5c6e1 is described below
commit 6bd5c6e179fbb66814ba26f0fd5ec663bf603471
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 22 10:46:12 2026 -0400
chore: Bump github.com/klauspost/compress from 1.19.0 to 1.19.1 (#966)
Bumps
[github.com/klauspost/compress](https://github.com/klauspost/compress)
from 1.19.0 to 1.19.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/klauspost/compress/releases">github.com/klauspost/compress's
releases</a>.</em></p>
<blockquote>
<h2>v1.19.1</h2>
<h2>What's Changed</h2>
<ul>
<li>zstd: Validate SnappyConverter literal copies by <a
href="https://github.com/klauspost"><code>@klauspost</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1170">klauspost/compress#1170</a></li>
<li>flate: use <code>Peek</code> instead of <code>ReadByte</code> for
the <code>bufio.Reader</code> decode path by <a
href="https://github.com/joechenrh"><code>@joechenrh</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1169">klauspost/compress#1169</a></li>
<li>zstd: bump avo pin, regenerate arm64 asm by <a
href="https://github.com/lizthegrey"><code>@lizthegrey</code></a> in <a
href="https://redirect.github.com/klauspost/compress/pull/1167">klauspost/compress#1167</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/joechenrh"><code>@joechenrh</code></a>
made their first contribution in <a
href="https://redirect.github.com/klauspost/compress/pull/1169">klauspost/compress#1169</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/klauspost/compress/compare/v1.19.0...v1.19.1">https://github.com/klauspost/compress/compare/v1.19.0...v1.19.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/klauspost/compress/commit/2602f4afea09fe72f2b58d4ed04d43a6047a0131"><code>2602f4a</code></a>
Update changelog for version 1.19.0</li>
<li><a
href="https://github.com/klauspost/compress/commit/983acec6dacb98c0d721ca53eb5a904c3c6bec67"><code>983acec</code></a>
add defensive checks</li>
<li><a
href="https://github.com/klauspost/compress/commit/9960386c58450bc4ae5fd67411c394b6a7f23c4c"><code>9960386</code></a>
zstd: Validate SnappyConverter literal copies (<a
href="https://redirect.github.com/klauspost/compress/issues/1170">#1170</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/e29d4d389f0e7806e1e84392d0c43453a5048a0f"><code>e29d4d3</code></a>
flate: use <code>Peek</code> instead of <code>ReadByte</code> for the
<code>bufio.Reader</code> decode path (#...</li>
<li><a
href="https://github.com/klauspost/compress/commit/c0bbc84762b7d178fe7b1e3a75140793179e9e37"><code>c0bbc84</code></a>
zstd: bump avo pin, regenerate arm64 asm (<a
href="https://redirect.github.com/klauspost/compress/issues/1167">#1167</a>)</li>
<li><a
href="https://github.com/klauspost/compress/commit/efdb6ed96c4b5d23f9bd6c3e739414789c871a9d"><code>efdb6ed</code></a>
build(deps): bump the github-actions group with 6 updates (<a
href="https://redirect.github.com/klauspost/compress/issues/1166">#1166</a>)</li>
<li>See full diff in <a
href="https://github.com/klauspost/compress/compare/v1.19.0...v1.19.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index b363bce5..644cdc53 100644
--- a/go.mod
+++ b/go.mod
@@ -34,7 +34,7 @@ require (
github.com/google/flatbuffers v25.12.19+incompatible
github.com/google/uuid v1.6.0
github.com/hamba/avro/v2 v2.31.0
- github.com/klauspost/compress v1.19.0
+ github.com/klauspost/compress v1.19.1
github.com/klauspost/cpuid/v2 v2.4.0
github.com/pierrec/lz4/v4 v4.1.27
github.com/pterm/pterm v0.12.83
diff --git a/go.sum b/go.sum
index 6d65b06e..1ecc37f9 100644
--- a/go.sum
+++ b/go.sum
@@ -79,8 +79,8 @@ github.com/json-iterator/go v1.1.12
h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/json-iterator/go v1.1.12/go.mod
h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/klauspost/asmfmt v1.3.2
h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
github.com/klauspost/asmfmt v1.3.2/go.mod
h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
-github.com/klauspost/compress v1.19.0
h1:sXLILfc9jV2QYWkzFOPWStmcUVH2RHEB1JCdY2oVvCQ=
-github.com/klauspost/compress v1.19.0/go.mod
h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
+github.com/klauspost/compress v1.19.1
h1:VsB4HPswih7mmZ8WleSFQ75c/Ui1M4trX5oAsJnhSlk=
+github.com/klauspost/compress v1.19.1/go.mod
h1:cwPg85FWrGar70rWktvGQj8/hthj3wpl0PGDogxkrSQ=
github.com/klauspost/cpuid/v2 v2.0.9/go.mod
h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/klauspost/cpuid/v2 v2.0.10/go.mod
h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=
github.com/klauspost/cpuid/v2 v2.0.12/go.mod
h1:g2LTdtYhdyuGPqyWyv7qRAmj1WBqxuObKfj5c0PQa7c=