diff options
author | Sascha Grunert <sgrunert@redhat.com> | 2021-07-20 12:20:43 +0200 |
---|---|---|
committer | Sascha Grunert <sgrunert@redhat.com> | 2021-07-30 14:53:55 +0200 |
commit | 732ece6ae264ea04a8ab8775275ce75432a35fcb (patch) | |
tree | 9001e6eb494b137e788ad076fe202bf3fad647ca /go.mod | |
parent | a5de8314188d7376f645d8ac6c6f7a6f685b6a45 (diff) | |
download | podman-732ece6ae264ea04a8ab8775275ce75432a35fcb.tar.gz podman-732ece6ae264ea04a8ab8775275ce75432a35fcb.tar.bz2 podman-732ece6ae264ea04a8ab8775275ce75432a35fcb.zip |
Add `--accept-repositories` integration tests
This adds the integration tests for the repository or namespaced
registry feature introduced in c/common.
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
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 |