switch from github.com/google/cel-go to cel.dev/cel-go

Signed-off-by: Ryan Richard <richardry@vmware.com>
This commit is contained in:
Ryan Richard
2026-08-20 11:38:15 -07:00
parent 81f3da62c8
commit d1f84f8f9e
3 changed files with 13 additions and 7 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
// Copyright 2023-2024 the Pinniped contributors. All Rights Reserved.
// Copyright 2023-2026 the Pinniped contributors. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
// Package celtransformer is an implementation of upstream-to-downstream identity transformations
@@ -16,9 +16,9 @@ import (
"strings"
"time"
"github.com/google/cel-go/cel"
"github.com/google/cel-go/common/types/ref"
"github.com/google/cel-go/ext"
"cel.dev/cel-go/cel"
"cel.dev/cel-go/common/types/ref"
"cel.dev/cel-go/ext"
"go.pinniped.dev/internal/idtransform"
)