update deps, switch to go 1.19

This commit is contained in:
Umputun
2022-09-06 22:24:41 -05:00
parent a4b82174c9
commit 0ce326dbaa
190 changed files with 6600 additions and 9663 deletions

View File

@@ -38,17 +38,14 @@ linters:
- govet
- unconvert
- megacheck
- structcheck
- unused
- gas
- gocyclo
- dupl
- misspell
- unparam
- varcheck
- deadcode
- typecheck
- ineffassign
- varcheck
- stylecheck
- gochecknoinits
- exportloopref
@@ -64,9 +61,9 @@ issues:
- text: "at least one file in a package should have a package comment"
linters:
- stylecheck
- text: "should have a package comment, unless it's in another file for this package"
- text: "should have a package comment"
linters:
- golint
- revive
- path: _test\.go
linters:
- gosec