oligot / go-mod-upgrade

Update outdated Go dependencies interactively
MIT License
954 stars 45 forks source link

zsh: command not found: go-mod-upgrade #53

Open crapthings opened 4 months ago

crapthings commented 4 months ago

what is wrong?

oligot commented 3 months ago

Hi,

Can you give us a bit more information ? How did you install go-mod-upgrade ? What’s your OS ? What’s your go version ?

bhagatparwinder commented 1 month ago

Yup, same here.

Installed using go install github.com/oligot/go-mod-upgrade@latest OS: 15.0.1 (24A348) Go Version: go1.23.2 darwin/arm64

image

oligot commented 1 month ago

What's in your PATH environment variable ?

echo $PATH

You should have either $GOPATH/bin (if GOPATH is defined) or $HOME/go/bin otherwise.

bhagatparwinder commented 1 month ago

image