forked from grafana/loki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update module github.com/klauspost/compress to v1.17.11 (g…
…rafana#15451) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
cf6df92
commit a3c12ea
Showing
2 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
module github.com/grafana/loki/cmd/chunks-inspect | ||
|
||
go 1.15 | ||
go 1.21 | ||
|
||
toolchain go1.23.4 | ||
|
||
require ( | ||
github.com/frankban/quicktest v1.7.2 // indirect | ||
github.com/golang/snappy v0.0.4 | ||
github.com/klauspost/compress v1.11.7 | ||
github.com/klauspost/compress v1.17.11 | ||
github.com/pierrec/lz4 v2.3.0+incompatible | ||
) | ||
|
||
require github.com/frankban/quicktest v1.7.2 // indirect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters