diff options
author | Valentin Rothberg <rothberg@redhat.com> | 2022-01-20 16:56:20 +0100 |
---|---|---|
committer | Valentin Rothberg <rothberg@redhat.com> | 2022-01-20 16:56:20 +0100 |
commit | e22b9889d640b2db9a896a97e08c7fbe13563481 (patch) | |
tree | 154df7a41d07adf8e3acc095b2fbdd713a6fadeb /go.mod | |
parent | 206e57e5b012ae03315dfb84735d034dd9cfd26e (diff) | |
download | podman-e22b9889d640b2db9a896a97e08c7fbe13563481.tar.gz podman-e22b9889d640b2db9a896a97e08c7fbe13563481.tar.bz2 podman-e22b9889d640b2db9a896a97e08c7fbe13563481.zip |
vendor c/psgo@v1.7.2
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
@@ -16,7 +16,7 @@ require ( github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.18.0 github.com/containers/ocicrypt v1.1.2 - github.com/containers/psgo v1.7.1 + github.com/containers/psgo v1.7.2 github.com/containers/storage v1.38.0 github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 |