summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-16 10:45:49 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-16 10:59:49 +0200
commitf688c161fb9c3f8fc59310fdbe8d4b6421d47664 (patch)
tree73c8433840ba64313d3d7b4070bbbf9164fd5aab /go.mod
parent9efeb1cf290509caa4b0e3c206fe72d194d76a1e (diff)
downloadpodman-f688c161fb9c3f8fc59310fdbe8d4b6421d47664.tar.gz
podman-f688c161fb9c3f8fc59310fdbe8d4b6421d47664.tar.bz2
podman-f688c161fb9c3f8fc59310fdbe8d4b6421d47664.zip
vendor golang.org/x/text@v0.3.3
Fixes: CVE-2020-14040 Fixes: bugzilla.redhat.com/show_bug.cgi?id=1854718 Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
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 27e7678d6..ed040e0bf 100644
--- a/go.mod
+++ b/go.mod
@@ -62,6 +62,7 @@ require (
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
golang.org/x/sys v0.0.0-20200519105757-fe76b779f299
+ golang.org/x/text v0.3.3 // indirect
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.5
k8s.io/apimachinery v0.18.5