Skip to content

Commit

Permalink
Merge branch 'main' into cel-support
Browse files Browse the repository at this point in the history
  • Loading branch information
eddycharly committed Sep 19, 2024
2 parents 1364324 + 7917252 commit 13c053d
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/policy/v1alpha1/message.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package v1alpha1

import (
"github.com/kyverno/kyverno-json/pkg/syntax/message"
"github.com/kyverno/kyverno-json/pkg/core/message"
"k8s.io/apimachinery/pkg/util/json"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (

"github.com/jmespath-community/go-jmespath/pkg/binding"
"github.com/jmespath-community/go-jmespath/pkg/parsing"
"github.com/kyverno/kyverno-json/pkg/core/expression"
"github.com/kyverno/kyverno-json/pkg/engine/template"
"github.com/kyverno/kyverno-json/pkg/syntax/expression"
reflectutils "github.com/kyverno/kyverno-json/pkg/utils/reflect"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/engine/assert/binding.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"context"

"github.com/jmespath-community/go-jmespath/pkg/binding"
"github.com/kyverno/kyverno-json/pkg/core/expression"
"github.com/kyverno/kyverno-json/pkg/engine/template"
"github.com/kyverno/kyverno-json/pkg/jp"
"github.com/kyverno/kyverno-json/pkg/syntax/expression"
"k8s.io/apimachinery/pkg/util/validation/field"
)

Expand Down
4 changes: 2 additions & 2 deletions pkg/engine/assert/parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import (

"github.com/jmespath-community/go-jmespath/pkg/binding"
"github.com/jmespath-community/go-jmespath/pkg/parsing"
"github.com/kyverno/kyverno-json/pkg/core/expression"
"github.com/kyverno/kyverno-json/pkg/core/projection"
"github.com/kyverno/kyverno-json/pkg/engine/match"
"github.com/kyverno/kyverno-json/pkg/engine/template"
"github.com/kyverno/kyverno-json/pkg/syntax/expression"
"github.com/kyverno/kyverno-json/pkg/syntax/projection"
reflectutils "github.com/kyverno/kyverno-json/pkg/utils/reflect"
"k8s.io/apimachinery/pkg/util/validation/field"
)
Expand Down

0 comments on commit 13c053d

Please sign in to comment.