From e166e0b17f92e819ef502540520694c6bd4b8e13 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Tue, 19 Oct 2021 14:01:46 +0200 Subject: [PATCH] WIP - vendor c/common Testing changes for github.com/containers/podman/issues/11964 in Buildah Signed-off-by: Valentin Rothberg --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 3c6a1e64170..763f45d4fcd 100644 --- a/go.mod +++ b/go.mod @@ -44,3 +44,5 @@ require ( ) replace github.com/sirupsen/logrus => github.com/sirupsen/logrus v1.4.2 + +replace github.com/containers/common => github.com/vrothberg/common fix-podman-11964