Skip to content

Commit b15e9e6

Browse files
committed
crypto: fix lint warning by using std sha3
1 parent b27191d commit b15e9e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

format/crypto/hash.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ package crypto
22

33
import (
44
"crypto/md5"
5+
"crypto/sha3"
6+
57
//nolint: gosec
68
"crypto/sha1"
79
"crypto/sha256"
@@ -16,7 +18,6 @@ import (
1618

1719
//nolint: staticcheck
1820
"golang.org/x/crypto/md4"
19-
"golang.org/x/crypto/sha3"
2021
)
2122

2223
//go:embed hash.jq

0 commit comments

Comments
 (0)