camunda-docs
camunda-docs copied to clipboard
Include go dependencies for zbctl in third party libraries
The distribution contains zbctl which is build upon the go client library. We should also list the dependencies of the go client library in the documentation.
@akeller @abbasadel another blind spot for the deps page.
@megglos can you pull the list of dependencies easily? Is it https://github.com/camunda/zeebe/blob/main/clients/go/go.mod? I'm not familiar with Go.
I looked at all the import statements for each /cmd/ file and came up with this list:
- github.com/spf13/cobra
- google.golang.org/protobuf/encoding/protojson
- google.golang.org/protobuf/proto
All other import statements are github.com/camunda/zeebe/* or standard libraries (might be another term for this).
Trying to decide if this is a quick win.
💡 - Try https://github.com/google/go-licenses
Decreasing priority to later, in the process of revising all issues flagged as upcoming. @akeller please let me know if you object.