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>
diff --git a/internal/lsp/testdata/missingdep/primarymod/go.mod.golden b/internal/lsp/testdata/missingdep/primarymod/go.mod.golden
index cc42c88..c4e6fd6 100644
--- a/internal/lsp/testdata/missingdep/primarymod/go.mod.golden
+++ b/internal/lsp/testdata/missingdep/primarymod/go.mod.golden
@@ -1,11 +1,11 @@
--- suggestedfix_main_7_2 --
+-- suggestedfix_hello_6_2 --
 module missingdep
 
 go 1.12
 
 require example.com/extramodule v1.0.0
 
--- suggestedfix_hello_6_2 --
+-- suggestedfix_main_7_2 --
 module missingdep
 
 go 1.12