diff --git a/keywordfunc.go b/keywordfunc.go index 7a8a170..8876ca5 100644 --- a/keywordfunc.go +++ b/keywordfunc.go @@ -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" )