RockteMQ-AI commented on issue #112: URL: https://github.com/apache/rocketmq-operator/issues/112#issuecomment-5259917596
**Issue Evaluation** Category: `question` | Status: **Answered** This is a Go module dependency issue. The `go.sum` file is missing an entry for `github.com/google/[email protected]`. **Fix:** Run `go mod tidy` to regenerate the `go.sum` file, then rebuild: ```bash go mod tidy go build ./... ``` --- *Automated evaluation by github-manager* -- 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]
