goCake/go.mod

12 lines
288 B
Modula-2
Raw Normal View History

2020-11-08 16:00:33 +00:00
module git.nils.zone/nils/goCake
go 1.15
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.1.0 // indirect
2020-11-15 19:46:32 +00:00
github.com/lucasb-eyer/go-colorful v1.0.3
2020-11-08 16:00:33 +00:00
github.com/stretchr/testify v1.6.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
)