tisonkun opened a new pull request, #316:
URL: https://github.com/apache/skywalking-banyandb/pull/316
Otherwise, failed with:
```
--- banyand: generate ---
prog.go:12:2: missing go.sum entry for module providing package
github.com/golang/mock/mockgen/model; to add:
go mod download github.com/golang/mock
prog.go:12:2: missing go.sum entry for module providing package
github.com/golang/mock/mockgen/model; to add:
go mod download github.com/golang/mock
prog.go:14:2: no required module provides package
github.com/apache/skywalking-banyandb/pkg/bus: go.mod file not found in current
directory or any parent directory; see 'go help modules'
prog.go:12:2: no required module provides package
github.com/golang/mock/mockgen/model: go.mod file not found in current
directory or any parent directory; see 'go help modules'
2023/08/22 10:51:37 Loading input failed: exit status 1
queue/queue.go:29: running "mockgen": exit status 1
make[1]: *** [generate] Error 1
make: *** [default] Error 1
```
See also https://github.com/golang/mock/issues/494
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]