summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-07-16 10:42:57 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-07-16 10:43:47 +0200
commit185d9effdb846282afcd425aeade53efe8b18a9d (patch)
treefdc52e54270183808d7143a9887a89f16f2a4a05 /go.mod
parent2a36096b5006513d148153b823a13519691eb8d7 (diff)
downloadpodman-185d9effdb846282afcd425aeade53efe8b18a9d.tar.gz
podman-185d9effdb846282afcd425aeade53efe8b18a9d.tar.bz2
podman-185d9effdb846282afcd425aeade53efe8b18a9d.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 50925bc1c..751385fe1 100644
--- a/go.mod
+++ b/go.mod
@@ -63,6 +63,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.4
k8s.io/apimachinery v0.18.4