diff options
author | Miloslav Trmač <mitr@redhat.com> | 2022-05-19 22:24:49 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2022-05-19 22:24:49 +0200 |
commit | fb219a80976637489f7a87f0cbb8d3c8a1f4ca16 (patch) | |
tree | d81596a5fce75f9ac01f51b0653f8cdbe902ea13 /go.mod | |
parent | 913caaa9b1de2b63692c9bae15120208194c9eb3 (diff) | |
download | podman-fb219a80976637489f7a87f0cbb8d3c8a1f4ca16.tar.gz podman-fb219a80976637489f7a87f0cbb8d3c8a1f4ca16.tar.bz2 podman-fb219a80976637489f7a87f0cbb8d3c8a1f4ca16.zip |
Update c/image
... to bring in github.com/proglottis/gpgme 0.1.2 , and test
its new use of pkg-config to find gpgme.
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ require ( github.com/containers/buildah v1.26.1 github.com/containers/common v0.48.1-0.20220512112240-7536bf6ff9b1 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.21.2-0.20220511203756-fe4fd4ed8be4 + github.com/containers/image/v5 v5.21.2-0.20220519193817-1e26896b8059 github.com/containers/ocicrypt v1.1.4-0.20220428134531-566b808bdf6f github.com/containers/psgo v1.7.2 github.com/containers/storage v1.41.1-0.20220511210719-cacc3325a9c8 |