Codebase list golang-github-frankban-quicktest / 3f856a05-f6be-4d35-8720-84163c964712/main go.mod
3f856a05-f6be-4d35-8720-84163c964712/main

Tree @3f856a05-f6be-4d35-8720-84163c964712/main (Download .tar.gz)

go.mod @3f856a05-f6be-4d35-8720-84163c964712/mainraw · history · blame

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

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

go 1.13