add some unit tests for some of the checkers

This commit is contained in:
Sam Lewis
2023-10-22 23:13:47 -04:00
parent 1932f1edf7
commit 049b0e0011
3 changed files with 142 additions and 0 deletions

5
go.mod
View File

@@ -9,9 +9,14 @@ require (
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gobuffalo/envy v1.10.2 // indirect
github.com/gobuffalo/packd v1.0.2 // indirect
github.com/gobuffalo/packr v1.30.1 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)