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 /go.mod | |
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 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ require ( github.com/opencontainers/runtime-spec v0.1.2-0.20190618234442-a950415649c7 github.com/opencontainers/runtime-tools v0.9.0 github.com/opencontainers/selinux v1.3.0 - github.com/openshift/api v3.9.1-0.20190810003144-27fb16909b15+incompatible // indirect github.com/opentracing/opentracing-go v1.1.0 github.com/pkg/errors v0.9.0 github.com/pkg/profile v1.4.0 // indirect |