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
.travis.yml
LICENSE
Makefile
README.md
api.go
astnodetype_string.go
functions.go
interpreter.go
lexer.go
parser.go
toktype_string.go
util.go

README.md

go-jmespath - A JMESPath implementation in Go

Build Status

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