summaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-30 19:33:20 +1000
committerJesse Duffield <jessedduffield@gmail.com>2023-07-30 19:59:51 +1000
commit975d2bedb67c0c87203cfc7bdf2cd67d6d40d0f3 (patch)
tree8e208fc96d560ab50a8c450a337eaa29b7db0246 /go.mod
parent5c7839429909c411504351da8c1b204b3f5fa2f2 (diff)
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.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 0a9d911ea..13da2bd89 100644
--- a/go.mod
+++ b/go.mod
@@ -1,12 +1,11 @@
module github.com/jesseduffield/lazygit
-go 1.18
+go 1.20
require (
github.com/OpenPeeDeeP/xdg v1.0.0
github.com/atotto/clipboard v0.1.4
github.com/aybabtme/humanlog v0.4.1
- github.com/cli/safeexec v1.0.0
github.com/cloudfoundry/jibber_jabber v0.0.0-20151120183258-bcc4c8345a21
github.com/creack/pty v1.1.11
github.com/fsmiamoto/git-todo-parser v0.0.5