mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-10 04:07:18 +02:00
975d2bedb6
From the go 1.19 release notes: Command and LookPath no longer allow results from a PATH search to be found relative to the current directory. This removes a common source of security problems but may also break existing programs that depend on using, say, exec.Command("prog") to run a binary named prog (or, on Windows, prog.exe) in the current directory. See the os/exec package documentation for information about how best to update such programs. |
||
---|---|---|
.. | ||
cmd_obj_builder.go | ||
cmd_obj_runner_default.go | ||
cmd_obj_runner_test.go | ||
cmd_obj_runner_win.go | ||
cmd_obj_runner.go | ||
cmd_obj_test.go | ||
cmd_obj.go | ||
copy.go | ||
dummies.go | ||
fake_cmd_obj_runner.go | ||
gui_io.go | ||
os_default_platform.go | ||
os_default_test.go | ||
os_test.go | ||
os_windows_test.go | ||
os_windows.go | ||
os.go |