diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-06-28 20:09:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 20:09:21 +0000 |
commit | 653e87dd4c6103e91724e5aa6afa4c78c2ae1922 (patch) | |
tree | 9e26c69ba70aa76b9983a2e3ba8778b5923c52c1 /go.mod | |
parent | f0e8904e0d185e32d44496d8714fbda8e75e04f7 (diff) | |
parent | 2ee9fe4cbdf6d2ac2602bc220150b777c3010559 (diff) | |
download | podman-653e87dd4c6103e91724e5aa6afa4c78c2ae1922.tar.gz podman-653e87dd4c6103e91724e5aa6afa4c78c2ae1922.tar.bz2 podman-653e87dd4c6103e91724e5aa6afa4c78c2ae1922.zip |
Merge pull request #14754 from vrothberg/fix-14669
vendor containers/common
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.1 github.com/containernetworking/plugins v1.1.1 github.com/containers/buildah v1.26.1-0.20220609225314-e66309ebde8c - github.com/containers/common v0.48.1-0.20220627112538-97d9656daba8 + github.com/containers/common v0.48.1-0.20220628131511-a8336c1613fe github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.21.2-0.20220617075545-929f14a56f5c github.com/containers/ocicrypt v1.1.5 |