add //nolint for new 1.16 deprecation warnings
- dsa - pem.DecryptPEMBlock
This commit is contained in:
parent
296d9ee293
commit
f88f58440f
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"context"
|
||||
"crypto"
|
||||
"crypto/dsa"
|
||||
"crypto/dsa" //nolint
|
||||
"crypto/ecdsa"
|
||||
"crypto/elliptic"
|
||||
"crypto/rand"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue