Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / cache / download / github.com / sergi / go-diff / @v / v1.1.0.mod
1 module github.com/sergi/go-diff
2
3 require (
4         github.com/davecgh/go-spew v1.1.1 // indirect
5         github.com/kr/pretty v0.1.0 // indirect
6         github.com/stretchr/testify v1.4.0
7         gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
8         gopkg.in/yaml.v2 v2.2.4 // indirect
9 )
10
11 go 1.12