[infra] Update go.chromium.org/luci; run go mod tidy

This required small fixes, in part due to more recent proto compiler
being used.

This unblocked "go mod tidy". Still not as clean as wanted, but less
bad.

Bug: 62512
Change-Id: I7d34072d5f4f5292c864b521c59c915c55712a5d
Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/infra/+/441546
Fuchsia-Auto-Submit: Marc-Antoine Ruel <maruel@google.com>
Commit-Queue: <infra-ci-builder@fuchsia-infra.iam.gserviceaccount.com>
Reviewed-by: Ina Huh <ihuh@google.com>
4 files changed
tree: ec99185d84786744f8c7f23649a09214add9b029
  1. artifacts/
  2. buildbucket/
  3. cmd/
  4. digest/
  5. gerrit/
  6. gitiles/
  7. gotidy/
  8. third_party/
  9. .gitignore
  10. AUTHORS
  11. go.mod
  12. go.sum
  13. LICENSE
  14. MAINTAINERS
  15. manifest
  16. PATENTS
  17. README.md
README.md

infra

This repo contains tools and config files necessary to run infrastructure related to builds, code review, version control, and continuous integrations.

In order to build the Go code, you must clone this repo into an appropriately named directory. This should do the trick:

REPO=fuchsia.googlesource.com/infra/infra
git clone https://${REPO} $(go env GOPATH)/src/${REPO}