the github version of protobufs is deprecated in favour of the google hosted version. I tried just using
go get -u ./...
go test ../...
and it appears that the updated dependencies work fine and pass all the tests in the project. Is there any reason not to do this update so that projects depending on this one aren't forced to retain the deprecated dependency?
the github version of protobufs is deprecated in favour of the google hosted version. I tried just using
go get -u ./... go test ../...and it appears that the updated dependencies work fine and pass all the tests in the project. Is there any reason not to do this update so that projects depending on this one aren't forced to retain the deprecated dependency?