Skip to content

Commit 4264bf6

Browse files
committed
remove github.com/google/gofuzz dependency
It is unused in our code and is archived upstream so get rid of it. Signed-off-by: Paul Holzinger <[email protected]>
1 parent e4e3ac0 commit 4264bf6

File tree

11 files changed

+0
-1121
lines changed

11 files changed

+0
-1121
lines changed

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ require (
3333
github.com/docker/go-plugins-helpers v0.0.0-20240701071450-45e2431495c8
3434
github.com/docker/go-units v0.5.0
3535
github.com/godbus/dbus/v5 v5.1.1-0.20241109141217-c266b19b28e9
36-
github.com/google/gofuzz v1.2.0
3736
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
3837
github.com/google/uuid v1.6.0
3938
github.com/gorilla/handlers v1.5.2

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,6 @@ github.com/google/go-containerregistry v0.20.2/go.mod h1:z38EKdKh4h7IP2gSfUUqEva
227227
github.com/google/go-intervals v0.0.2 h1:FGrVEiUnTRKR8yE04qzXYaJMtnIYqobR5QbblK3ixcM=
228228
github.com/google/go-intervals v0.0.2/go.mod h1:MkaR3LNRfeKLPmqgJYs4E66z5InYjmCjbbr4TQlcT6Y=
229229
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
230-
github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=
231-
github.com/google/gofuzz v1.2.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
232230
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2 h1:CVuJwN34x4xM2aT4sIKhmeib40NeBPhRihNjQmpJsA4=
233231
github.com/google/goterm v0.0.0-20200907032337-555d40f16ae2/go.mod h1:nOFQdrUlIlx6M6ODdSpBj1NVA+VgLC6kmw60mkw34H4=
234232
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad h1:a6HEuzUHeKH6hwfN/ZoQgRgVIWFJljSWa/zetS2WTvg=

pkg/k8s.io/apimachinery/pkg/util/intstr/instr_fuzz.go

Lines changed: 0 additions & 42 deletions
This file was deleted.

vendor/github.com/google/gofuzz/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

vendor/github.com/google/gofuzz/CONTRIBUTING.md

Lines changed: 0 additions & 67 deletions
This file was deleted.

vendor/github.com/google/gofuzz/LICENSE

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)