From 91a52de5274a13fcaab68c0a78115eff632f68fc Mon Sep 17 00:00:00 2001 From: Katie Hockman Date: Tue, 25 Aug 2020 11:30:32 -0400 Subject: [PATCH] crypto/x509: fix duplicate import Updates dave/dst#45. Change-Id: I165e6b3d002407a33908bf90a66ad01f8003b260 Reviewed-on: https://go-review.googlesource.com/c/go/+/250497 TryBot-Result: Gobot Gobot Reviewed-by: Filippo Valsorda --- src/crypto/x509/x509.go | 1 - 1 file changed, 1 deletion(-) diff --git a/src/crypto/x509/x509.go b/src/crypto/x509/x509.go index 8ce57fb1ec..49ac059a0e 100644 --- a/src/crypto/x509/x509.go +++ b/src/crypto/x509/x509.go @@ -14,7 +14,6 @@ import ( "crypto/elliptic" "crypto/rsa" "crypto/sha1" - _ "crypto/sha1" _ "crypto/sha256" _ "crypto/sha512" "crypto/x509/pkix" -- 2.50.0