@@ -8,8 +8,8 @@ require (
8
8
github.com/google/cel-go v0.15.3
9
9
github.com/sirupsen/logrus v1.9.2
10
10
github.com/spf13/cobra v1.7.0
11
- github.com/stretchr/testify v1.8.3
12
- google.golang.org/genproto v0.0.0-20230525154841-bd750badd5c6
11
+ github.com/stretchr/testify v1.8.4
12
+ google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d
13
13
k8s.io/api v0.27.7
14
14
k8s.io/apiextensions-apiserver v0.27.7
15
15
k8s.io/apimachinery v0.27.7
@@ -22,12 +22,12 @@ require (
22
22
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
23
23
github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a // indirect
24
24
github.com/beorn7/perks v1.0.1 // indirect
25
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
25
+ github.com/cenkalti/backoff/v4 v4.2.1 // indirect
26
26
github.com/cespare/xxhash/v2 v2.2.0 // indirect
27
27
github.com/davecgh/go-spew v1.1.1 // indirect
28
28
github.com/emicklei/go-restful/v3 v3.10.2 // indirect
29
29
github.com/felixge/httpsnoop v1.0.3 // indirect
30
- github.com/go-logr/logr v1.2.4 // indirect
30
+ github.com/go-logr/logr v1.3.0 // indirect
31
31
github.com/go-logr/stdr v1.2.2 // indirect
32
32
github.com/go-openapi/jsonpointer v0.19.6 // indirect
33
33
github.com/go-openapi/jsonreference v0.20.1 // indirect
@@ -36,10 +36,10 @@ require (
36
36
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
37
37
github.com/golang/protobuf v1.5.3 // indirect
38
38
github.com/google/gnostic v0.5.7-v3refs // indirect
39
- github.com/google/go-cmp v0.5.9 // indirect
39
+ github.com/google/go-cmp v0.6.0 // indirect
40
40
github.com/google/gofuzz v1.1.0 // indirect
41
- github.com/google/uuid v1.3.0 // indirect
42
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.7 .0 // indirect
41
+ github.com/google/uuid v1.3.1 // indirect
42
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.16 .0 // indirect
43
43
github.com/imdario/mergo v0.3.12 // indirect
44
44
github.com/inconshreveable/mousetrap v1.1.0 // indirect
45
45
github.com/josharian/intern v1.0.0 // indirect
@@ -58,28 +58,28 @@ require (
58
58
github.com/prometheus/procfs v0.9.0 // indirect
59
59
github.com/spf13/pflag v1.0.5 // indirect
60
60
github.com/stoewer/go-strcase v1.2.0 // indirect
61
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.1 // indirect
62
- go.opentelemetry.io/otel v1.10.0 // indirect
63
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
64
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
65
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
66
- go.opentelemetry.io/otel/metric v0.31.0 // indirect
67
- go.opentelemetry.io/otel/sdk v1.10.0 // indirect
68
- go.opentelemetry.io/otel/trace v1.10.0 // indirect
69
- go.opentelemetry.io/proto/otlp v0.19.0 // indirect
61
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.44.0 // indirect
62
+ go.opentelemetry.io/otel v1.20.0 // indirect
63
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 // indirect
64
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0 // indirect
65
+ go.opentelemetry.io/otel/metric v1.20.0 // indirect
66
+ go.opentelemetry.io/otel/sdk v1.20.0 // indirect
67
+ go.opentelemetry.io/otel/trace v1.20.0 // indirect
68
+ go.opentelemetry.io/proto/otlp v1.0.0 // indirect
70
69
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
71
70
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
72
71
golang.org/x/mod v0.10.0 // indirect
73
72
golang.org/x/net v0.17.0 // indirect
74
- golang.org/x/oauth2 v0.5 .0 // indirect
75
- golang.org/x/sys v0.13 .0 // indirect
73
+ golang.org/x/oauth2 v0.11 .0 // indirect
74
+ golang.org/x/sys v0.14 .0 // indirect
76
75
golang.org/x/term v0.13.0 // indirect
77
76
golang.org/x/text v0.13.0 // indirect
78
77
golang.org/x/time v0.3.0 // indirect
79
78
golang.org/x/tools v0.9.1 // indirect
80
79
google.golang.org/appengine v1.6.7 // indirect
81
- google.golang.org/grpc v1.54.0 // indirect
82
- google.golang.org/protobuf v1.30.0 // indirect
80
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
81
+ google.golang.org/grpc v1.59.0 // indirect
82
+ google.golang.org/protobuf v1.31.0 // indirect
83
83
gopkg.in/inf.v0 v0.9.1 // indirect
84
84
gopkg.in/yaml.v2 v2.4.0 // indirect
85
85
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments