From 591aa261d17e60619708b48b312b5db6ed64df10 Mon Sep 17 00:00:00 2001 From: Niall Sheridan Date: Sun, 29 May 2016 02:13:00 +0100 Subject: Switch from json to hcl configs This is backward-compatible with the JSON config format - this is a non-breaking change. HCL treats config blocks as repeated fields so the config has to be unmarshalled into a struct comprised of []Server, []Auth, []SSH first. --- vendor/vendor.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'vendor/vendor.json') diff --git a/vendor/vendor.json b/vendor/vendor.json index 23edcfd..9e4593f 100644 --- a/vendor/vendor.json +++ b/vendor/vendor.json @@ -57,6 +57,19 @@ "revision": "a4e6dd28f9e9274729417506b9bd0a6c3edb91ce", "revisionTime": "2016-05-18T15:17:58Z" }, + { + "checksumSHA1": "cdOCt0Yb+hdErz8NAQqayxPmRsY=", + "origin": "github.com/hashicorp/go-multierror/vendor/github.com/hashicorp/errwrap", + "path": "github.com/hashicorp/errwrap", + "revision": "d30f09973e19c1dfcd120b2d9c4f168e68d6b5d5", + "revisionTime": "2015-09-16T20:57:42Z" + }, + { + "checksumSHA1": "lrSl49G23l6NhfilxPM0XFs5rZo=", + "path": "github.com/hashicorp/go-multierror", + "revision": "d30f09973e19c1dfcd120b2d9c4f168e68d6b5d5", + "revisionTime": "2015-09-16T20:57:42Z" + }, { "checksumSHA1": "5LrCq/ydlbL6pq1cdmuxiw7QV98=", "path": "github.com/hashicorp/hcl", -- cgit v1.2.3