diff options
author | Nathan Dench <ndenc2@gmail.com> | 2019-05-24 15:16:44 +1000 |
---|---|---|
committer | Nathan Dench <ndenc2@gmail.com> | 2019-05-24 15:16:44 +1000 |
commit | 107c1cdb09c575aa2f61d97f48d8587eb6bada4c (patch) | |
tree | ca7d008643efc555c388baeaf1d986e0b6b3e28c /vendor/github.com/jmespath | |
parent | 844b5a68d8af4791755b8f0ad293cc99f5959183 (diff) | |
download | terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.gz terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.tar.zst terraform-provider-statuscake-107c1cdb09c575aa2f61d97f48d8587eb6bada4c.zip |
Upgrade to 0.12
Diffstat (limited to 'vendor/github.com/jmespath')
-rw-r--r-- | vendor/github.com/jmespath/go-jmespath/api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/jmespath/go-jmespath/api.go b/vendor/github.com/jmespath/go-jmespath/api.go index 9cfa988..8e26ffe 100644 --- a/vendor/github.com/jmespath/go-jmespath/api.go +++ b/vendor/github.com/jmespath/go-jmespath/api.go | |||
@@ -2,7 +2,7 @@ package jmespath | |||
2 | 2 | ||
3 | import "strconv" | 3 | import "strconv" |
4 | 4 | ||
5 | // JmesPath is the epresentation of a compiled JMES path query. A JmesPath is | 5 | // JMESPath is the epresentation of a compiled JMES path query. A JMESPath is |
6 | // safe for concurrent use by multiple goroutines. | 6 | // safe for concurrent use by multiple goroutines. |
7 | type JMESPath struct { | 7 | type JMESPath struct { |
8 | ast ASTNode | 8 | ast ASTNode |