Read TOML configuration files

This commit is contained in:
daru
2021-10-17 13:24:27 +02:00
parent 7c989eaaf4
commit dbd4b579e5
7 changed files with 87 additions and 12 deletions

5
go.mod
View File

@@ -5,6 +5,9 @@ go 1.17
require github.com/miekg/dns v1.1.43
require (
github.com/gookit/color v1.4.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.0-beta.3 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 // indirect
golang.org/x/sys v0.0.0-20210303074136-134d130e1a04 // indirect
golang.org/x/sys v0.0.0-20211015200801-69063c4bb744 // indirect
)