File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed
Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ linters-settings:
4343
4444linters :
4545 disable :
46+ - " depguard"
4647 - " varnamelen"
4748 # ---- deprecated ---- #
4849 - " deadcode"
Original file line number Diff line number Diff line change 1919 " buildvcs" ,
2020 " cyclop" ,
2121 " deadcode" ,
22+ " depguard" ,
2223 " dupl" ,
2324 " errcheck" ,
2425 " exhaustivestruct" ,
Original file line number Diff line number Diff line change 33 "editor.formatOnSave" : false ,
44 "files.trimTrailingWhitespace" : false
55 },
6- "go.autocompleteUnimportedPackages" : true ,
76 "go.formatTool" : " goimports" ,
87 "go.inferGopath" : false ,
9- "go.languageServerExperimentalFeatures" : {
10- "diagnostics" : true
11- },
128 "go.lintOnSave" : " workspace" ,
139 "go.lintTool" : " golangci-lint" ,
1410 "go.lintFlags" : [
Original file line number Diff line number Diff line change 44
55require (
66 github.com/julienschmidt/httprouter v1.3.0
7- github.com/stretchr/testify v1.8.2
7+ github.com/stretchr/testify v1.8.4
88)
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS
1010github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
1111github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
1212github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
13- github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8 =
14- github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
13+ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk =
14+ github.com/stretchr/testify v1.8.4 /go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo =
1515gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
1616gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
1717gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments