Merge pull request #157 from Ne0nd0g/dependabot/go_modules/golang.org… #80
Annotations
5 warnings and 2 notices
Missing 'case' statements for 'iota' consts in 'switch':
pkg/services/job/job.go#L816
Missing 'case' statements for 'iota' consts in 'switch'
|
Unused parameter:
pkg/transformer/encoders/gob/gob.go#L55
Unused parameter `key`
|
Unused parameter:
pkg/transformer/encoders/hex/hex.go#L58
Unused parameter `key`
|
Unused parameter:
pkg/authenticators/none/none.go#L56
Unused parameter `data`
|
Unused parameter:
pkg/transformer/encoders/base64/base64.go#L56
Unused parameter `key`
|
Direct comparison of errors:
pkg/servers/http/http.go#L367
Comparison with errors using equality operators fails on wrapped errors
|
Direct comparison of errors:
pkg/servers/http/http.go#L367
Comparison with errors using equality operators fails on wrapped errors
|