diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-12-01 13:11:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-01 13:11:14 -0800 |
| commit | 8a6fcc1df9780f073147942f2aa05192cb4aa5fd (patch) | |
| tree | c7d37b192d4d1e85c14df7cc00b68c08b603e7fd /test/kafka/go.mod | |
| parent | f6f38598260133b50b2386704d571134e7ecda79 (diff) | |
| download | seaweedfs-8a6fcc1df9780f073147942f2aa05192cb4aa5fd.tar.xz seaweedfs-8a6fcc1df9780f073147942f2aa05192cb4aa5fd.zip | |
chore(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (#7576)
* chore(deps): bump github.com/klauspost/compress from 1.18.1 to 1.18.2
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.18.1 to 1.18.2.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.1...v1.18.2)
---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
dependency-version: 1.18.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* go mod
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com>
Co-authored-by: Chris Lu <chris.lu@gmail.com>
Diffstat (limited to 'test/kafka/go.mod')
| -rw-r--r-- | test/kafka/go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kafka/go.mod b/test/kafka/go.mod index 33464a038..f878efa53 100644 --- a/test/kafka/go.mod +++ b/test/kafka/go.mod @@ -139,7 +139,7 @@ require ( github.com/jtolio/noiseconn v0.0.0-20231127013910-f6d9ecbf1de7 // indirect github.com/jzelinskie/whirlpool v0.0.0-20201016144138-0675e54bb004 // indirect github.com/karlseguin/ccache/v2 v2.0.8 // indirect - github.com/klauspost/compress v1.18.1 // indirect + github.com/klauspost/compress v1.18.2 // indirect github.com/klauspost/cpuid/v2 v2.3.0 // indirect github.com/klauspost/reedsolomon v1.12.5 // indirect github.com/koofr/go-httpclient v0.0.0-20240520111329-e20f8f203988 // indirect |
