subzy icon indicating copy to clipboard operation
subzy copied to clipboard

not able to install subzy

Open kaal-kali opened this issue 3 years ago • 4 comments

go install -v github.com/lukasikic/subzy go install: version is required when current directory is not in a module Try 'go install github.com/lukasikic/subzy@latest' to install the latest version

kaal-kali avatar Dec 15 '21 07:12 kaal-kali

Ummm..! I am also not able to install it..

image

mufazmi avatar Mar 07 '22 21:03 mufazmi

i too facing the same issue how to resolve it ..?

mani0218 avatar Apr 17 '22 16:04 mani0218

sudo go install -v github.com/lukasikic/subzy [sudo] password for axosolaman: go: 'go install' requires a version when current directory is not in a module Try 'go install github.com/lukasikic/subzy@latest' to install the latest version

┌──(axosolaman㉿kali)-[~/tool/subzy] └─$ go install github.com/lukasikic/subzy@latest 1 ⨯ go: finding module for package github.com/mitchellh/go-homedir go: finding module for package github.com/logrusorgru/aurora go: found github.com/logrusorgru/aurora in github.com/logrusorgru/aurora v2.0.3+incompatible go: found github.com/mitchellh/go-homedir in github.com/mitchellh/go-homedir v1.1.0

axosecurity avatar May 07 '22 15:05 axosecurity

i am also facing this issuss C:\home\chank\subzy> sudo go get -u -v github.com/lukasikic/subzy go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

akas4h avatar Jun 22 '22 08:06 akas4h

it issue is bcoz go get is not working in new version of go so you have to use command go install github.com/lukasikic/subzy@latest

ir4gh4v avatar Dec 23 '22 14:12 ir4gh4v