We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed7806 commit d83e2d0Copy full SHA for d83e2d0
src/cmd/policy.go
@@ -11,9 +11,9 @@ import (
11
"path/filepath"
12
"strings"
13
14
- "github.com/open-policy-agent/opa/ast"
15
- "github.com/open-policy-agent/opa/rego"
16
- "github.com/open-policy-agent/opa/types"
+ "github.com/open-policy-agent/opa/v1/ast"
+ "github.com/open-policy-agent/opa/v1/rego"
+ "github.com/open-policy-agent/opa/v1/types"
17
"github.com/opslevel/opslevel-go/v2025"
18
"github.com/relvacode/iso8601"
19
"github.com/rs/zerolog/log"
0 commit comments