diff options
author | Máximo Cuadros <mcuadros@gmail.com> | 2021-04-17 00:15:48 +0200 |
---|---|---|
committer | Máximo Cuadros <mcuadros@gmail.com> | 2021-04-17 00:15:48 +0200 |
commit | 9618dbb80cfb6d862e531c4e1272d8280ce71e1d (patch) | |
tree | b30b878c495202e63af653dcd87910cbb23de809 /go.mod | |
parent | 77e7ef99c8cadc8ba769c1971a3acc8d7844adb0 (diff) | |
download | go-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |