diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-06-25 08:20:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-25 08:20:38 -0400 |
commit | b4767817012a3aedaf05dc7a32bd823fcd3776f4 (patch) | |
tree | 2fa1c72aaecad072f3ea4b3283fed20e245c071e /go.mod | |
parent | 2d191968b513d327e39376bf8fadd2b4267d15a2 (diff) | |
parent | f95b0995e521e252af52edaf57a31241d364e3d8 (diff) | |
download | podman-b4767817012a3aedaf05dc7a32bd823fcd3776f4.tar.gz podman-b4767817012a3aedaf05dc7a32bd823fcd3776f4.tar.bz2 podman-b4767817012a3aedaf05dc7a32bd823fcd3776f4.zip |
Merge pull request #10774 from vrothberg/registries
remove `pkg/registries`
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 - github.com/containers/common v0.40.2-0.20210623133759-d13a31743aec + github.com/containers/common v0.40.2-0.20210624120009-b1d3c4dc2515 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.13.2 github.com/containers/ocicrypt v1.1.1 |