tct/go.mod
2024-06-13 11:10:41 +03:00

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
)