Add debug output for config

This commit is contained in:
Manuel Rüger
2023-05-03 15:59:18 +02:00
parent 51accf008f
commit 2b756daf37
6 changed files with 22 additions and 11 deletions

2
go.mod
View File

@@ -10,7 +10,7 @@ require (
github.com/reconquest/pkg v1.3.0
github.com/reconquest/regexputil-go v0.0.0-20160905154124-38573e70c1f4
github.com/stretchr/testify v1.8.2
github.com/urfave/cli/v2 v2.25.1
github.com/urfave/cli/v2 v2.25.3
github.com/yuin/goldmark v1.5.4
golang.org/x/tools v0.8.0
gopkg.in/yaml.v3 v3.0.1