mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Use klauspost's flate
This commit is contained in:
parent
6afb30a06f
commit
1abce2acfc
|
@ -2,11 +2,11 @@ package remote
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"compress/flate"
|
||||
"compress/lzw"
|
||||
"io"
|
||||
"sync"
|
||||
|
||||
"github.com/klauspost/compress/flate"
|
||||
reS2 "github.com/klauspost/compress/s2"
|
||||
reSnappy "github.com/klauspost/compress/snappy"
|
||||
"github.com/klauspost/compress/zstd"
|
||||
|
|
Loading…
Reference in a new issue