Update to GopenPGP v3 #566
Annotations
12 errors
Test with 1.15
found packages charmap (charmap.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/charmap
|
Test with 1.15
import "golang.org/x/text/encoding/htmlindex" is a program, not an importable package
|
Test with 1.15
import "golang.org/x/text/encoding/internal/identifier" is a program, not an importable package
|
Test with 1.15
found packages japanese (all.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/japanese
|
Test with 1.15
found packages korean (all_test.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/korean
|
Test with 1.15
found packages simplifiedchinese (all.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/simplifiedchinese
|
Test with 1.15
found packages traditionalchinese (all_test.go) and main (maketables.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/encoding/traditionalchinese
|
Test with 1.15
found packages language (common.go) and main (gen.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/language
|
Test with 1.15
found packages compact (compact.go) and main (gen.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/language/compact
|
Test with 1.15
found packages language (coverage.go) and main (gen.go) in /home/runner/go/pkg/mod/golang.org/x/[email protected]/language
|
Lint:
crypto/key_clear.go#L4
SA1019: "crypto/dsa" has been deprecated since Go 1.16 because it shouldn't be used: DSA is a legacy algorithm, and modern alternatives such as Ed25519 (implemented by package crypto/ed25519) should be used instead. Keys with 1024-bit moduli (L1024N160 parameters) are cryptographically weak, while bigger keys are not widely supported. Note that FIPS 186-5 no longer approves DSA for signature generation. (staticcheck)
|
Lint
issues found
|