Codebase list golang-github-frankban-quicktest / debian/1.11.1-1 go.mod
debian/1.11.1-1

Tree @debian/1.11.1-1 (Download .tar.gz)

go.mod @debian/1.11.1-1raw · history · blame

1
2
3
4
5
6
7
8
module github.com/frankban/quicktest

require (
	github.com/google/go-cmp v0.5.2
	github.com/kr/pretty v0.2.1
)

go 1.13