@@ -40,26 +40,25 @@ require (
40
40
go.opentelemetry.io/contrib/instrumentation/runtime v0.53.0
41
41
go.opentelemetry.io/otel v1.28.0
42
42
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.25.0
43
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.25 .0
43
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28 .0
44
44
go.opentelemetry.io/otel/sdk v1.28.0
45
45
go.opentelemetry.io/otel/sdk/metric v1.28.0
46
46
go.opentelemetry.io/otel/trace v1.28.0
47
47
golang.org/x/exp v0.0.0-20240112132812-db7319d0e0e3
48
- golang.org/x/net v0.25 .0
49
- golang.org/x/oauth2 v0.18 .0
50
- google.golang.org/grpc v1.63.2
48
+ golang.org/x/net v0.26 .0
49
+ golang.org/x/oauth2 v0.20 .0
50
+ google.golang.org/grpc v1.64.0
51
51
gopkg.in/dealancer/validate.v2 v2.1.0
52
52
gopkg.in/yaml.v3 v3.0.1
53
53
k8s.io/apimachinery v0.26.15
54
54
k8s.io/client-go v0.26.15
55
55
)
56
56
57
57
require (
58
- cloud.google.com/go v0.112.0 // indirect
59
- cloud.google.com/go/compute v1.24.0 // indirect
60
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
58
+ cloud.google.com/go v0.112.1 // indirect
59
+ cloud.google.com/go/compute/metadata v0.3.0 // indirect
61
60
cloud.google.com/go/iam v1.1.6 // indirect
62
- cloud.google.com/go/storage v1.36 .0 // indirect
61
+ cloud.google.com/go/storage v1.38 .0 // indirect
63
62
cuelang.org/go v0.7.0 // indirect
64
63
dario.cat/mergo v1.0.0 // indirect
65
64
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -139,12 +138,12 @@ require (
139
138
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
140
139
github.com/google/uuid v1.6.0 // indirect
141
140
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
142
- github.com/googleapis/gax-go/v2 v2.12.0 // indirect
141
+ github.com/googleapis/gax-go/v2 v2.12.2 // indirect
143
142
github.com/gorilla/mux v1.8.1 // indirect
144
143
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
145
144
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
146
145
github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
147
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.19 .0 // indirect
146
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.20 .0 // indirect
148
147
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
149
148
github.com/hashicorp/go-getter v1.7.5 // indirect
150
149
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
@@ -234,28 +233,27 @@ require (
234
233
github.com/yuin/gopher-lua v1.1.0 // indirect
235
234
github.com/zclconf/go-cty v1.13.2 // indirect
236
235
go.opencensus.io v0.24.0 // indirect
237
- go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47 .0 // indirect
238
- go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47 .0 // indirect
239
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.25 .0 // indirect
236
+ go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49 .0 // indirect
237
+ go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49 .0 // indirect
238
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28 .0 // indirect
240
239
go.opentelemetry.io/otel/metric v1.28.0 // indirect
241
- go.opentelemetry.io/proto/otlp v1.1.0 // indirect
240
+ go.opentelemetry.io/proto/otlp v1.3.1 // indirect
242
241
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
243
242
go.uber.org/atomic v1.11.0 // indirect
244
243
go.uber.org/multierr v1.9.0 // indirect
245
- golang.org/x/crypto v0.23 .0 // indirect
246
- golang.org/x/mod v0.14 .0 // indirect
247
- golang.org/x/sync v0.6 .0 // indirect
244
+ golang.org/x/crypto v0.24 .0 // indirect
245
+ golang.org/x/mod v0.17 .0 // indirect
246
+ golang.org/x/sync v0.7 .0 // indirect
248
247
golang.org/x/sys v0.21.0 // indirect
249
- golang.org/x/term v0.20 .0 // indirect
250
- golang.org/x/text v0.15 .0 // indirect
248
+ golang.org/x/term v0.21 .0 // indirect
249
+ golang.org/x/text v0.16 .0 // indirect
251
250
golang.org/x/time v0.5.0 // indirect
252
- golang.org/x/tools v0.17.0 // indirect
253
- google.golang.org/api v0.162.0 // indirect
254
- google.golang.org/appengine v1.6.8 // indirect
251
+ golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
252
+ google.golang.org/api v0.169.0 // indirect
255
253
google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de // indirect
256
- google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de // indirect
257
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
258
- google.golang.org/protobuf v1.33.0 // indirect
254
+ google.golang.org/genproto/googleapis/api v0.0.0-20240701130421-f6361c86f094 // indirect
255
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
256
+ google.golang.org/protobuf v1.34.2 // indirect
259
257
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
260
258
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
261
259
gopkg.in/inf.v0 v0.9.1 // indirect
0 commit comments