File: go.mod

package info (click to toggle)
golang-github-sanity-io-litter 1.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: makefile: 2
file content (9 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module github.com/sanity-io/litter

go 1.16

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
)