aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/mitchellh/cli/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mitchellh/cli/go.mod')
-rw-r--r--vendor/github.com/mitchellh/cli/go.mod12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/mitchellh/cli/go.mod b/vendor/github.com/mitchellh/cli/go.mod
new file mode 100644
index 0000000..675325f
--- /dev/null
+++ b/vendor/github.com/mitchellh/cli/go.mod
@@ -0,0 +1,12 @@
1module github.com/mitchellh/cli
2
3require (
4 github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310
5 github.com/bgentry/speakeasy v0.1.0
6 github.com/fatih/color v1.7.0
7 github.com/hashicorp/go-multierror v1.0.0 // indirect
8 github.com/mattn/go-colorable v0.0.9 // indirect
9 github.com/mattn/go-isatty v0.0.3
10 github.com/posener/complete v1.1.1
11 golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc // indirect
12)