update to latest dependencies

This commit is contained in:
Mechiel Lukkien
2024-10-04 09:44:59 +02:00
parent 9a4fa8633f
commit 98d0ff22bb
48 changed files with 6775 additions and 1091 deletions

View File

@ -82,7 +82,7 @@ type DriverResponse struct {
type driver func(cfg *Config, patterns ...string) (*DriverResponse, error)
// findExternalDriver returns the file path of a tool that supplies
// the build system package structure, or "" if not found."
// the build system package structure, or "" if not found.
// If GOPACKAGESDRIVER is set in the environment findExternalTool returns its
// value, otherwise it searches for a binary named gopackagesdriver on the PATH.
func findExternalDriver(cfg *Config) driver {