You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: internal/doc/api.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -969,28 +969,28 @@
969
969
"Default": false
970
970
},
971
971
{
972
-
"FileType": "go.mod",
972
+
"FileType": "gno.mod",
973
973
"Lens": "run_govulncheck",
974
974
"Title": "Run govulncheck",
975
975
"Doc": "\nThis codelens source annotates the `module` directive in a\ngo.mod file with a command to run Govulncheck.\n\n[Govulncheck](https://go.dev/blog/vuln) is a static\nanalysis tool that computes the set of functions reachable\nwithin your application, including dependencies;\nqueries a database of known security vulnerabilities; and\nreports any potential problems it finds.\n",
976
976
"Default": false
977
977
},
978
978
{
979
-
"FileType": "go.mod",
979
+
"FileType": "gno.mod",
980
980
"Lens": "tidy",
981
981
"Title": "Tidy go.mod file",
982
982
"Doc": "\nThis codelens source annotates the `module` directive in a\ngo.mod file with a command to run [`go mod\ntidy`](https://go.dev/ref/mod#go-mod-tidy), which ensures\nthat the go.mod file matches the source code in the module.\n",
983
983
"Default": true
984
984
},
985
985
{
986
-
"FileType": "go.mod",
986
+
"FileType": "gno.mod",
987
987
"Lens": "upgrade_dependency",
988
988
"Title": "Update dependencies",
989
989
"Doc": "\nThis codelens source annotates the `module` directive in a\ngo.mod file with commands to:\n\n- check for available upgrades,\n- upgrade direct dependencies, and\n- upgrade all dependencies transitively.\n",
990
990
"Default": true
991
991
},
992
992
{
993
-
"FileType": "go.mod",
993
+
"FileType": "gno.mod",
994
994
"Lens": "vendor",
995
995
"Title": "Update vendor directory",
996
996
"Doc": "\nThis codelens source annotates the `module` directive in a\ngo.mod file with a command to run [`go mod\nvendor`](https://go.dev/ref/mod#go-mod-vendor), which\ncreates or updates the directory named `vendor` in the\nmodule root so that it contains an up-to-date copy of all\nnecessary package dependencies.\n",
0 commit comments