Skip to content

Commit f08e640

Browse files
committed
Lock down gofuzz in deps
1 parent 0ce4268 commit f08e640

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

hack/unwanted-dependencies.json

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"github.com/golang/mock": "unmaintained, archive mode",
2828
"github.com/golang/protobuf": "replace with google.golang.org/protobuf",
2929
"github.com/golang/groupcache": "unmaintained",
30-
"github.com/google/gofuzz": "unmaintained, archive mode",
30+
"github.com/google/gofuzz": "unmaintained, use sigs.k8s.io/randfill",
3131
"github.com/google/s2a-go": "cloud dependency, unstable",
3232
"github.com/google/shlex": "unmaintained, archive mode",
3333
"github.com/googleapis/enterprise-certificate-proxy": "references cloud dependencies",
@@ -183,17 +183,7 @@
183183
"sigs.k8s.io/apiserver-network-proxy/konnectivity-client"
184184
],
185185
"github.com/google/gofuzz": [
186-
"github.com/json-iterator/go",
187-
"k8s.io/apiextensions-apiserver",
188-
"k8s.io/apimachinery",
189-
"k8s.io/apiserver",
190-
"k8s.io/client-go",
191-
"k8s.io/code-generator",
192-
"k8s.io/kube-aggregator",
193-
"k8s.io/kube-openapi",
194-
"k8s.io/kubernetes",
195-
"k8s.io/sample-apiserver",
196-
"sigs.k8s.io/structured-merge-diff/v4"
186+
"github.com/json-iterator/go"
197187
],
198188
"github.com/google/shlex": [
199189
"sigs.k8s.io/kustomize/api",
@@ -284,7 +274,6 @@
284274
"github.com/davecgh/go-spew",
285275
"github.com/gogo/protobuf",
286276
"github.com/golang/protobuf",
287-
"github.com/google/gofuzz",
288277
"github.com/google/shlex",
289278
"github.com/gregjones/httpcache",
290279
"github.com/grpc-ecosystem/go-grpc-prometheus",

test/e2e/framework/.import-restrictions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ rules:
4646
"github.com/google/gnostic-models/openapiv3",
4747
"github.com/google/go-cmp/cmp",
4848
"github.com/google/go-cmp/cmp/cmpopts",
49-
"github.com/google/gofuzz",
5049
"github.com/google/uuid",
5150
"github.com/imdario/mergo",
5251
"github.com/prometheus/client_golang/",

0 commit comments

Comments
 (0)