deps: Update github.com/hashicorp/hil
This commit is contained in:
parent
4f3cc7e314
commit
1a999926fe
|
@ -144,5 +144,5 @@ func VariableToInterface(input ast.Variable) (interface{}, error) {
|
||||||
return result, nil
|
return result, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil, fmt.Errorf("Find")
|
return nil, fmt.Errorf("unknown input type: %s", input.Type)
|
||||||
}
|
}
|
||||||
|
|
|
@ -892,16 +892,16 @@
|
||||||
"revisionTime": "2016-07-11T23:17:52Z"
|
"revisionTime": "2016-07-11T23:17:52Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "o5JhQCQpoSRFcMwD8LxqP8iJ04o=",
|
"checksumSHA1": "kqCMCHy2b+RBMKC+ER+OPqp8C3E=",
|
||||||
"path": "github.com/hashicorp/hil",
|
"path": "github.com/hashicorp/hil",
|
||||||
"revision": "79fc9230647576201673b35c724c58ec034bd21d",
|
"revision": "1e86c6b523c55d1fa6c6e930ce80b548664c95c2",
|
||||||
"revisionTime": "2016-07-11T16:29:56Z"
|
"revisionTime": "2016-07-11T23:18:37Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "UICubs001+Q4MsUf9zl2vcMzWQQ=",
|
"checksumSHA1": "UICubs001+Q4MsUf9zl2vcMzWQQ=",
|
||||||
"path": "github.com/hashicorp/hil/ast",
|
"path": "github.com/hashicorp/hil/ast",
|
||||||
"revision": "7130f7330953adacbfb4ca0ad4b14b806bce3762",
|
"revision": "1e86c6b523c55d1fa6c6e930ce80b548664c95c2",
|
||||||
"revisionTime": "2016-06-12T11:49:46Z"
|
"revisionTime": "2016-07-11T23:18:37Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "github.com/hashicorp/logutils",
|
"path": "github.com/hashicorp/logutils",
|
||||||
|
|
Loading…
Reference in New Issue