@@ -28,8 +28,8 @@ require (
28
28
github.com/aymerick/douceur v0.2.0 // indirect
29
29
github.com/beorn7/perks v1.0.1 // indirect
30
30
github.com/blang/semver/v4 v4.0.0 // indirect
31
- github.com/cenkalti/backoff/v4 v4.1.3 // indirect
32
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
31
+ github.com/cenkalti/backoff/v4 v4.2.1 // indirect
32
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
33
33
github.com/coreos/go-semver v0.3.0 // indirect
34
34
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
35
35
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -47,7 +47,7 @@ require (
47
47
github.com/go-openapi/swag v0.22.3 // indirect
48
48
github.com/gogo/protobuf v1.3.2 // indirect
49
49
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
50
- github.com/golang/glog v1.0 .0 // indirect
50
+ github.com/golang/glog v1.1 .0 // indirect
51
51
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
52
52
github.com/golang/protobuf v1.5.3 // indirect
53
53
github.com/google/cel-go v0.12.6 // indirect
@@ -57,7 +57,7 @@ require (
57
57
github.com/google/uuid v1.3.0 // indirect
58
58
github.com/gorilla/css v1.0.0 // indirect
59
59
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
60
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.7 .0 // indirect
60
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.16 .0 // indirect
61
61
github.com/hashicorp/errwrap v1.0.0 // indirect
62
62
github.com/hashicorp/go-multierror v1.1.1 // indirect
63
63
github.com/imdario/mergo v0.3.12 // indirect
@@ -81,30 +81,31 @@ require (
81
81
go.etcd.io/etcd/api/v3 v3.5.5 // indirect
82
82
go.etcd.io/etcd/client/pkg/v3 v3.5.5 // indirect
83
83
go.etcd.io/etcd/client/v3 v3.5.5 // indirect
84
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.35.0 // indirect
85
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.35.0 // indirect
86
- go.opentelemetry.io/otel v1.10.0 // indirect
87
- go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.10.0 // indirect
88
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.10.0 // indirect
89
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.10.0 // indirect
90
- go.opentelemetry.io/otel/metric v0.31.0 // indirect
91
- go.opentelemetry.io/otel/sdk v1.10.0 // indirect
92
- go.opentelemetry.io/otel/trace v1.10.0 // indirect
93
- go.opentelemetry.io/proto/otlp v0.19.0 // indirect
84
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.45.0 // indirect
85
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.45.0 // indirect
86
+ go.opentelemetry.io/otel v1.19.0 // indirect
87
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.19.0 // indirect
88
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.19.0 // indirect
89
+ go.opentelemetry.io/otel/metric v1.19.0 // indirect
90
+ go.opentelemetry.io/otel/sdk v1.19.0 // indirect
91
+ go.opentelemetry.io/otel/trace v1.19.0 // indirect
92
+ go.opentelemetry.io/proto/otlp v1.0.0 // indirect
94
93
go.uber.org/multierr v1.10.0 // indirect
95
94
golang.org/x/crypto v0.14.0 // indirect
96
95
golang.org/x/net v0.17.0 // indirect
97
- golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 // indirect
98
- golang.org/x/sync v0.2 .0 // indirect
96
+ golang.org/x/oauth2 v0.10.0 // indirect
97
+ golang.org/x/sync v0.3 .0 // indirect
99
98
golang.org/x/sys v0.13.0 // indirect
100
99
golang.org/x/term v0.13.0 // indirect
101
100
golang.org/x/text v0.13.0 // indirect
102
101
golang.org/x/time v0.3.0 // indirect
103
102
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
104
103
google.golang.org/appengine v1.6.7 // indirect
105
- google.golang.org/genproto v0.0.0-20220502173005-c8bf987b8c21 // indirect
106
- google.golang.org/grpc v1.49.0 // indirect
107
- google.golang.org/protobuf v1.28.1 // indirect
104
+ google.golang.org/genproto v0.0.0-20230711160842-782d3b101e98 // indirect
105
+ google.golang.org/genproto/googleapis/api v0.0.0-20230711160842-782d3b101e98 // indirect
106
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
107
+ google.golang.org/grpc v1.58.2 // indirect
108
+ google.golang.org/protobuf v1.31.0 // indirect
108
109
gopkg.in/inf.v0 v0.9.1 // indirect
109
110
gopkg.in/natefinch/lumberjack.v2 v2.0.0 // indirect
110
111
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments