From 1e4b3417a9a728320fcc63949a33eb03f40e81de Mon Sep 17 00:00:00 2001 From: ayhankuru Date: Tue, 23 Jun 2015 15:53:34 +0300 Subject: [PATCH] fix COMODO RSA Certification Authority eror This is already fixed in golang upstream. Revert this commit after major distributions (Ubuntu 14.04 LTS) caught up with the fix. --- we.go | 1 + 1 file changed, 1 insertion(+) diff --git a/we.go b/we.go index be80274..bf971cb 100644 --- a/we.go +++ b/we.go @@ -2,6 +2,7 @@ package main import ( "bytes" + _ "crypto/sha512" "encoding/json" "fmt" "github.com/mattn/go-colorable"