Skip to content

Commit 2a3fe97

Browse files
committed
Check revokation status; make output pretty
1 parent 8f614fa commit 2a3fe97

File tree

4 files changed

+1230
-14
lines changed

4 files changed

+1230
-14
lines changed

go.mod

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ module go-check-ssl
22

33
go 1.13
44

5-
require github.com/dustin/go-humanize v1.0.0
5+
require (
6+
github.com/cloudflare/cfssl v1.6.1
7+
github.com/dustin/go-humanize v1.0.0
8+
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381
9+
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
10+
)

0 commit comments

Comments
 (0)