prometheus/tsdb/wlog
Michal Biesek 04d7b4dbee
lint: Fix SA1019 Using a deprecated function
`rand.Read` has been deprecated since Go 1.20
`crypto/rand.Read` is more appropriate

Ref: https://tip.golang.org/doc/go1.20

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
2023-08-25 17:47:41 +02:00
..
checkpoint.go Add Zstandard compression option for wlog (#11666) 2023-07-11 14:57:57 +02:00
checkpoint_test.go Add Zstandard compression option for wlog (#11666) 2023-07-11 14:57:57 +02:00
live_reader.go Add Zstandard compression option for wlog (#11666) 2023-07-11 14:57:57 +02:00
reader.go Add Zstandard compression option for wlog (#11666) 2023-07-11 14:57:57 +02:00
reader_test.go lint: Fix SA1019 Using a deprecated function 2023-08-25 17:47:41 +02:00
watcher.go [tsdb] re-implement WAL watcher to read via a "notification" channel (#11949) 2023-05-15 12:31:49 -07:00
watcher_test.go Add Zstandard compression option for wlog (#11666) 2023-07-11 14:57:57 +02:00
wlog.go Add Zstandard compression option for wlog (#11666) 2023-07-11 14:57:57 +02:00
wlog_test.go lint: Fix SA1019 Using a deprecated function 2023-08-25 17:47:41 +02:00