diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2021-08-01 11:25:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 11:25:17 +0000 |
commit | 42442887166954ac1cf54c0ce6c45475f37e69ec (patch) | |
tree | 061a1cb9f095a0b4e2ca58a5e23a05b90f0aa2cd /go.mod | |
parent | 5733cd222e8e268f61650ff8e52082afb39b8f04 (diff) | |
parent | 732ece6ae264ea04a8ab8775275ce75432a35fcb (diff) | |
download | podman-42442887166954ac1cf54c0ce6c45475f37e69ec.tar.gz podman-42442887166954ac1cf54c0ce6c45475f37e69ec.tar.bz2 podman-42442887166954ac1cf54c0ce6c45475f37e69ec.zip |
Merge pull request #11054 from saschagrunert/login-logout-path-tests
Add `--accept-repositories` integration tests
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ require ( github.com/containernetworking/cni v0.8.1 github.com/containernetworking/plugins v0.9.1 github.com/containers/buildah v1.21.1-0.20210721171232-54cafea4c933 - github.com/containers/common v0.41.1-0.20210721172332-291287e9d060 + github.com/containers/common v0.41.1-0.20210730122913-cd6c45fd20e3 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.14.0 github.com/containers/ocicrypt v1.1.2 |