@@ -32,17 +32,17 @@ import (
3232 "google.golang.org/protobuf/reflect/protodesc"
3333 "google.golang.org/protobuf/reflect/protoreflect"
3434
35- "github.com/google /cel-go/checker"
36- celast "github.com/google /cel-go/common/ast"
37- "github.com/google /cel-go/common/env"
38- "github.com/google /cel-go/common/operators"
39- "github.com/google /cel-go/common/overloads"
40- "github.com/google /cel-go/common/types"
41- "github.com/google /cel-go/common/types/ref"
42- "github.com/google /cel-go/common/types/traits"
43- "github.com/google /cel-go/interpreter"
44- "github.com/google /cel-go/parser"
45- "github.com/google /cel-go/test"
35+ "github.com/authzed /cel-go/checker"
36+ celast "github.com/authzed /cel-go/common/ast"
37+ "github.com/authzed /cel-go/common/env"
38+ "github.com/authzed /cel-go/common/operators"
39+ "github.com/authzed /cel-go/common/overloads"
40+ "github.com/authzed /cel-go/common/types"
41+ "github.com/authzed /cel-go/common/types/ref"
42+ "github.com/authzed /cel-go/common/types/traits"
43+ "github.com/authzed /cel-go/interpreter"
44+ "github.com/authzed /cel-go/parser"
45+ "github.com/authzed /cel-go/test"
4646
4747 exprpb "google.golang.org/genproto/googleapis/api/expr/v1alpha1"
4848 descpb "google.golang.org/protobuf/types/descriptorpb"
@@ -51,8 +51,8 @@ import (
5151 timestamppb "google.golang.org/protobuf/types/known/timestamppb"
5252 wrapperspb "google.golang.org/protobuf/types/known/wrapperspb"
5353
54- proto2pb "github.com/google /cel-go/test/proto2pb"
55- proto3pb "github.com/google /cel-go/test/proto3pb"
54+ proto2pb "github.com/authzed /cel-go/test/proto2pb"
55+ proto3pb "github.com/authzed /cel-go/test/proto3pb"
5656)
5757
5858func Test_ExampleWithBuiltins (t * testing.T ) {
0 commit comments