go.mod: add comment explaining go-fuzz-headers replace rule
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
ec9e74ed92
commit
f238167408
4
go.mod
4
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user