diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-23 08:41:59 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-23 08:41:59 -0700 |
| commit | 341b5b6edf18deba5d9bdcaf037499cbf9c2d007 (patch) | |
| tree | 74c61762f75ea0c170edb9b8672c3ba38bbabc19 /go.mod | |
| parent | 4ec6eab004ff500b849f10f1985e83ce0855c70c (diff) | |
| download | seaweedfs-341b5b6edf18deba5d9bdcaf037499cbf9c2d007.tar.xz seaweedfs-341b5b6edf18deba5d9bdcaf037499cbf9c2d007.zip | |
chore(deps): bump github.com/klauspost/reedsolomon from 1.12.3 to 1.12.4 (#6050)
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.12.3 to 1.12.4.
- [Release notes](https://github.com/klauspost/reedsolomon/releases)
- [Commits](https://github.com/klauspost/reedsolomon/compare/v1.12.3...v1.12.4)
---
updated-dependencies:
- dependency-name: github.com/klauspost/reedsolomon
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ require ( github.com/json-iterator/go v1.1.12 github.com/karlseguin/ccache/v2 v2.0.8 github.com/klauspost/compress v1.17.9 // indirect - github.com/klauspost/reedsolomon v1.12.3 + github.com/klauspost/reedsolomon v1.12.4 github.com/kurin/blazer v0.5.3 github.com/lib/pq v1.10.9 github.com/linxGnu/grocksdb v1.9.3 |
