terraform/vendor/github.com/jmespath/go-jmespath
Brian Flad 2979c42c68
deps: github.com/aws/aws-sdk-go@v1.16.4 and github.com/terraform-providers/terraform-provider-aws@v1.52.0
Notable changes:

* backend/s3: Automatic validation of `eu-north-1` region
* backend/s3: Support for `credential_process` handling in AWS configuration file

Updated via:

```
go get github.com/aws/aws-sdk-go@v1.16.4
go get github.com/terraform-providers/terraform-provider-aws@v1.52.0
go mod tidy
go mod vendor
```
2018-12-13 20:30:43 -05:00
..
.gitignore vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
.travis.yml vendor: update to latest github.com/zclconf/go-cty 2018-10-16 19:14:11 -07:00
LICENSE Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
Makefile Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05:00
README.md Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
api.go deps: github.com/aws/aws-sdk-go@v1.16.4 and github.com/terraform-providers/terraform-provider-aws@v1.52.0 2018-12-13 20:30:43 -05:00
astnodetype_string.go Vendor all dependencies w/ Godep 2016-01-29 15:08:48 -06:00
functions.go Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05: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 Update deps in unknown state and rever nomad 2017-01-19 20:10:17 -05: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.