prometheus / compliance

A set of tests to check compliance with various Prometheus interfaces
Apache License 2.0
128 stars 45 forks source link

Remove ioutil from alert_generator #90

Closed inosato closed 2 years ago

inosato commented 2 years ago

ioutil is deprecated from go1.16 (ref: https://go.dev/doc/go1.16#ioutil). So removed them.

Signed-off-by: inosato si17_21@yahoo.co.jp