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

View File

@ -5,7 +5,6 @@
"EnableGC": true,
"Enable": [
"structcheck",
"staticcheck",
"unconvert",
"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
)