diff --git a/xsecretbox/xsecretbox.go b/xsecretbox/xsecretbox.go index 83898e8..3d755c1 100644 --- a/xsecretbox/xsecretbox.go +++ b/xsecretbox/xsecretbox.go @@ -5,7 +5,7 @@ import ( "errors" "golang.org/x/crypto/chacha20" - "golang.org/x/crypto/poly1305" + "golang.org/x/crypto/poly1305" //nolint:staticcheck // This is used as the building block on purpose ) const (