diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-20 17:01:29 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-20 17:01:29 -0700 |
| commit | 5bec9e4114d9606fc8a11a641a156be9c54e91de (patch) | |
| tree | a3382e2c9297fdf0d1cc91a3ec196a102d4a76eb /test/kafka/go.mod | |
| parent | 1fa753abcb1524bd3b4a9bd911877eba787eadeb (diff) | |
| download | seaweedfs-5bec9e4114d9606fc8a11a641a156be9c54e91de.tar.xz seaweedfs-5bec9e4114d9606fc8a11a641a156be9c54e91de.zip | |
chore(deps): bump github.com/klauspost/compress from 1.18.0 to 1.18.1 (#7344)
* chore(deps): bump github.com/klauspost/compress from 1.18.0 to 1.18.1
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](https://github.com/klauspost/compress/compare/v1.18.0...v1.18.1)
---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
dependency-version: 1.18.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
* go mod
* go mod tidy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: chrislu <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 09f74b545..d28de1087 100644 --- a/test/kafka/go.mod +++ b/test/kafka/go.mod @@ -138,7 +138,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.0 // indirect + github.com/klauspost/compress v1.18.1 // 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 |
