Files
releases/e2e
Sebastiaan van Stijn 4f3e238cad chore: tidy go.mod to remove untagged versions (#8791)
- 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>
2026-06-16 13:46:37 +02:00
..

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!