From f57eb724a4cb92d4c20b7a0ec1b79cd4d25b45d1 Mon Sep 17 00:00:00 2001 From: tinsel-grumble <87134505+tinsel-grumble@users.noreply.github.com> Date: Wed, 12 Jan 2022 21:23:56 +0000 Subject: [PATCH] remove bad import --- utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/utils.go b/utils.go index f865f28..fc97dbb 100644 --- a/utils.go +++ b/utils.go @@ -5,7 +5,6 @@ import ( "crypto/sha1" "crypto/sha256" "crypto/sha512" - "crypto/blake2b" "fmt" "golang.org/x/crypto/blake2b" "golang.org/x/crypto/blake2s"