[infra] Revert "Delete Gopkg files now that infra/infra is a module"

This reverts commit 2fcc3f646e4cebe012fe6d3bb9c54566b1fe079e.

Reason for revert: premature

Original change's description:
> [infra] Delete Gopkg files now that infra/infra is a module
>
> Change-Id: I3eb9cb6495cc53a415b3c99753a43173faf40279

TBR=kjharland@google.com,joshuaseaton@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: Ic5418dfde01b09a68aa228708201c8b00be0f1b3
2 files changed
tree: 42d4453afa0b86237ef99538577584751fe5b4c8
  1. botanist/
  2. cmd/
  3. fuchsia/
  4. gerrit-policy/
  5. netboot/
  6. ninjalog/
  7. pdu/
  8. qemu/
  9. retry/
  10. secrets/
  11. serial/
  12. telnet/
  13. tftp/
  14. .gitignore
  15. AUTHORS
  16. go.mod
  17. go.sum
  18. Gopkg.lock
  19. Gopkg.toml
  20. LICENSE
  21. MAINTAINERS
  22. manifest
  23. PATENTS
  24. 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}