Skip to content

Commit

Permalink
Vendor AWS ARN parser (#5048)
Browse files Browse the repository at this point in the history
This adds the AWS ARN parser into the vendor as suggested by
#4360 (comment)
  • Loading branch information
joelthompson authored and briankassouf committed Aug 6, 2018
1 parent 7fbdbe7 commit f7150ae
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 0 deletions.
86 changes: 86 additions & 0 deletions vendor/github.com/aws/aws-sdk-go/aws/arn/arn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/vendor.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,12 @@
"revision": "c01ebd0d48a4772fd28a0b684db0f36882dc995c",
"revisionTime": "2018-07-11T05:22:29Z"
},
{
"checksumSHA1": "DtuTqKH29YnLjrIJkRYX0HQtXY0=",
"path": "github.com/aws/aws-sdk-go/aws/arn",
"revision": "c01ebd0d48a4772fd28a0b684db0f36882dc995c",
"revisionTime": "2018-07-11T05:22:29Z"
},
{
"checksumSHA1": "Y9W+4GimK4Fuxq+vyIskVYFRnX4=",
"path": "github.com/aws/aws-sdk-go/aws/awserr",
Expand Down

0 comments on commit f7150ae

Please sign in to comment.