
* Add WSL linter * Use v1.0.0 tag for wsl * Don't add specific test file skip, use mutex to add errors * Fix goimports error * Add more tests for WSL, bump WSL version * Fix bad go.sum (go mod tidy)
12 lines
269 B
Modula-2
12 lines
269 B
Modula-2
module github.com/bombsimon/wsl
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/stretchr/testify v1.4.0
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/yaml.v2 v2.2.4 // indirect
|
|
)
|
|
|
|
go 1.11
|