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 /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 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ require ( github.com/jmespath/go-jmespath v0.4.0 // indirect github.com/json-iterator/go v1.1.12 github.com/karlseguin/ccache/v2 v2.0.8 - github.com/klauspost/compress v1.18.1 + github.com/klauspost/compress v1.18.2 github.com/klauspost/reedsolomon v1.12.5 github.com/kurin/blazer v0.5.3 github.com/linxGnu/grocksdb v1.10.3 |
