Update go dependencies

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-07-31 20:55:11 -04:00
parent c8a3710fb8
commit fcb1b6217b
No known key found for this signature in database
GPG key ID: 786136016A8BA02A
162 changed files with 6806 additions and 7275 deletions

View file

@ -4,11 +4,11 @@ linters-settings:
golint:
min-confidence: 0
gocyclo:
min-complexity: 45
min-complexity: 25
maligned:
suggest-new: true
dupl:
threshold: 200
threshold: 100
goconst:
min-len: 2
min-occurrences: 2
@ -19,5 +19,3 @@ linters:
- maligned
- unparam
- lll
- gochecknoinits
- gochecknoglobals