VictoriaMetrics/app
Aliaksandr Valialkin 9f94c295ab
all: use os.{Read|Write}File instead of ioutil.{Read|Write}File
The ioutil.{Read|Write}File is deprecated since Go1.16 -
see https://tip.golang.org/doc/go1.16#ioutil

VictoriaMetrics needs at least Go1.18, so it is safe to remove ioutil usage
from source code.

This is a follow-up for 02ca2342ab
2022-08-21 23:52:35 +03:00
..
victoria-metrics app/victoria-metrics: replace ioutil package with os package (#2993) 2022-08-21 23:41:31 +03:00
vmagent app/vmagent: add ability to construct a label from multiple existing labels by referring them in the replacement field during relabeling 2022-08-21 22:50:01 +03:00
vmalert all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:52:35 +03:00
vmauth all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmbackup all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmbackupmanager all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:24:24 +03:00
vmctl all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmgateway all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:24:24 +03:00
vminsert lib/promscrape: follow-up after 2c553d5a2f 2022-08-08 14:46:26 +03:00
vmrestore all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:39:38 +03:00
vmselect all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:52:35 +03:00
vmstorage add next retention metric (#2863) 2022-07-13 12:37:04 +03:00
vmui vmui: shortcut keys legend (#2971) 2022-08-15 11:54:47 +03:00