From 76f5100be51544fe8e83d718f57c86102caee1c1 Mon Sep 17 00:00:00 2001 From: Valentin Rothberg Date: Mon, 6 Dec 2021 08:34:50 +0100 Subject: vendor c/common@main Update the `--filter reference=...` tests to reflect recent changes in c/common. The reference values now match as specified without implicitly adding wildcards arounds. Fixes: #11905 Signed-off-by: Valentin Rothberg --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2bdb97244..081bf8f91 100644 --- a/go.mod +++ b/go.mod @@ -12,9 +12,9 @@ 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.20211202172647-e77d74bd1976 + github.com/containers/common v0.46.1-0.20211205182721-515a2805e7b9 github.com/containers/conmon v2.0.20+incompatible - github.com/containers/image/v5 v5.17.1-0.20211129144953-4f6d0b45be6c + github.com/containers/image/v5 v5.17.1-0.20211201214147-603ec1341d58 github.com/containers/ocicrypt v1.1.2 github.com/containers/psgo v1.7.1 github.com/containers/storage v1.37.1-0.20211130181259-1a158c89a518 -- cgit v1.2.3-54-g00ecf