diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-08 12:54:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 12:54:41 +0200 |
commit | cc6a77cc88bb997080f773d93d420025ce92da1d (patch) | |
tree | 0bd6781ada70e35a1629821a225a4683ac5b5384 /go.mod | |
parent | ab518cdba02b85a32d3c2bce4c0b65dcdea4dfcc (diff) | |
parent | 45f731aa493f8e98e81dc0f3adc8ec80cf494567 (diff) | |
download | podman-cc6a77cc88bb997080f773d93d420025ce92da1d.tar.gz podman-cc6a77cc88bb997080f773d93d420025ce92da1d.tar.bz2 podman-cc6a77cc88bb997080f773d93d420025ce92da1d.zip |
Merge pull request #6078 from QiWang19/auth-common
auth pkg support emtpy argument & enable login test
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ require ( github.com/containernetworking/cni v0.7.2-0.20200304161608-4fae32b84921 github.com/containernetworking/plugins v0.8.5 github.com/containers/buildah v1.14.9-0.20200501175434-42a48f9373d9 - github.com/containers/common v0.10.0 + github.com/containers/common v0.11.0 github.com/containers/conmon v2.0.14+incompatible github.com/containers/image/v5 v5.4.3 github.com/containers/psgo v1.5.0 |