File tree Expand file tree Collapse file tree 6 files changed +3744
-7
lines changed Expand file tree Collapse file tree 6 files changed +3744
-7
lines changed Original file line number Diff line number Diff line change 11module github.com/essentialkaos/sslscan/v14
22
3- go 1.23.6
3+ go 1.23.10
44
55require (
66 github.com/essentialkaos/check v1.4.1
7- github.com/essentialkaos/ek/v13 v13.26.2
7+ github.com/essentialkaos/ek/v13 v13.32.0
88)
99
1010require (
1111 github.com/kr/pretty v0.3.1 // indirect
1212 github.com/kr/text v0.2.0 // indirect
1313 github.com/rogpeppe/go-internal v1.14.1 // indirect
14+ golang.org/x/sys v0.34.0 // indirect
1415)
Original file line number Diff line number Diff line change 11github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
22github.com/essentialkaos/check v1.4.1 h1:SuxXzrbokPGTPWxGRnzy0hXvtb44mtVrdNxgPa1s4c8 =
33github.com/essentialkaos/check v1.4.1 /go.mod h1:xQOYwFvnxfVZyt5Qvjoa1SxcRqu5VyP77pgALr3iu+M =
4- github.com/essentialkaos/ek/v13 v13.26.2 h1:PTPaqGvmUIgoHjf2Kru4sC/Mb+Fnwna2XBlVKXhVGnI =
5- github.com/essentialkaos/ek/v13 v13.26.2 /go.mod h1:8/TJJ/5C5F1MC1iCMyepkRHoKGjPt4U6OzQvmgFN+9U =
4+ github.com/essentialkaos/ek/v13 v13.32.0 h1:Bk4sCqTyxNOgh+/823L2h4W1ku25+maMY12PvjedHD4 =
5+ github.com/essentialkaos/ek/v13 v13.32.0 /go.mod h1:J6lRensG8sozVzqtxpLYA4nIeOrdn/YBUkL4KvcxYo0 =
66github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE =
77github.com/kr/pretty v0.3.1 /go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk =
88github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
@@ -11,3 +11,5 @@ github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsK
1111github.com/rogpeppe/go-internal v1.9.0 /go.mod h1:WtVeX8xhTBvf0smdhujwtBcq4Qrzq/fJaraNFVN+nFs =
1212github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ =
1313github.com/rogpeppe/go-internal v1.14.1 /go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc =
14+ golang.org/x/sys v0.34.0 h1:H5Y5sJ2L2JRdyv7ROF1he/lPdvFsd0mJHFw2ThKHxLA =
15+ golang.org/x/sys v0.34.0 /go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k =
You can’t perform that action at this time.
0 commit comments