]> Cypherpunks repositories - gostls13.git/commit
cmd: update requirement on golang.org/x/mod
authorMichael Matloob <matloob@golang.org>
Fri, 27 Aug 2021 16:42:38 +0000 (12:42 -0400)
committerMichael Matloob <matloob@golang.org>
Fri, 27 Aug 2021 18:01:06 +0000 (18:01 +0000)
commit94f2a03951ed1534ebd6b13392b87d8b8b807e20
tree3f515e923401ec426ca210706d26a604b6167e42
parent6a35e075126f4f78d50f236856fc5ba759616ee7
cmd: update requirement on golang.org/x/mod

Commands run:
  go get golang.org/x/mod@master
  go mod vendor
  go mod tidy

This change pulls in the x/mod on master. Before it was pulled in on
the dev.cmdgo branch of x/mod, but now that the workspace changes have
been pulled into x/mod, we can change the requirement back on to the
main branch.

Change-Id: I296799a87ecc08ba17c0722e955f000426b105ef
Reviewed-on: https://go-review.googlesource.com/c/go/+/345390
Trust: Michael Matloob <matloob@golang.org>
Run-TryBot: Michael Matloob <matloob@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go.mod
src/cmd/go.sum
src/cmd/vendor/golang.org/x/mod/module/module.go
src/cmd/vendor/golang.org/x/mod/zip/zip.go
src/cmd/vendor/modules.txt