unit tests

This commit is contained in:
raf 2024-06-13 11:10:41 +03:00
commit a0955a4f6b
No known key found for this signature in database
GPG key ID: 02D1DD3FA08B6B29
4 changed files with 95 additions and 3 deletions

9
go.mod
View file

@ -1,3 +1,12 @@
module notashelf.dev/tct
go 1.22.2
require github.com/stretchr/testify v1.9.0
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)