Fix vndr and check

Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
Derek McGowan 2019-09-03 13:19:34 -07:00
parent 269d18d9a8
commit 5883e2d935
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
3 changed files with 11 additions and 1 deletions

6
vendor/github.com/aws/aws-sdk-go/go.mod generated vendored Normal file
View file

@ -0,0 +1,6 @@
module github.com/aws/aws-sdk-go
require (
github.com/go-ini/ini v1.25.4
github.com/jmespath/go-jmespath v0.0.0-20160202185014-0b12d6b521d8
)