diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2021-05-05 15:43:50 +0200 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2021-05-20 12:33:09 +0200 |
commit | 8352e5bc3b280ecc0e9be45e6911fd6f8b9b45f0 (patch) | |
tree | 5f2e2a2b12287cb3f212ead4fed8d9cd17cbb9be /go.mod | |
parent | 49a99be5b6bd50aa0e7b4cf53ec042b0ffd9edf2 (diff) | |
download | podman-8352e5bc3b280ecc0e9be45e6911fd6f8b9b45f0.tar.gz podman-8352e5bc3b280ecc0e9be45e6911fd6f8b9b45f0.tar.bz2 podman-8352e5bc3b280ecc0e9be45e6911fd6f8b9b45f0.zip |
add libimage events
libimage now supports events which `libpod.Runtime` now uses for image
events.
Signed-off-by: Valentin Rothberg <rothberg@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.20.2-0.20210519094241-c3a3fe847ee1 - github.com/containers/common v0.38.4-0.20210519112800-40a1e9ee42fb + github.com/containers/common v0.38.4 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.12.0 github.com/containers/ocicrypt v1.1.1 |