mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
4f3e238cad
- relates to / introduced in
https://github.com/open-policy-agent/opa/pull/7887
The github.com/davecgh/go-spew and github.com/pmezard/go-difflib modules
are either archived, or dormant, and won't receive new versions. Commit
4ab2ac0c61 updated them to untagged
versions (main / master branch); likely through some indirect
dependency.
Tidy go.mod to revert those updates and use their latest tagged
versions. Changes after their last release do not containe code-
changes, only changes in metadata and CI config.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
github.com/open-policy-agent/opa/e2e
This Go module is for end-to-end tests that come with dependencies we don't otherwise need for OPA, to avoid bloat in OPA's Go module's deps.
Warning
This module should never be imported from any of the other
github.com/open-policy-agent/opa/*packages!