diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-07-16 10:42:57 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-07-16 10:43:47 +0200 |
commit | 185d9effdb846282afcd425aeade53efe8b18a9d (patch) | |
tree | fdc52e54270183808d7143a9887a89f16f2a4a05 /go.mod | |
parent | 2a36096b5006513d148153b823a13519691eb8d7 (diff) | |
download | podman-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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |