File: go.mod

package info (click to toggle)
golang-bugst-cleanup 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
module go.bug.st/cleanup

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/pmezard/go-difflib v1.0.0 // indirect
	github.com/stretchr/testify v1.2.2
)