2019-10-21 12:51:56 +02:00
|
|
|
module github.com/cheat/cheat
|
|
|
|
|
|
|
|
go 1.13
|
|
|
|
|
|
|
|
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-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/mgutz/ansi v0.0.0-20170206155736-9520e82c474b
|
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
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
|
|
|
)
|