Allow crypto dependencies

This commit is contained in:
Ben van Hartingsveldt 2025-08-29 19:01:22 +02:00
parent 013170eecc
commit b2855ad7a7
No known key found for this signature in database
GPG key ID: 261AA214130CE7AB

View file

@ -107,6 +107,7 @@ linters:
allow:
- $gostd
- github.com/
- golang.org/x/crypto/ripemd160
deny:
- pkg: github.com/sirupsen/logrus
desc: "logging is allowed only by logutils.Log"