gomod: Update all
Created by: keegancsmith
Seperated into several commits so we can see how things are changing. -u=patch
will only update patch version. go get -u ./...
will only update direct dependencies. go get -u all
will update transitive dependencies as well.