aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-10 11:47:07 -0700
committerGitHub <noreply@github.com>2022-10-10 11:47:07 -0700
commit6bbc1d402655a40d2936b722f461947daaeda72c (patch)
tree2b941e0b5eb95632151d9b581d17af0a3bd13b8b /go.mod
parent43175e7fe87b6104248929b2837c07d9c76bdc0b (diff)
downloadseaweedfs-6bbc1d402655a40d2936b722f461947daaeda72c.tar.xz
seaweedfs-6bbc1d402655a40d2936b722f461947daaeda72c.zip
build(deps): bump github.com/klauspost/reedsolomon from 1.11.0 to 1.11.1 (#3816)
Bumps [github.com/klauspost/reedsolomon](https://github.com/klauspost/reedsolomon) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/klauspost/reedsolomon/releases) - [Commits](https://github.com/klauspost/reedsolomon/compare/v1.11.0...v1.11.1) --- 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> 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index bf0148bdc..64e35e477 100644
--- a/go.mod
+++ b/go.mod
@@ -58,7 +58,7 @@ require (
github.com/karlseguin/ccache/v2 v2.0.8
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/klauspost/compress v1.15.11 // indirect
- github.com/klauspost/reedsolomon v1.11.0
+ github.com/klauspost/reedsolomon v1.11.1
github.com/kurin/blazer v0.5.3
github.com/lib/pq v1.10.7
github.com/linxGnu/grocksdb v1.7.7