Martin Atkins
f3fe3bfb5f
vendor: go get golang.org/x/sys
...
We'll use this to call the Windows ReplaceFile API for safe file
replacement when updating credentials.tf.json in "terraform login" and
"terraform logout".
2019-08-23 11:57:11 -07:00
James Bardin
b37af119e5
govendor remove +unused
...
let govendor remove everything it thinks is no longer required
2017-06-12 13:43:53 -04:00
Mitchell Hashimoto
008b8b4c23
vendor: add golang.org/x/sys/windows for cross compile
2016-11-11 14:02:55 -08:00
Edward Muller
9f376e13ef
Fix up deps
...
Done with:
```console
$ godep restore -v
$ rm -rf Godep vendor/
$ godep save ./...
```
Spot checked, but things look legit. I don't (yet) know how to build
terraform though.
2016-02-22 10:21:33 -08:00
James Nugent
c23fe545f7
build: Add miissing vendor package
2016-02-01 13:50:49 -05:00