mirror of
https://github.com/NotAShelf/tct.git
synced 2025-10-03 07:23:36 +00:00
unit tests
This commit is contained in:
parent
4809f916cd
commit
a0955a4f6b
4 changed files with 95 additions and 3 deletions
9
go.mod
9
go.mod
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue