CEL Support #1277
Annotations
2 errors and 2 warnings
pkg/evaluators/response/dynamic_cel.go#L1
Please run goimports .
diff --git a/pkg/evaluators/response/dynamic_cel.go b/pkg/evaluators/response/dynamic_cel.go
index f22a379..e9192f4 100644
--- a/pkg/evaluators/response/dynamic_cel.go
+++ b/pkg/evaluators/response/dynamic_cel.go
@@ -2,14 +2,15 @@ package response
import (
"context"
+ "reflect"
+ "strings"
+
"github.com/golang/protobuf/jsonpb"
"github.com/google/cel-go/cel"
"github.com/google/cel-go/checker/decls"
"github.com/google/cel-go/common/types/ref"
"github.com/kuadrant/authorino/pkg/auth"
"google.golang.org/protobuf/types/known/structpb"
- "reflect"
- "strings"
"google.golang.org/protobuf/encoding/protojson"
"google.golang.org/protobuf/proto"
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
This job failed
Loading