gomod: Update all
Created by: keegancsmith
See individual commits for steps taken. Two things to note:
- I updated docsite so we use the modern way to address v2 of a module. That should help stop a lot of our blackfriday shenanigans.
- go-sqlite is messing with go modules proxy and it is caching a non-existent version. So we need to specify it as a GOPRIVATE package to prevent go mod breaking.
- Had to update some code due to the jaeger config struct introducing a slice, making it not possible to use
==
for comparison.