all: Update some dependencies
Created by: keegancsmith
go get -u
currently fails due to a few reasons. So this is a PR just updating some safe to update PRs / fixing some of the issues causing go get -u
to fail.
Note: go get -u
failing is quite frustrating. If you run go mod why
on the failing package you will be told it isn't used. This is because the package only exists in the intermediate update state which is never persisted.
Test Plan: CI