]> Cypherpunks repositories - gostls13.git/commit
[dev.cmdgo] cmd: pull in x/mod on the dev.cmdgo branch
authorMichael Matloob <matloob@golang.org>
Fri, 30 Apr 2021 22:09:01 +0000 (18:09 -0400)
committerMichael Matloob <matloob@golang.org>
Mon, 26 Jul 2021 21:11:47 +0000 (21:11 +0000)
commit3cd15e02ed26d86556cb59ff509a1f5a08bca29e
tree0ad40a6ff140b6174f3e9dcaa9410b17bd537e40
parenta627fcd3c4fdacdc9bbcccdb926e4804ca6d6815
[dev.cmdgo] cmd: pull in x/mod on the dev.cmdgo branch

This change changes the requirement on golang.org/x/mod to require the
top of the dev.cmdgo branch of that repository. This allows the code
on this branch to use the changes on the branch on that repo for parsing
go.work files. It also vendors in those changes using go mod vendor.

Generated using:
  go get -d golang.org/x/mod@dev.cmdgo
  go mod tidy
  go mod vendor

For #45713

Change-Id: I7a20835937c13f90d17c0f39d96b435daec89fba
Reviewed-on: https://go-review.googlesource.com/c/go/+/334933
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/modfile/rule.go
src/cmd/vendor/golang.org/x/mod/modfile/work.go [new file with mode: 0644]
src/cmd/vendor/modules.txt