diff options
author | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-24 10:35:36 +0200 |
---|---|---|
committer | Valentin Rothberg <vrothberg@redhat.com> | 2022-05-24 16:07:38 +0200 |
commit | d924c46dae55a8846f33ca3346f5c816df9fbf0d (patch) | |
tree | 48deecf04d7e0655dbabb44edad46c81d44892de /go.mod | |
parent | 8af98b342d69a1d4e865339d51448218eecaa995 (diff) | |
download | podman-d924c46dae55a8846f33ca3346f5c816df9fbf0d.tar.gz podman-d924c46dae55a8846f33ca3346f5c816df9fbf0d.tar.bz2 podman-d924c46dae55a8846f33ca3346f5c816df9fbf0d.zip |
autocomplete `podman search --filter`
Signed-off-by: Valentin Rothberg <vrothberg@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 v1.1.0 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.26.1 - github.com/containers/common v0.48.1-0.20220512112240-7536bf6ff9b1 + github.com/containers/common v0.48.1-0.20220523155016-2fd37da97824 github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.21.2-0.20220519193817-1e26896b8059 github.com/containers/ocicrypt v1.1.4-0.20220428134531-566b808bdf6f |