summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-11-15 11:48:28 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2021-11-15 14:36:23 -0500
commit364b242b70d9593e782a3d099bfc4ba04d8b3a2d (patch)
treebf35595c2a4841297904b517ea5ff2f3bad167fc /go.mod
parentcca6df428cb9ce187ae1341740ac1137c7a67a75 (diff)
downloadpodman-364b242b70d9593e782a3d099bfc4ba04d8b3a2d.tar.gz
podman-364b242b70d9593e782a3d099bfc4ba04d8b3a2d.tar.bz2
podman-364b242b70d9593e782a3d099bfc4ba04d8b3a2d.zip
Set config environment variables early in Podman init
Fixes: https://github.com/containers/podman/issues/12296 [NO NEW TESTS NEEDED] because there is no easy way to test this. Tests are in containers/common. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 05ad8990b..32d1d4b85 100644
--- a/go.mod
+++ b/go.mod
@@ -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