Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (100d)  pkgsrc-2023Q3 (179d) 

2024-06-07 08:52:54 UTC Now

2021-02-18 09:57:14 UTC MAIN commitmail json YAML

gopls: update to 0.6.5.

Show available upgrades for dependencies

gopls/v0.6.0 removed support for the code lenses that showed
available upgrades for dependencies. This behavior has now been
reintroduced, with an improved UI. Users must explicitly request
this information by clicking the "Check for upgrades" code lens
above the go.mod file's require block. Any module with available
upgrades will be highlighted with an informational diagnostic and
accepting its suggested fix will preform the upgrade.

(wiz)