Merge pull request #3001 from dmcgowan/2.7-fix-vndr-checks

[release/2.7] Fix vndr and check
This commit is contained in:
Derek McGowan 2019-12-16 21:51:28 -08:00 committed by GitHub
commit a85caead04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View file

@ -5,7 +5,6 @@
"EnableGC": true, "EnableGC": true,
"Enable": [ "Enable": [
"structcheck", "structcheck",
"staticcheck",
"unconvert", "unconvert",
"gofmt", "gofmt",

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
)

5
vendor/gopkg.in/yaml.v2/go.mod generated vendored Normal file
View file

@ -0,0 +1,5 @@
module "gopkg.in/yaml.v2"
require (
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
)