Skip to content

all: Update some dependencies

Administrator requested to merge core/update-deps into master

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

Merge request reports

Loading