Skip to content

Commit 7bcf0a6

Browse files
Bump google.golang.org/protobuf from 1.36.10 to 1.36.11 (#640)
1 parent 01ced0d commit 7bcf0a6

File tree

16 files changed

+51
-39
lines changed

16 files changed

+51
-39
lines changed

.protoc_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
32.0
1+
33.2

experimental/ir/testdata/editions/proto2.proto.stderr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ warning: redundant custom option setting syntax
6464
| |
6565
| this field is not a message extension
6666
|
67-
::: <built-in>/google/protobuf/descriptor.proto:801:23
67+
::: <built-in>/google/protobuf/descriptor.proto:807:23
6868
|
69-
801 | optional FeatureSet features = 21;
69+
807 | optional FeatureSet features = 21;
7070
| --------
7171
| |
7272
| field declared inside of `google.protobuf.FieldOptions` here

experimental/ir/testdata/extend/message_set.proto.stderr.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ warning: redundant custom option setting syntax
2424
| |
2525
| this field is not a message extension
2626
|
27-
::: <built-in>/google/protobuf/descriptor.proto:600:17
27+
::: <built-in>/google/protobuf/descriptor.proto:606:17
2828
|
29-
600 | optional bool message_set_wire_format = 1 [default = false];
29+
606 | optional bool message_set_wire_format = 1 [default = false];
3030
| -----------------------
3131
| |
3232
| field declared inside of `google.protobuf.MessageOptions` here
@@ -78,9 +78,9 @@ warning: redundant custom option setting syntax
7878
| |
7979
| this field is not a message extension
8080
|
81-
::: <built-in>/google/protobuf/descriptor.proto:600:17
81+
::: <built-in>/google/protobuf/descriptor.proto:606:17
8282
|
83-
600 | optional bool message_set_wire_format = 1 [default = false];
83+
606 | optional bool message_set_wire_format = 1 [default = false];
8484
| -----------------------
8585
| |
8686
| field declared inside of `google.protobuf.MessageOptions` here

experimental/ir/testdata/options/builtin.proto.stderr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ error: option `deprecated` set multiple times
66
25 | option deprecated = true;
77
| ^^^^^^^^^^ ... also set here
88
|
9-
::: <built-in>/google/protobuf/descriptor.proto:611:17
9+
::: <built-in>/google/protobuf/descriptor.proto:617:17
1010
|
11-
611 | optional bool deprecated = 3 [default = false];
11+
617 | optional bool deprecated = 3 [default = false];
1212
| ---------- not a repeated field
1313
|
1414
= note: a non-`repeated` option may be set at most once

experimental/ir/testdata/options/missing.proto.stderr.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ error: expected singular message, found scalar type `string`
1212
| |
1313
| found scalar type `string`
1414
|
15-
::: <built-in>/google/protobuf/descriptor.proto:504:12
15+
::: <built-in>/google/protobuf/descriptor.proto:510:12
1616
|
17-
504 | optional string go_package = 11;
17+
510 | optional string go_package = 11;
1818
| ------ type specified here
1919

2020
error: cannot find message field `unknown` in `google.protobuf.MessageOptions`
@@ -31,9 +31,9 @@ error: expected singular message, found scalar type `bool`
3131
| |
3232
| found scalar type `bool`
3333
|
34-
::: <built-in>/google/protobuf/descriptor.proto:611:12
34+
::: <built-in>/google/protobuf/descriptor.proto:617:12
3535
|
36-
611 | optional bool deprecated = 3 [default = false];
36+
617 | optional bool deprecated = 3 [default = false];
3737
| ---- type specified here
3838

3939
error: cannot find message field `unknown` in `google.protobuf.FieldOptions`
@@ -52,9 +52,9 @@ error: expected singular message, found scalar type `bool`
5252
| |
5353
| field selector requires singular message
5454
|
55-
::: <built-in>/google/protobuf/descriptor.proto:743:12
55+
::: <built-in>/google/protobuf/descriptor.proto:749:12
5656
|
57-
743 | optional bool lazy = 5 [default = false];
57+
749 | optional bool lazy = 5 [default = false];
5858
| ---- type specified here
5959

6060
error: expected singular message, found scalar type `int32`
@@ -87,9 +87,9 @@ error: expected singular message, found scalar type `bool`
8787
| |
8888
| found scalar type `bool`
8989
|
90-
::: <built-in>/google/protobuf/descriptor.proto:859:12
90+
::: <built-in>/google/protobuf/descriptor.proto:865:12
9191
|
92-
859 | optional bool deprecated = 3 [default = false];
92+
865 | optional bool deprecated = 3 [default = false];
9393
| ---- type specified here
9494

9595
error: cannot find message field `unknown` in `google.protobuf.EnumValueOptions`
@@ -108,9 +108,9 @@ error: expected singular message, found scalar type `bool`
108108
| |
109109
| field selector requires singular message
110110
|
111-
::: <built-in>/google/protobuf/descriptor.proto:889:12
111+
::: <built-in>/google/protobuf/descriptor.proto:895:12
112112
|
113-
889 | optional bool deprecated = 1 [default = false];
113+
895 | optional bool deprecated = 1 [default = false];
114114
| ---- type specified here
115115

116116
encountered 12 errors

experimental/ir/testdata/options/redundant_fqn.proto.stderr.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ warning: redundant custom option setting syntax
66
| |
77
| this field is not a message extension
88
|
9-
::: <built-in>/google/protobuf/descriptor.proto:611:17
9+
::: <built-in>/google/protobuf/descriptor.proto:617:17
1010
|
11-
611 | optional bool deprecated = 3 [default = false];
11+
617 | optional bool deprecated = 3 [default = false];
1212
| ----------
1313
| |
1414
| field declared inside of `google.protobuf.MessageOptions` here

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/bufbuild/protocompile
33
go 1.24.0
44

55
require (
6-
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.10-20250109164928-1da0de137947.1
6+
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.11-20250109164928-1da0de137947.1
77
github.com/bmatcuk/doublestar/v4 v4.9.1
88
github.com/google/go-cmp v0.7.0
99
github.com/petermattis/goid v0.0.0-20250319124200-ccd6737f222a
@@ -14,12 +14,12 @@ require (
1414
github.com/tidwall/btree v1.8.1
1515
golang.org/x/exp v0.0.0-20250911091902-df9299821621
1616
golang.org/x/sync v0.19.0
17-
google.golang.org/protobuf v1.36.10
17+
google.golang.org/protobuf v1.36.11
1818
gopkg.in/yaml.v3 v3.0.1
1919
)
2020

2121
require (
22-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20240920164238-5a7b106cbb87.1 // indirect
22+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20240920164238-5a7b106cbb87.1 // indirect
2323
github.com/davecgh/go-spew v1.1.1 // indirect
2424
github.com/kr/pretty v0.1.0 // indirect
2525
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.10-20250109164928-1da0de137947.1 h1:9hkMnVoImDlY7rTlAWIWXdkGUKOjf3YlyZeSbYT29uA=
2-
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.10-20250109164928-1da0de137947.1/go.mod h1:/AouMCAeQ+kB7+RRFpdUlZe3503p18VoUNcU2AFqZXM=
3-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20240920164238-5a7b106cbb87.1 h1:XdZDjy9+d96CZwVMuSr3qy+FJfu7IUza4QKSfwc2o9k=
4-
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.10-20240920164238-5a7b106cbb87.1/go.mod h1:fUl8CEN/6ZAMk6bP8ahBJPUJw7rbp+j4x+wCcYi2IG4=
1+
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.11-20250109164928-1da0de137947.1 h1:HwzzCRS4ZrEm1++rzSDxHnO0DOjiT1b8I/24e8a4exY=
2+
buf.build/gen/go/bufbuild/protodescriptor/protocolbuffers/go v1.36.11-20250109164928-1da0de137947.1/go.mod h1:8PRKXhgNes29Tjrnv8KdZzg3I1QceOkzibW1QK7EXv0=
3+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20240920164238-5a7b106cbb87.1 h1:5Hare6GmKrTUFXYxNwOrZyXtGTzKUMXTRHdNxQkewcE=
4+
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20240920164238-5a7b106cbb87.1/go.mod h1:tvtbpgaVXZX4g6Pn+AnzFycuRK3MOz5HJfEGeEllXYM=
55
github.com/bmatcuk/doublestar/v4 v4.9.1 h1:X8jg9rRZmJd4yRy7ZeNDRnM+T3ZfHv15JiBJ/avrEXE=
66
github.com/bmatcuk/doublestar/v4 v4.9.1/go.mod h1:xBQ8jztBU6kakFMg+8WGxn0c6z1fTSPVIjEY1Wr7jzc=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
@@ -29,8 +29,8 @@ golang.org/x/exp v0.0.0-20250911091902-df9299821621 h1:2id6c1/gto0kaHYyrixvknJ8t
2929
golang.org/x/exp v0.0.0-20250911091902-df9299821621/go.mod h1:TwQYMMnGpvZyc+JpB/UAuTNIsVJifOlSkrZkhcvpVUk=
3030
golang.org/x/sync v0.19.0 h1:vV+1eWNmZ5geRlYjzm2adRgW2/mcpevXNg50YZtPCE4=
3131
golang.org/x/sync v0.19.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
32-
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=
33-
google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
32+
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
33+
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
3434
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
3535
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
3636
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

internal/benchmarks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/igrmk/treemap/v2 v2.0.1
88
github.com/jhump/protoreflect v1.14.1 // MUST NOT be updated to v1.15 or higher
99
github.com/stretchr/testify v1.11.1
10-
google.golang.org/protobuf v1.36.10
10+
google.golang.org/protobuf v1.36.11
1111
)
1212

1313
require golang.org/x/sync v0.19.0

internal/benchmarks/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD
117117
google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c=
118118
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
119119
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
120-
google.golang.org/protobuf v1.36.10 h1:AYd7cD/uASjIL6Q9LiTjz8JLcrh/88q5UObnmY3aOOE=
121-
google.golang.org/protobuf v1.36.10/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
120+
google.golang.org/protobuf v1.36.11 h1:fV6ZwhNocDyBLK0dj+fg8ektcVegBBuEolpbTQyBNVE=
121+
google.golang.org/protobuf v1.36.11/go.mod h1:HTf+CrKn2C3g5S8VImy6tdcUvCska2kB7j23XfzDpco=
122122
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
123123
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
124124
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

0 commit comments

Comments
 (0)