Frank Schroeder
|
c38fbff292
|
vendor: patch github.com/mitchellh/cli until help output is fixed
We need to init the flagset that cli uses to generate the help
outside of the Run method since Run isn't called anymore for
printing help.
|
2017-05-31 00:29:29 +02:00 |
Frank Schroeder
|
bd0d4a79b2
|
vendor: update github.com/mitchellh/cli
This pulls in the patch that fixes the nil panic and the
data race in MockUi.
|
2017-05-31 00:29:25 +02:00 |
Kyle Havlovitz
|
8119cea849
|
Vendor the go-rootcerts lib for the client tls options
|
2017-04-14 13:46:19 -07:00 |
James Phillips
|
ce206323bb
|
Updates mitchellh/copystructure, mitchellh/mapstructure, and mitchellh/reflectwalk.
|
2016-08-09 17:34:07 -07:00 |
James Phillips
|
33ea18fb21
|
Updates mattn/go-isatty and mitchellh/cli.
|
2016-08-09 17:26:11 -07:00 |
James Phillips
|
ee43212da4
|
Updates vendored dependencies.
This removes some unused dependencies that I know we plan to re-add later,
but this makes for a clean `godep save` for now.
|
2016-03-07 10:45:39 -08:00 |
Sean Chittenden
|
333ff22e9a
|
Manage dependencies via Godep
Embrace the future and use Go 1.6's vendor support via Godep.
Go 1.5 users should `export GO15VENDOREXPERIMENT=1`
|
2016-02-12 16:50:37 -08:00 |