Fix vndr and check
Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
parent
269d18d9a8
commit
5883e2d935
3 changed files with 11 additions and 1 deletions
|
@ -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
6
vendor/github.com/aws/aws-sdk-go/go.mod
generated
vendored
Normal 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
5
vendor/gopkg.in/yaml.v2/go.mod
generated
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
module "gopkg.in/yaml.v2"
|
||||||
|
|
||||||
|
require (
|
||||||
|
"gopkg.in/check.v1" v0.0.0-20161208181325-20d25e280405
|
||||||
|
)
|
Loading…
Reference in a new issue