File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8585 go test ./...
8686
8787fuzz : $(GO-FUZZ-BUILD )
88- $(GO-FUZZ-BUILD ) ./tests/fuzz/...
88+ # This is a hack because of this bug https://github.com/golang/go/issues/44129
89+ cd tests/fuzz; GOFLAGS=-mod=mod $(GO-FUZZ-BUILD ) ; cd ../../; go mod tidy
8990
9091clean :
9192 rm -rf dist
Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDD
347347github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815 /go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE =
348348github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4 /go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk =
349349github.com/dustin/go-humanize v1.0.0 /go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk =
350- github.com/dvyukov/go-fuzz v0.0.0-20210914135545-4980593459a1 h1:YQOLTC8zvFaNSEuMexG0i7pY26bOksnQFsSJfGclo54 =
351350github.com/dvyukov/go-fuzz v0.0.0-20210914135545-4980593459a1 /go.mod h1:11Gm+ccJnvAhCNLlf5+cS9KjtbaD5I5zaZpFMsTHWTw =
352351github.com/eapache/go-resiliency v1.1.0 /go.mod h1:kFI+JgMyC7bLPUVY133qvEBtVayf5mFgVsvEsIPBvNs =
353352github.com/eapache/go-xerial-snappy v0.0.0-20180814174437-776d5712da21 /go.mod h1:+020luEh2TKB4/GOp8oxxtq0Daoen/Cii55CzbTV6DU =
Original file line number Diff line number Diff line change @@ -22,5 +22,6 @@ import (
2222 _ "github.com/AdaLogics/go-fuzz-headers"
2323 _ "github.com/dvyukov/go-fuzz/go-fuzz"
2424 _ "github.com/dvyukov/go-fuzz/go-fuzz-build"
25+ _ "github.com/dvyukov/go-fuzz/go-fuzz-dep"
2526 _ "github.com/go-swagger/go-swagger/cmd/swagger"
2627)
You can’t perform that action at this time.
0 commit comments