tim-goto opened a new issue, #5176:
URL: https://github.com/apache/incubator-devlake/issues/5176

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   Run `go run generator/main.go create-plugin test` and then `go run 
plugins/test/test.go`, some imports are wrong:
   
   ```
   plugins/test/impl/impl.go:22:2: no required module provides package 
github.com/apache/incubator-devlake/errors; to add it:
           go get github.com/apache/incubator-devlake/errors
   plugins/test/impl/impl.go:23:2: no required module provides package 
github.com/apache/incubator-devlake/plugins/core; to add it:
           go get github.com/apache/incubator-devlake/plugins/core
   plugins/test/test.go:22:2: no required module provides package 
github.com/apache/incubator-devlake/runner; to add it:
           go get github.com/apache/incubator-devlake/runner
   ```
   It seems like the module names have changed upstream.
   
   ### What do you expect to happen
   
   The automatically generated module runs without errors, printing the output 
given in the developer manual.
   
   ### How to reproduce
   
   See above
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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]

Reply via email to