mirror of
https://github.com/NotAShelf/tct.git
synced 2024-11-01 11:01:19 +00:00
13 lines
272 B
Modula-2
13 lines
272 B
Modula-2
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
|
|
)
|