]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modload: do not disable Query for -mod=readonly
authorBryan C. Mills <bcmills@google.com>
Thu, 9 Jan 2020 14:39:48 +0000 (09:39 -0500)
committerBryan C. Mills <bcmills@google.com>
Thu, 9 Jan 2020 17:52:05 +0000 (17:52 +0000)
commitcec535b7b747cee83b5ab285887f3fd2dcebdc1b
treedbf696fc5afbe3e618ab018b2ecbb9d916b27231
parent957259b7e2c40cf9955469ce93b35bdc0289e942
cmd/go/internal/modload: do not disable Query for -mod=readonly

'go list -m' allows explicit module@version arguments,
which it resolves (using Query) but does not add to the build list.
Similarly, 'go list -u' resolves versions without modifying the build list.

These explicit operations should be allowed even when '-mod=readonly' is set.

Updates #36478

'go list' and 'go mod download' do not

Change-Id: I5d2735729ad573635b9c1902d5d3a8bd960b8a76
Reviewed-on: https://go-review.googlesource.com/c/go/+/214077
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
src/cmd/go/internal/modload/query.go
src/cmd/go/testdata/script/mod_readonly.txt