keywordfunc: ignore ripemd160 for compat sake

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2022-04-08 22:56:09 -04:00
parent dac969b14e
commit 0337cb91ea
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ import (
"os"
"github.com/vbatts/go-mtree/pkg/govis"
//lint:ignore SA1019 yes ripemd160 is deprecated, but this is for mtree compatibility
"golang.org/x/crypto/ripemd160"
)