Codebase list golang-github-frankban-quicktest / v1.6.0 go.mod
v1.6.0

Tree @v1.6.0 (Download .tar.gz)

go.mod @v1.6.0raw · history · blame

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

require (
	github.com/google/go-cmp v0.3.1
	github.com/kr/pretty v0.1.0
)

go 1.13