Adds configuration from config file.

This commit is contained in:
2022-02-07 15:02:06 -06:00
parent b7ed5a30c2
commit ba892ce475
9 changed files with 331 additions and 231 deletions

1
go.mod
View File

@@ -5,4 +5,5 @@ go 1.17
require (
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/hashicorp/logutils v1.0.0
gopkg.in/yaml.v2 v2.4.0
)