diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 6b5158124..010732836 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -630,39 +630,39 @@ }, { "ImportPath": "github.com/hashicorp/hcl", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/hcl/ast", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/hcl/parser", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/hcl/scanner", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/hcl/strconv", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/hcl/token", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/json/parser", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/json/scanner", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hcl/json/token", - "Rev": "578dd9746824a54637686b51a41bad457a56bcef" + "Rev": "71c7409f1abba841e528a80556ed2c67671744c3" }, { "ImportPath": "github.com/hashicorp/hil", diff --git a/vendor/github.com/hashicorp/hcl/README.md b/vendor/github.com/hashicorp/hcl/README.md index fafa6ad03..acec6662e 100644 --- a/vendor/github.com/hashicorp/hcl/README.md +++ b/vendor/github.com/hashicorp/hcl/README.md @@ -64,6 +64,16 @@ of the syntax and grammar is listed here. * Strings are double-quoted and can contain any UTF-8 characters. Example: `"Hello, World"` + * Multi-line strings start with `<