Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
document: Use V1 AST
The V0 path is currently missing the BuildAnnotationSet function which
breaks the build. This will be fixed, but the V0 path is an alias to the
V1 path, so this is effectively the same. This does not have an impact
on the required Rego for conftest users.

Signed-off-by: James Alseth <[email protected]>
  • Loading branch information
jalseth committed Feb 9, 2025
commit 2c89bbb779090bb1ef41b3d849c782f95acd926e
2 changes: 1 addition & 1 deletion document/metadata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/open-policy-agent/opa/ast"
"github.com/open-policy-agent/opa/v1/ast"
)

func getTestModules(t *testing.T, modules [][]string) ast.FlatAnnotationsRefSet {
Expand Down