From 79a71b2f75a12b397c794185783f82de4fe3e916 Mon Sep 17 00:00:00 2001 From: Xiaobo Wang Date: Wed, 11 Sep 2019 01:09:30 +0800 Subject: [PATCH] Update cipher.go --- rsa/cipher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsa/cipher.go b/rsa/cipher.go index f13f1a9..67fde57 100644 --- a/rsa/cipher.go +++ b/rsa/cipher.go @@ -5,7 +5,7 @@ import ( "crypto" "errors" - "github.com/Sirupsen/logrus" + "github.com/sirupsen/logrus" ) type Cipher interface {