We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f614fa commit 2a3fe97Copy full SHA for 2a3fe97
go.mod
@@ -2,4 +2,9 @@ module go-check-ssl
2
3
go 1.13
4
5
-require github.com/dustin/go-humanize v1.0.0
+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