1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-12-04 10:34:55 +02:00
lazygit/pkg/app
Jesse Duffield 975d2bedb6 Remove secureexec package
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.
2023-07-30 19:59:51 +10:00
..
daemon Remove secureexec package 2023-07-30 19:59:51 +10:00
types move code from main into app package to allow test to be injected 2022-08-13 13:55:08 +10:00
app.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
entry_point.go Remove secureexec package 2023-07-30 19:59:51 +10:00
errors.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00