aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2021-04-17 00:15:48 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2021-04-17 00:15:48 +0200
commit9618dbb80cfb6d862e531c4e1272d8280ce71e1d (patch)
treeb30b878c495202e63af653dcd87910cbb23de809 /go.mod
parent77e7ef99c8cadc8ba769c1971a3acc8d7844adb0 (diff)
downloadgo-git-9618dbb80cfb6d862e531c4e1272d8280ce71e1d.tar.gz
plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to improve path security
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 8e199ce..b48acd6 100644
--- a/go.mod
+++ b/go.mod
@@ -21,6 +21,7 @@ require (
github.com/xanzy/ssh-agent v0.3.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210326060303-6b1517762897
+ golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
golang.org/x/text v0.3.3
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
gopkg.in/warnings.v0 v0.1.2 // indirect