aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dvyukov
Commit message (Collapse)AuthorAgeFilesLines
* vendor: deleteTaras Madan2025-01-2312-2490/+0
|
* dependencies: updateTaras Madan2023-02-242-10/+32
| | | | | | set go min requirements to 1.19 update dependencies update vendor
* vendor: update go-fuzzDmitry Vyukov2020-12-252-4/+6
| | | | | | | | Update to HEAD to fix: $ go-fuzz-build ./pkg/tool failed to execute go build: exit status 2 /go1.15/src/reflect/value.go:1432: misplaced compiler directive
* go.mod: add go-fuzz-buildDmitry Vyukov2020-07-0412-0/+2466
Otherwise go-fuzz-build now fails with: + go-fuzz-build -libfuzzer -func FuzzDeserialize -o fuzzer.a ./prog/test -: cannot find package "." in: /syzkaller/gopath/src/github.com/google/syzkaller/vendor/github.com/dvyukov/go-fuzz/go-fuzz-dep