mirror of
https://github.com/kbwo/testing-language-server.git
synced 2025-07-19 09:15:57 +00:00
11 lines
267 B
Modula-2
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
|
|
)
|