open-policy-agent dependency downloads lots of dependencies unrelated to the rego parser and evaluator #367
Replies: 1 comment 5 replies
-
@tomsfernandez it would be great if you could provide more details here. Also is this not an issue anymore? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! In my golang project we are currently depending on the open-policy-agent library only to parse and evaluate rego code.
The thing is, this dependency brings a lot of transitive dependencies that have nothing to do with our use case but for some reason can't be pruned by "go mod tidy" so they must be used somewhere.
Is there a way to only depend the code related to rego parsing and evaluation ??
Beta Was this translation helpful? Give feedback.
All reactions