| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Starting go1.24 we can use go get -tool.
See https://tip.golang.org/doc/modules/managing-dependencies#tools .
|
| |
|
|
| |
Otherwise it's hard to understand in error messages what 1/2/3 mean.
|
| | |
|
| |
|
|
| |
We don't want to download mockery every time.
|
| | |
|
| |
|
|
|
| |
Add empty.go to unbreak bazel+glaze build.
Otherwise the package does not have any files not excluded by build constraints.
|
| |
|
|
|
|
|
|
| |
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
|
| |
|