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-01-09 08:03:22 +01:00
|
|
|
github.com/alecthomas/chroma v0.7.1
|
2019-10-21 12:51:56 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
|
|
|
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
|
|
|
|
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
|
|
|
|
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-01-25 20:20:06 +01:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-10-21 12:51:56 +02:00
|
|
|
)
|