src-d / go-git

Project has been moved to: https://github.com/go-git/go-git
https://github.com/go-git/go-git
Apache License 2.0
4.9k stars 541 forks source link

Add documentation on how to update dependencies #1190

Open kevinburke opened 5 years ago

kevinburke commented 5 years ago

I've been trying and failing to update dependencies by running go get newdep@version with GO111MODULE=on set in my environment.

It would be helpful to have instructions on the correct way to do so. It seems like a lot of stuff is happening that is not strictly necessary to get a single version to update.

mcuadros commented 5 years ago

Hi @kevinburke I just update all the dependencies, but its weird a I didn't have any problem about it. We don't have any special method or setup. Maybe is something in your side?