testing-language-server/demo/go/go.mod
2024-07-15 19:13:19 +09:00

11 lines
267 B
Modula-2

module neotest_go
go 1.18
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.4.0 // indirect
github.com/stretchr/testify v1.7.2 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)