summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorValentin Rothberg <vrothberg@redhat.com>2022-08-27 13:40:50 +0200
committerValentin Rothberg <vrothberg@redhat.com>2022-08-27 13:40:50 +0200
commit0ee9a3129b312e0a40b2e78e97ee356205495333 (patch)
treee6d77666fb0f3535924f8460a07dd35bfb93a096 /go.mod
parent36cf6f572a360af91bf261936b6ed6849f355478 (diff)
downloadpodman-0ee9a3129b312e0a40b2e78e97ee356205495333.tar.gz
podman-0ee9a3129b312e0a40b2e78e97ee356205495333.tar.bz2
podman-0ee9a3129b312e0a40b2e78e97ee356205495333.zip
podman rmi: emit untag events
Emit untag events for each tag when removing an image. Fixes: #15485 Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index ba5544907..71e4a2db0 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/containernetworking/cni v1.1.2
github.com/containernetworking/plugins v1.1.1
github.com/containers/buildah v1.27.0
- github.com/containers/common v0.49.2-0.20220823130605-72a7da3358ac
+ github.com/containers/common v0.49.2-0.20220826180622-c2dcb4e70340
github.com/containers/conmon v2.0.20+incompatible
github.com/containers/image/v5 v5.22.0
github.com/containers/ocicrypt v1.1.5