Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zsh: command not found: go-mod-outdated #57

Open
shareef-dweikat opened this issue Aug 5, 2022 · 2 comments
Open

zsh: command not found: go-mod-outdated #57

shareef-dweikat opened this issue Aug 5, 2022 · 2 comments

Comments

@shareef-dweikat
Copy link

When i do go get -u github.com/psampaz/go-mod-outdated and then go list -u -m -json all | go-mod-outdated
I get zsh: command not found: go-mod-outdated

@psampaz
Copy link
Owner

psampaz commented Feb 9, 2023

@shareef-dweikat this is not related to with go-mod-outdated but to you local configuration related to PATH environment variable.

I think the binary should be located in GOPATH folder. You can find it using go env

try this

go list -u -m -json all | {absolute path}/go-mod-outdated

or try to fix you config

@shareef-dweikat
Copy link
Author

shareef-dweikat commented May 6, 2023

Thanks, it worked.
go list -u -m -json all | /Users/MyUsername/go/bin/go-mod-outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants