We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73e211c commit 4bfb46bCopy full SHA for 4bfb46b
1 file changed
Detect/detect.go
@@ -120,6 +120,7 @@ func DetectDependency(target string)[]string{
120
//fmt.Println(findDependency)
121
if findDependency[0] == "" {
122
fmt.Println("["+target+"] :"+"[-] 报错探测未发现任何依赖库")
123
+ results = make([]string,1)
124
results[0] = ""
125
}else{
126
fmt.Println("["+target+"] :"+"[*] 发现依赖库如下")
0 commit comments