VictoriaMetrics/app
Aliaksandr Valialkin 1905618d10
all: subsitute ioutil.ReadAll with io.ReadAll
ioutil.ReadAll is deprecated since Go1.16 - see https://tip.golang.org/doc/go1.16#ioutil
VictoriaMetrics requires at least Go1.18, so it is OK to switch from ioutil.ReadAll to io.ReadAll.

This is a follow-up for 02ca2342ab
2022-08-22 00:16:04 +03:00
..
vmagent all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +03:00
vmalert all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +03:00
vmauth all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmbackup all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmbackupmanager all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:25:26 +03:00
vmctl all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +03:00
vmgateway all: rename -pushmetrics.extraLabels to -pushmetrics.extraLabel for the sake of consistency 2022-07-26 19:25:26 +03:00
vminsert app/vminsert/netstorage: pre-initialize the remaining throttled loggers 2022-08-04 18:34:42 +03:00
vmrestore all: bump the minimum supported version of Go from 1.17 to 1.18 2022-08-08 13:45:39 +03:00
vmselect all: use os.{Read|Write}File instead of ioutil.{Read|Write}File 2022-08-21 23:55:20 +03:00
vmstorage lib/pushmetrics: properly handle errors when initializing pushmetrics 2022-07-22 13:38:25 +03:00
vmui vmui: shortcut keys legend (#2971) 2022-08-15 12:04:30 +03:00