This is the same change as in CL 144917, but applied to a nearby line.
For #28374.
Change-Id: I6e1693d3a14e2517d863d1052a06c1156fc1edd4
Reviewed-on: https://go-review.googlesource.com/c/go/+/263437
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
// like in Go imports:
//
// require (
-// new/thing v2.3.4
+// new/thing/v2 v2.3.4
// old/thing v1.2.3
// )
//
like in Go imports:
require (
- new/thing v2.3.4
+ new/thing/v2 v2.3.4
old/thing v1.2.3
)