Codebase list golang-github-sanity-io-litter / lintian-fixes/main go.mod
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

go.mod @lintian-fixes/mainraw · history · blame

1
2
3
4
5
6
7
8
9
module github.com/sanity-io/litter

go 1.14

require (
	github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b // indirect
	github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0 // indirect
	github.com/stretchr/testify v0.0.0-20161117074351-18a02ba4a312
)