Sign in
go
/
vscode-go
/
2ba3f688d16dc73a80618c17aa426a34ebc41d87
/
.
/
extension
/
test
/
testdata
/
stretchrTestSuite
/
go.mod
blob: 272ea9c8a59eb97b48b8f1a6114300d4095d0d9e [
file
] [
log
] [
blame
]
module
example
/
a
go
1.16
require
(
github
.
com
/
davecgh
/
go
-
spew v1
.
1.1
// indirect
github
.
com
/
kr
/
pretty v0
.
1.0
// indirect
github
.
com
/
stretchr
/
testify v1
.
7.0
gopkg
.
in
/
check
.
v1 v1
.
0.0
-
20190902080502
-
41f04d3bba15
// indirect
)