2019-10-21 12:51:56 +02:00
|
|
|
module github.com/cheat/cheat
|
|
|
|
|
2020-03-04 00:26:32 +01:00
|
|
|
go 1.14
|
2019-10-21 12:51:56 +02:00
|
|
|
|
|
|
|
require (
|
2020-11-27 15:50:55 +01:00
|
|
|
github.com/alecthomas/chroma v0.8.2
|
2019-10-21 12:51:56 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2020-11-03 23:59:56 +01:00
|
|
|
github.com/dlclark/regexp2 v1.4.0 // indirect
|
2019-10-21 12:51:56 +02:00
|
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
2020-03-07 02:17:26 +01:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2020-01-25 20:19:57 +01:00
|
|
|
github.com/mattn/go-isatty v0.0.12
|
2019-10-21 12:51:56 +02:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
2020-03-07 02:17:26 +01:00
|
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
2020-11-27 15:50:55 +01:00
|
|
|
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
|
2020-03-07 02:17:26 +01:00
|
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
2019-11-06 12:27:02 +01:00
|
|
|
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
|
2020-11-27 15:50:55 +01:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2019-10-21 12:51:56 +02:00
|
|
|
)
|