Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor to enable library use #67

Open
leonjza opened this issue Jun 28, 2023 · 0 comments
Open

Refactor to enable library use #67

leonjza opened this issue Jun 28, 2023 · 0 comments

Comments

@leonjza
Copy link

leonjza commented Jun 28, 2023

While not explicitly mentioned in this projects documentation as a feature (compared to others), the convention to have a static example in the examples directory typically shows how to integrate with a projectdicovery library. However, in the case of this project, the runner lives in an internal directory and will cause go build to fail.

package steampipe-plugin-projectdiscovery
        steampipe-plugin-projectdiscovery/projectdiscovery
        projectdiscovery/table_projectdiscovery_ai_x.go:10:2: use of internal package github.com/projectdiscovery/aix/internal/runner not allowed

Could a small refactor be done to allow integration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant