Skip to content

Commit cab8bf9

Browse files
authored
vendor: Update JMESPath dependency (aws#2284)
Updates github.com/jmespath/go-jmespath to the latest version of JMESPath. Fix aws#1907 aws#2266
1 parent 9e1995b commit cab8bf9

29 files changed

+8
-6274
lines changed

Gopkg.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ ignored = [
3939

4040
[[constraint]]
4141
name = "github.com/jmespath/go-jmespath"
42-
revision = "0b12d6b5"
42+
revision = "c2b33e84"
4343
#version = "0.2.2"

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/aws/aws-sdk-go
22

3-
require github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
3+
require github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8 h1:12VvqtR6Aowv3l/EQUlocDHW2Cp4G9WJVH7uyH8QFJE=
2-
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=
1+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af h1:pmfjZENx5imkbgOkpRUYLnmbU7UEFbjtDA2hxJ1ichM=
2+
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af/go.mod h1:Nht3zPeWKUH0NzdCt2Blrr5ys8VGpn0CEB0cQHVjt7k=

vendor/github.com/jmespath/go-jmespath/.gitignore

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jmespath/go-jmespath/api.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/jmespath/go-jmespath/api_test.go

-32
This file was deleted.

vendor/github.com/jmespath/go-jmespath/compliance/basic.json

-96
This file was deleted.

0 commit comments

Comments
 (0)