File: go.mod

package info (click to toggle)
golang-github-spf13-jwalterweatherman 1.1.0%2Breally1.0.0%2Bgit20181028.94f6ae3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports, experimental
  • size: 104 kB
  • sloc: makefile: 2
file content (7 lines) | stat: -rw-r--r-- 188 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
module github.com/spf13/jwalterweatherman

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
)