Skip to content

Commit

Permalink
Sort imports
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Snaps <[email protected]>
  • Loading branch information
alexsnaps committed Oct 30, 2024
1 parent 4610145 commit 74ee28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/expressions/cel/expressions.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package cel

import (
"fmt"
"github.com/tidwall/gjson"
"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/tidwall/gjson"
"google.golang.org/protobuf/encoding/protojson"
"google.golang.org/protobuf/proto"
"google.golang.org/protobuf/types/known/structpb"
Expand Down

0 comments on commit 74ee28b

Please sign in to comment.