Skip to content

Commit 52b78bb

Browse files
chore: bump a couple of deps (#1889) (#1890)
Signed-off-by: Charles-Edouard Brétéché <[email protected]> Co-authored-by: Charles-Edouard Brétéché <[email protected]>
1 parent 3085705 commit 52b78bb

File tree

5 files changed

+90
-93
lines changed

5 files changed

+90
-93
lines changed

go.mod

+27-27
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ require (
2121
github.com/stretchr/testify v1.9.0
2222
github.com/xeipuuv/gojsonschema v1.2.0
2323
go.uber.org/multierr v1.11.0
24-
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56
2524
gopkg.in/yaml.v3 v3.0.1
2625
k8s.io/api v0.30.3
2726
k8s.io/apimachinery v0.30.3
@@ -33,11 +32,11 @@ require (
3332
)
3433

3534
require (
36-
cloud.google.com/go v0.115.0 // indirect
37-
cloud.google.com/go/auth v0.7.2 // indirect
38-
cloud.google.com/go/auth/oauth2adapt v0.2.3 // indirect
35+
cloud.google.com/go v0.115.1 // indirect
36+
cloud.google.com/go/auth v0.9.1 // indirect
37+
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
3938
cloud.google.com/go/compute/metadata v0.5.0 // indirect
40-
cloud.google.com/go/iam v1.1.12 // indirect
39+
cloud.google.com/go/iam v1.2.0 // indirect
4140
cloud.google.com/go/storage v1.43.0 // indirect
4241
github.com/IGLOU-EU/go-wildcard v1.0.3 // indirect
4342
github.com/Masterminds/goutils v1.1.1 // indirect
@@ -46,7 +45,7 @@ require (
4645
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
4746
github.com/aquilax/truncate v1.0.0 // indirect
4847
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
49-
github.com/aws/aws-sdk-go v1.55.3 // indirect
48+
github.com/aws/aws-sdk-go v1.55.5 // indirect
5049
github.com/beorn7/perks v1.0.1 // indirect
5150
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
5251
github.com/blang/semver/v4 v4.0.0 // indirect
@@ -77,7 +76,7 @@ require (
7776
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
7877
github.com/gopherjs/gopherjs v1.17.2 // indirect
7978
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99 // indirect
80-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.21.0 // indirect
79+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
8180
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
8281
github.com/hashicorp/go-safetemp v1.0.0 // indirect
8382
github.com/hashicorp/go-version v1.7.0 // indirect
@@ -114,28 +113,29 @@ require (
114113
go.etcd.io/etcd/client/pkg/v3 v3.5.15 // indirect
115114
go.etcd.io/etcd/client/v3 v3.5.15 // indirect
116115
go.opencensus.io v0.24.0 // indirect
117-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.53.0 // indirect
118-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
119-
go.opentelemetry.io/otel v1.28.0 // indirect
120-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
121-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
122-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
123-
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
124-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
116+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
117+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
118+
go.opentelemetry.io/otel v1.29.0 // indirect
119+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
120+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
121+
go.opentelemetry.io/otel/metric v1.29.0 // indirect
122+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
123+
go.opentelemetry.io/otel/trace v1.29.0 // indirect
125124
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
126125
go.uber.org/zap v1.27.0 // indirect
127-
golang.org/x/crypto v0.25.0 // indirect
128-
golang.org/x/net v0.27.0 // indirect
129-
golang.org/x/oauth2 v0.21.0 // indirect
130-
golang.org/x/sync v0.7.0 // indirect
131-
golang.org/x/sys v0.22.0 // indirect
132-
golang.org/x/term v0.22.0 // indirect
133-
golang.org/x/text v0.16.0 // indirect
134-
golang.org/x/time v0.5.0 // indirect
135-
google.golang.org/api v0.189.0 // indirect
136-
google.golang.org/genproto v0.0.0-20240725223205-93522f1f2a9f // indirect
137-
google.golang.org/genproto/googleapis/api v0.0.0-20240725223205-93522f1f2a9f // indirect
138-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240725223205-93522f1f2a9f // indirect
126+
golang.org/x/crypto v0.26.0 // indirect
127+
golang.org/x/exp v0.0.0-20240823005443-9b4947da3948 // indirect
128+
golang.org/x/net v0.28.0 // indirect
129+
golang.org/x/oauth2 v0.22.0 // indirect
130+
golang.org/x/sync v0.8.0 // indirect
131+
golang.org/x/sys v0.24.0 // indirect
132+
golang.org/x/term v0.23.0 // indirect
133+
golang.org/x/text v0.17.0 // indirect
134+
golang.org/x/time v0.6.0 // indirect
135+
google.golang.org/api v0.194.0 // indirect
136+
google.golang.org/genproto v0.0.0-20240826202546-f6391c0de4c7 // indirect
137+
google.golang.org/genproto/googleapis/api v0.0.0-20240826202546-f6391c0de4c7 // indirect
138+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
139139
google.golang.org/grpc v1.65.0 // indirect
140140
google.golang.org/protobuf v1.34.2 // indirect
141141
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)