From f238167408949e269066137b29f8729f9ff39d9e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sat, 15 Apr 2023 13:03:12 +0200 Subject: [PATCH] go.mod: add comment explaining go-fuzz-headers replace rule Signed-off-by: Sebastiaan van Stijn --- go.mod | 4 +++- integration/client/go.mod | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index d31a425da..f418aaefd 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/containerd/containerd go 1.19 require ( - github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 + github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // replaced; see replace rules for actual version used. github.com/AdamKorcz/go-118-fuzz-build v0.0.0-20221215162035-5330a85ea652 github.com/Microsoft/go-winio v0.6.1-0.20230228163719-dd5de6900b62 github.com/Microsoft/hcsshim v0.10.0-rc.7 @@ -140,4 +140,6 @@ require ( sigs.k8s.io/yaml v1.3.0 // indirect ) +// Fork will be merged later but may impact other go-fuzz-headers consumers: +// https://github.com/containerd/containerd/pull/7957#pullrequestreview-1244814968 replace github.com/AdaLogics/go-fuzz-headers => github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230111232327-1f10f66a31bf diff --git a/integration/client/go.mod b/integration/client/go.mod index 548b3f758..d2fa7c02c 100644 --- a/integration/client/go.mod +++ b/integration/client/go.mod @@ -3,7 +3,7 @@ module github.com/containerd/containerd/integration/client go 1.19 require ( - github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 + github.com/AdaLogics/go-fuzz-headers v0.0.0-20230106234847-43070de90fa1 // replaced; see replace rules for actual version used. github.com/Microsoft/hcsshim v0.10.0-rc.7 github.com/Microsoft/hcsshim/test v0.0.0-20210408205431-da33ecd607e1 github.com/containerd/cgroups/v3 v3.0.1 @@ -73,4 +73,6 @@ require ( // resolution if newer. replace github.com/containerd/containerd => ../../ +// Fork will be merged later but may impact other go-fuzz-headers consumers: +// https://github.com/containerd/containerd/pull/7957#pullrequestreview-1244814968 replace github.com/AdaLogics/go-fuzz-headers => github.com/AdamKorcz/go-fuzz-headers-1 v0.0.0-20230111232327-1f10f66a31bf