diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2020-01-21 15:57:47 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2020-01-21 19:13:52 +0100 |
commit | a0c5762fe886b9b2e0c73cb0639d18096f9c8ade (patch) | |
tree | 28f47560b9a2862b09210c6715a60b3cda79e402 /vendor/modules.txt | |
parent | fb2bd26f7331ee3a1ca9690d9c2960ccadebc68f (diff) | |
download | podman-a0c5762fe886b9b2e0c73cb0639d18096f9c8ade.tar.gz podman-a0c5762fe886b9b2e0c73cb0639d18096f9c8ade.tar.bz2 podman-a0c5762fe886b9b2e0c73cb0639d18096f9c8ade.zip |
go.mod: fix parse error
Fix the go.mod parsing error caused by updating openshift/api.
Fixes: #4728
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
Diffstat (limited to 'vendor/modules.txt')
-rw-r--r-- | vendor/modules.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/modules.txt b/vendor/modules.txt index ebac0089b..8fa756fbb 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -408,7 +408,7 @@ github.com/opencontainers/runtime-tools/validate # github.com/opencontainers/selinux v1.3.0 github.com/opencontainers/selinux/go-selinux github.com/opencontainers/selinux/go-selinux/label -# github.com/openshift/api v3.9.1-0.20190810003144-27fb16909b15+incompatible +# github.com/openshift/api v0.0.0-20200106203948-7ab22a2c8316 github.com/openshift/api/config/v1 # github.com/openshift/imagebuilder v1.1.1 github.com/openshift/imagebuilder |