diff --git a/cmd/main.go b/cmd/main.go index 9b09022..67686e7 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -2,7 +2,9 @@ package main import ( "context" + //nolint:gosec "crypto/md5" + //nolint:gosec "crypto/sha1" "crypto/sha256" "crypto/sha512"