[amt] Update Gopkg.lock to pull the correct version of github.com/xinsnake/go-http-digest-auth-client

Bug: IN-353 #comment

Change-Id: I53bf9ec351714a04f29ed1c7f8bb72a1a62826f4
1 file changed
tree: 100c11f69adeba3dc0382524d58803b849f1771a
  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. Gopkg.lock
  17. Gopkg.toml
  18. LICENSE
  19. MAINTAINERS
  20. manifest
  21. PATENTS
  22. 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}