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 /vendor | |
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 'vendor')
-rw-r--r-- | vendor/github.com/containers/common/version/version.go | 2 | ||||
-rw-r--r-- | vendor/modules.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/containers/common/version/version.go b/vendor/github.com/containers/common/version/version.go index cebd5f20a..f6f6d1608 100644 --- a/vendor/github.com/containers/common/version/version.go +++ b/vendor/github.com/containers/common/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.38.4-dev" +const Version = "0.38.4" diff --git a/vendor/modules.txt b/vendor/modules.txt index 61eaf9dcd..34724ac90 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -91,7 +91,7 @@ github.com/containers/buildah/pkg/overlay github.com/containers/buildah/pkg/parse github.com/containers/buildah/pkg/rusage github.com/containers/buildah/util -# github.com/containers/common v0.38.4-0.20210519112800-40a1e9ee42fb +# github.com/containers/common v0.38.4 github.com/containers/common/libimage github.com/containers/common/libimage/manifests github.com/containers/common/pkg/apparmor |