mirror of
https://github.com/golang/go
synced 2024-11-18 11:04:42 -07:00
internal/lsp: fix go.mod.golden test file to have sorted mod names
This change is generated whenever you run go test . --golden to generate updated golden files. Commiting it so it doesn't show up in other CLs. The module names are now sorted and hence this change shouldn't happen again. Change-Id: I5d6c44d9a4f3ca24e336afad301136af7123eef7 Reviewed-on: https://go-review.googlesource.com/c/tools/+/245997 Reviewed-by: Heschi Kreinick <heschi@google.com> Run-TryBot: Danish Dua <danishdua@google.com>
This commit is contained in:
parent
fe6bb45d21
commit
1ac65761fe
@ -1,10 +1,3 @@
|
||||
-- suggestedfix_main_7_2 --
|
||||
module missingdep
|
||||
|
||||
go 1.12
|
||||
|
||||
require example.com/extramodule v1.0.0
|
||||
|
||||
-- suggestedfix_hello_6_2 --
|
||||
module missingdep
|
||||
|
||||
@ -12,3 +5,10 @@ go 1.12
|
||||
|
||||
require example.com/extramodule v1.0.0
|
||||
|
||||
-- suggestedfix_main_7_2 --
|
||||
module missingdep
|
||||
|
||||
go 1.12
|
||||
|
||||
require example.com/extramodule v1.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user