diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-02-07 18:50:16 -0500 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-02-07 18:50:16 -0500 |
| commit | 0bcd783a71a57212bee74c0adf31b0f8adc67eea (patch) | |
| tree | 4f3565804078e0d4c39da57cb41518ab7c3171bb /vendor/github.com/jmespath | |
| parent | 8a13b82081d98e7c425251daf0c4f58d363107e1 (diff) | |
Updating deps
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
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 9cfa988b..8e26ffee 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 import "strconv" -// JmesPath is the epresentation of a compiled JMES path query. A JmesPath is +// JMESPath is the epresentation of a compiled JMES path query. A JMESPath is // safe for concurrent use by multiple goroutines. type JMESPath struct { ast ASTNode |
