Update klauspost/reedsolomon dependency to 1.9.3 (#8328)

This commit updates the reedsolomon dependency
since it contains an fix for an unexpected property
of the `Split` function.

See: klauspost/reedsolomon#109
This commit is contained in:
Andreas Auernhammer
2019-09-30 23:01:00 +02:00
committed by kannappanr
parent fa5a1cebd9
commit 8771e83545
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -31,7 +31,7 @@ require (
github.com/klauspost/compress v1.8.3
github.com/klauspost/pgzip v1.2.1
github.com/klauspost/readahead v1.3.0
github.com/klauspost/reedsolomon v1.9.1
github.com/klauspost/reedsolomon v1.9.3
github.com/kurin/blazer v0.5.4-0.20190613185654-cf2f27cc0be3
github.com/lib/pq v1.0.0
github.com/mattn/go-isatty v0.0.7