We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e11841 commit 9f02213Copy full SHA for 9f02213
go.mod
@@ -8,3 +8,10 @@ require (
8
github.com/projectdiscovery/sslcert v0.0.0-20210416140253-8f56bec1bb5e
9
gopkg.in/yaml.v2 v2.4.0
10
)
11
+
12
+require (
13
+ github.com/json-iterator/go v1.1.10 // indirect
14
+ github.com/logrusorgru/aurora v2.0.3+incompatible // indirect
15
+ github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
16
+ github.com/modern-go/reflect2 v1.0.1 // indirect
17
+)
0 commit comments