Started writing some tests
This commit is contained in:
parent
41a4d7fd25
commit
922acd3751
10 changed files with 284 additions and 27 deletions
4
go.mod
4
go.mod
|
|
@ -5,6 +5,10 @@ go 1.21.1
|
|||
require (
|
||||
github.com/alecthomas/participle/v2 v2.1.1 // indirect
|
||||
github.com/chzyer/readline v1.5.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/lmika/gopkgs v0.0.0-20240408110817-a02f6fc67d1f // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
github.com/stretchr/testify v1.9.0 // indirect
|
||||
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
|
||||
gopkg.in/yaml.v3 v3.0.1 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue