oligot / go-mod-upgrade

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

update README.md installation instructions #20

Closed thediveo closed 2 years ago

thediveo commented 2 years ago

go get -u github.com/oligot/go-mod-upgrade triggers this depecation warning with go 1.17.x:

go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.
oligot commented 2 years ago

Done in a4952b4d83a9acf0933a1640572c7eb8e44c7eeb

thediveo commented 2 years ago

thank you very much!