Add initial support for YAML configuration files

Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
Ben Reedy
2020-10-22 14:07:30 +10:00
committed by Ben Reedy
parent 6231eb43e8
commit 96aa2cf095
4 changed files with 110 additions and 2 deletions

1
go.mod
View File

@@ -14,4 +14,5 @@ require (
github.com/prometheus/common v0.2.0
golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.2.1
)