VictoriaMetrics/app/vmalert/datasource
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
..
datasource.go vmalert: remove dependency on datasource pkg from config (#2905) 2022-07-22 13:38:25 +03:00
datasource_test.go vmalert: support rules backfilling (aka replay) (#1358) 2021-06-09 12:30:54 +03:00
init.go vmalert: follow-up after 28441711e6 (#2972) 2022-08-11 23:52:18 +03:00
vm.go all: subsitute ioutil.ReadAll with io.ReadAll 2022-08-22 00:16:04 +03:00
vm_graphite_api.go vmalert: introduce additional HTTP URL params per-group configuration (#1892) 2021-12-02 14:51:54 +02:00
vm_prom_api.go vmalert: remove a line added for debug (#2611) 2022-05-20 14:08:57 +03:00
vm_test.go vmalert: remove dependency on datasource pkg from config (#2905) 2022-07-22 13:38:25 +03:00