cmd/server/README.md
This is the primary "kitchen sink" server build, which includes all first-party optional plugins, and is used as our Docker-provided binary.
For the most part, this means that day-to-day library upgrades should:
go.mod's dependenciesmake tidyNew submodules we want to include by default should:
go.mod like othersmake tidyAnd if you have problems tidying:
go.mod (/go.mod + /common/archiver/gcloud/go.mod currently)go mod tidy this submodule and it will probably be correct, make build to make suremake tidy to make sure it's stable