File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/openmfp/kubernetes-graphql-gateway
3
3
go 1.24.3
4
4
5
5
replace (
6
- github.com/google/cel-go => github.com/google/cel-go v0.22.1
6
+ github.com/google/cel-go => github.com/google/cel-go v0.26.0
7
7
// this PR introduces newer version of graphiQL that supports headers
8
8
// https://github.com/graphql-go/handler/pull/93
9
9
github.com/graphql-go/handler => github.com/vertex451/handler v0.0.0-20250124125145-ed328e3cf42a
@@ -44,7 +44,7 @@ require (
44
44
)
45
45
46
46
require (
47
- cel.dev/expr v0.23.1 // indirect
47
+ cel.dev/expr v0.24.0 // indirect
48
48
github.com/99designs/gqlgen v0.17.76 // indirect
49
49
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
50
50
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
Original file line number Diff line number Diff line change 1
- cel.dev/expr v0.23.1 h1:K4KOtPCJQjVggkARsjG9RWXP6O4R73aHeJMa/dmCQQg =
2
- cel.dev/expr v0.23.1 /go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw =
1
+ cel.dev/expr v0.24.0 h1:56OvJKSH3hDGL0ml5uSxZmz3/3Pq4tJ+fb1unVLAFcY =
2
+ cel.dev/expr v0.24.0 /go.mod h1:hLPLo1W4QUmuYdA72RBX06QTs6MXw941piREPl3Yfiw =
3
3
github.com/99designs/gqlgen v0.17.76 h1:YsJBcfACWmXWU2t1yCjoGdOmqcTfOFpjbLAE443fmYI =
4
4
github.com/99designs/gqlgen v0.17.76 /go.mod h1:miiU+PkAnTIDKMQ1BseUOIVeQHoiwYDZGCswoxl7xec =
5
5
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883 h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ =
@@ -72,8 +72,8 @@ github.com/golang-jwt/jwt/v5 v5.2.3 h1:kkGXqQOBSDDWRhWNXTFpqGSCMyh/PLnqUvMGJPDJD
72
72
github.com/golang-jwt/jwt/v5 v5.2.3 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
73
73
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek =
74
74
github.com/golang/protobuf v1.5.4 /go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps =
75
- github.com/google/cel-go v0.22.1 h1:AfVXx3chM2qwoSbM7Da8g8hX8OVSkBFwX+rz2+PcK40 =
76
- github.com/google/cel-go v0.22.1 /go.mod h1:BuznPXXfQDpXKWQ9sPW3TzlAJN5zzFe+i9tIs0yC4s8 =
75
+ github.com/google/cel-go v0.26.0 h1:DPGjXackMpJWH680oGY4lZhYjIameYmR+/6RBdDGmaI =
76
+ github.com/google/cel-go v0.26.0 /go.mod h1:A9O8OU9rdvrK5MQyrqfIxo1a0u4g3sF8KB6PUIaryMM =
77
77
github.com/google/gnostic-models v0.7.0 h1:qwTtogB15McXDaNqTZdzPJRHvaVJlAl+HVQnLmJEJxo =
78
78
github.com/google/gnostic-models v0.7.0 /go.mod h1:whL5G0m6dmc5cPxKc5bdKdEN3UjI7OUGxBlw57miDrQ =
79
79
github.com/google/go-cmp v0.5.9 /go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY =
You can’t perform that action at this time.
0 commit comments