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 (
|
2022-07-05 03:51:57 +02:00
|
|
|
github.com/alecthomas/chroma v0.10.0
|
2019-10-21 12:51:56 +02:00
|
|
|
github.com/davecgh/go-spew v1.1.1
|
2022-08-03 02:30:31 +02:00
|
|
|
github.com/dlclark/regexp2 v1.7.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
|
2021-09-08 00:10:46 +02:00
|
|
|
github.com/mattn/go-isatty v0.0.14
|
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
|
2022-08-03 02:30:31 +02:00
|
|
|
golang.org/x/sys v0.0.0-20220731174439-a90be440212d // 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
|
|
|
)
|