Skip to content

Commit 9a0b6ba

Browse files
dependabot[bot]AKOBot
andauthored
Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#1440)
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * Fix licenses after dependabot changes [dependabot skip] --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: AKOBot <[email protected]>
1 parent 91d8267 commit 9a0b6ba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.licenses-gomod.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
100644 075d0a639d5cbf08b210a0532f169f6f06e58b38 go.mod
1+
100644 357b29dd5bfd2ce9a4ee61a5b0e8c250becd84bb go.mod

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ require (
129129
google.golang.org/appengine v1.6.8 // indirect
130130
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
131131
google.golang.org/grpc v1.62.0 // indirect
132-
google.golang.org/protobuf v1.32.0 // indirect
132+
google.golang.org/protobuf v1.33.0 // indirect
133133
gopkg.in/inf.v0 v0.9.1 // indirect
134134
k8s.io/apiextensions-apiserver v0.28.3 // indirect
135135
k8s.io/component-base v0.28.3 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,8 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD
408408
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
409409
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
410410
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
411-
google.golang.org/protobuf v1.32.0 h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=
412-
google.golang.org/protobuf v1.32.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
411+
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
412+
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
413413
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
414414
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
415415
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

licenses.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ google.golang.org/genproto/googleapis,https://github.com/googleapis/go-genproto/
114114
google.golang.org/genproto/googleapis/api,https://github.com/googleapis/go-genproto/blob/37d4d3c04a78/googleapis/api/LICENSE,Apache-2.0
115115
google.golang.org/genproto/googleapis/rpc,https://github.com/googleapis/go-genproto/blob/37d4d3c04a78/googleapis/rpc/LICENSE,Apache-2.0
116116
google.golang.org/grpc,https://github.com/grpc/grpc-go/blob/v1.62.0/LICENSE,Apache-2.0
117-
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.32.0/LICENSE,BSD-3-Clause
117+
google.golang.org/protobuf,https://github.com/protocolbuffers/protobuf-go/blob/v1.33.0/LICENSE,BSD-3-Clause
118118
gopkg.in/inf.v0,https://github.com/go-inf/inf/blob/v0.9.1/LICENSE,BSD-3-Clause
119119
gopkg.in/yaml.v2,https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE,Apache-2.0
120120
gopkg.in/yaml.v3,https://github.com/go-yaml/yaml/blob/v3.0.1/LICENSE,MIT

0 commit comments

Comments
 (0)