2020-11-08 16:00:33 +00:00
|
|
|
module git.nils.zone/nils/goCake
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
require (
|
2020-11-21 14:06:58 +00:00
|
|
|
git.nils.zone/nils/prettify v0.0.4
|
2020-11-08 16:00:33 +00:00
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
2020-11-15 19:46:32 +00:00
|
|
|
github.com/lucasb-eyer/go-colorful v1.0.3
|
2020-11-21 14:06:58 +00:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
2020-11-08 16:00:33 +00:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-11-21 14:06:58 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
|
2020-11-08 16:00:33 +00:00
|
|
|
)
|