mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-01-07 04:27:08 +00:00
keywordfunc: ignore ripemd160 for compat sake
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
dac969b14e
commit
0337cb91ea
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ import (
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"github.com/vbatts/go-mtree/pkg/govis"
|
"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"
|
"golang.org/x/crypto/ripemd160"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue