byt3hx / jsleak

jsleak is a tool to find secret , paths or links in the source code during the recon.
470 stars 43 forks source link

argument must be a clean package path #1

Closed rootbakar closed 1 year ago

rootbakar commented 1 year ago

go: github.com/channyein1337/jsleak/@latest: argument must be a clean package path

Hi any suggestion for solve it..?

aravindb26 commented 1 year ago

me too have same issue

suvendu-dash commented 1 year ago

go get github.com/channyein1337/jsleak

This command helped me to resolve this issue.

byt3hx commented 1 year ago

Looks like you are using older version of golang. You can use the above command which was provided by @suvendu-dash or you can install the latest version of golang https://go.dev/doc/install . That would solve the error.

Thanks for using it.