Skip to content

Commit 99a357b

Browse files
refactor: move audit package to interanl
1 parent 62d9a99 commit 99a357b

18 files changed

+7
-7
lines changed

core/opaevaluator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import (
2222
"path/filepath"
2323
"time"
2424

25-
"github.com/rond-authz/rond/audit"
2625
"github.com/rond-authz/rond/custom_builtins"
26+
"github.com/rond-authz/rond/internal/audit"
2727
"github.com/rond-authz/rond/internal/opatranslator"
2828
"github.com/rond-authz/rond/internal/utils"
2929
"github.com/rond-authz/rond/logging"

core/rego.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import (
2121

2222
"github.com/open-policy-agent/opa/ast"
2323
"github.com/open-policy-agent/opa/rego"
24-
"github.com/rond-authz/rond/audit"
2524
"github.com/rond-authz/rond/custom_builtins"
25+
"github.com/rond-authz/rond/internal/audit"
2626
)
2727

2828
func newRegoInstanceBuilder(policy string, opaModuleConfig *OPAModuleConfig, evaluatorOptions *OPAEvaluatorOptions) (*rego.Rego, error) {
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)