diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-11-17 11:42:39 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 11:42:39 +0100 |
commit | bd6fbb190ba701ff77c084a36b05e64ba9884a78 (patch) | |
tree | d03e80d102c943c606b31087d194bdedd5ba62da /go.mod | |
parent | 802f26ef1039ea3a95c54fce53ea2ed99822e1c3 (diff) | |
parent | 364b242b70d9593e782a3d099bfc4ba04d8b3a2d (diff) | |
download | podman-bd6fbb190ba701ff77c084a36b05e64ba9884a78.tar.gz podman-bd6fbb190ba701ff77c084a36b05e64ba9884a78.tar.bz2 podman-bd6fbb190ba701ff77c084a36b05e64ba9884a78.zip |
Merge pull request #12303 from rhatdan/tmpdir
Set config environment variables early in Podman init
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.0.1 github.com/containernetworking/plugins v1.0.1 github.com/containers/buildah v1.23.1 - github.com/containers/common v0.46.1-0.20211110143743-73e7b462c358 + github.com/containers/common v0.46.1-0.20211115170340-7ae7bd1c3f8e github.com/containers/conmon v2.0.20+incompatible github.com/containers/image/v5 v5.16.1 github.com/containers/ocicrypt v1.1.2 |