mirror of
https://github.com/cheat/cheat.git
synced 2024-11-01 05:31:01 +01:00
8385277b28
Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.13 to 0.0.14. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.13...v0.0.14) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
567 B
Modula-2
18 lines
567 B
Modula-2
module github.com/cheat/cheat
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alecthomas/chroma v0.9.1
|
|
github.com/davecgh/go-spew v1.1.1
|
|
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.14
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/sergi/go-diff v1.1.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|