getJS icon indicating copy to clipboard operation
getJS copied to clipboard

no required module provides package

Open CyberGhazi786 opened this issue 2 years ago • 0 comments

root@cyberghazi-vmwarevirtualplatform getJS]# go build main.go main.go:14:2: no required module provides package github.com/PuerkitoBio/goquery: go.mod file not found in current directory or any parent directory; see 'go help modules' main.go:15:2: no required module provides package github.com/logrusorgru/aurora: go.mod file not found in current directory or any parent directory; see 'go help modules' main.go:16:2: no required module provides package github.com/spf13/pflag: go.mod file not found in current directory or any parent directory; see 'go help modules' [root@cyberghazi-vmwarevirtualplatform getJS]# ls main.go README.md

CyberGhazi786 avatar Nov 27 '22 14:11 CyberGhazi786