mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-17 20:10:28 +00:00
*.go: update to golangci-lint, and fix everything
install tools in the workflow actions Also switch away from deprecated ioutil Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e7a79ae8a7
commit
42b655d8ee
19 changed files with 101 additions and 78 deletions
|
@ -13,7 +13,7 @@ import (
|
|||
|
||||
"github.com/vbatts/go-mtree/pkg/govis"
|
||||
|
||||
//lint:ignore SA1019 yes ripemd160 is deprecated, but this is for mtree compatibility
|
||||
//nolint:staticcheck // SA1019 yes ripemd160 is deprecated, but this is for mtree compatibility
|
||||
"golang.org/x/crypto/ripemd160"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue