vendor: update version of go/packages to 0.1.11 (#3053)

The current version we use now crashes with go1.19:

https://github.com/golang/go/issues/45584
This commit is contained in:
Alessandro Arzilli
2022-07-05 19:04:48 +02:00
committed by GitHub
parent ff3370e676
commit 0764cc3aa0
40 changed files with 734 additions and 854 deletions

View File

@ -67,7 +67,6 @@ Most tools should pass their command-line arguments (after any flags)
uninterpreted to the loader, so that the loader can interpret them
according to the conventions of the underlying build system.
See the Example function for typical usage.
*/
package packages // import "golang.org/x/tools/go/packages"