]> Cypherpunks repositories - gostls13.git/commit
cmd/go: test that graph, verify, and why don't write go.mod or go.sum
authorJay Conrod <jayconrod@google.com>
Wed, 22 Sep 2021 23:16:16 +0000 (16:16 -0700)
committerJay Conrod <jayconrod@google.com>
Fri, 24 Sep 2021 17:52:54 +0000 (17:52 +0000)
commit584afc29289c2f1a204daa39f44a4a4afbacb741
tree0a38a92c5f98617837e8676991a044075273f230
parentd5d3f80013fa9c4fda5ed2fd3d04868dd212ff8d
cmd/go: test that graph, verify, and why don't write go.mod or go.sum

They should also not report an error if these files need to be
updated. These commands are used for debugging, so it's important that
they still work when go.mod and go.sum are incomplete.

For #40775

Change-Id: I1b731599e5a4510f47827b9812525636a7402bf4
Reviewed-on: https://go-review.googlesource.com/c/go/+/351468
Trust: Jay Conrod <jayconrod@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/go/testdata/script/mod_skip_write.txt [new file with mode: 0644]