aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/testdata/indirect/primarymod/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'internal/lsp/testdata/indirect/primarymod/go.mod')
-rw-r--r--internal/lsp/testdata/indirect/primarymod/go.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/lsp/testdata/indirect/primarymod/go.mod b/internal/lsp/testdata/indirect/primarymod/go.mod
index 2e5dc1384..cfc9f7217 100644
--- a/internal/lsp/testdata/indirect/primarymod/go.mod
+++ b/internal/lsp/testdata/indirect/primarymod/go.mod
@@ -1,5 +1,5 @@
module indirect
go 1.12
-
-require golang.org/x/tools v0.0.0-20191219192050-56b0b28a00f7 // indirect
+//@diag("// indirect", "go mod tidy", "example.com/extramodule should be a direct dependency.", "warning"),suggestedfix("// indirect")
+require example.com/extramodule v1.0.0 // indirect