aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-03-21 22:37:19 +0100
committerMichael Muré <batolettre@gmail.com>2021-03-21 22:37:19 +0100
commit9434d2ea5c6da5e856d0bbb02046a5886dfaa600 (patch)
treee4e34fab94fbad2fc54290d1da490b84a4ba9932 /go.mod
parent52df5a1f1199d085b2bb10fb7ed5599dcb8307c4 (diff)
downloadgit-bug-9434d2ea5c6da5e856d0bbb02046a5886dfaa600.tar.gz
repo: fix security issue that could lead to arbitrary code execution
see https://blog.golang.org/path-security for details
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 1f8ea230..8f3d418e 100644
--- a/go.mod
+++ b/go.mod
@@ -37,7 +37,7 @@ require (
golang.org/x/net v0.0.0-20201024042810-be3efd7ff127 // indirect
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208
- golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
+ golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4
golang.org/x/text v0.3.5
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
google.golang.org/appengine v1.6.7 // indirect