wip: refactor Golden to a interface, improve testability of main implementation

This commit is contained in:
2022-03-21 23:09:43 +00:00
parent edb189f086
commit 138981b7d4
9 changed files with 987 additions and 114 deletions

3
go.mod
View File

@@ -4,5 +4,8 @@ go 1.15
require (
github.com/jimeh/envctl v0.1.0
github.com/jimeh/go-mocktesting v0.1.0
github.com/spf13/afero v1.6.0
github.com/stretchr/testify v1.7.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)