terraform/vendor/github.com/jmespath/go-jmespath
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
..
.gitignore Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
.travis.yml Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
Makefile Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
README.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
api.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
astnodetype_string.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
functions.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
interpreter.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
lexer.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
parser.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
toktype_string.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
util.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00

README.md

go-jmespath - A JMESPath implementation in Go

Build Status

See http://jmespath.org for more info.