21zoo Labs - Assorted Stuff

Go Modules - How to Update All Dependencies

Posted — Sep 9, 2019

To update all dependencies in a project that uses go modules enabled run:

$ go get -u -m