Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit fac966d

Browse files
authored
chore: bump golang/protobuf to 1.5.4 because of nonsense (#61127)
Man I dont even know. Why does golang.google.org/protobuf even depend on github.com/golang/protobuf if the latter is deprecated and explicitly states to use the former...? golang/protobuf#1596 ## Test plan go build & CI
1 parent d4058e9 commit fac966d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ go_repository(
286286
name = "org_golang_google_protobuf",
287287
build_file_proto_mode = "disable_global",
288288
importpath = "google.golang.org/protobuf",
289-
sum = "h1:pPC6BG5ex8PDFnkbrGU3EixyhKcQ2aDuBS36lqK/C7I=",
290-
version = "v1.32.0",
289+
sum = "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=",
290+
version = "v1.33.0",
291291
)
292292

293293
# Pin protoc-gen-go-grpc to 1.3.0

deps.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2331,8 +2331,8 @@ def go_dependencies():
23312331
name = "com_github_golang_protobuf",
23322332
build_file_proto_mode = "disable_global",
23332333
importpath = "github.com/golang/protobuf",
2334-
sum = "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=",
2335-
version = "v1.5.3",
2334+
sum = "h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=",
2335+
version = "v1.5.4",
23362336
)
23372337
go_repository(
23382338
name = "com_github_golang_snappy",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,7 @@ require (
345345
github.com/goccy/go-json v0.10.2 // indirect
346346
github.com/gofrs/uuid/v5 v5.0.0 // indirect
347347
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
348+
github.com/golang/protobuf v1.5.4 // indirect
348349
github.com/google/flatbuffers v2.0.8+incompatible // indirect
349350
github.com/google/gnostic v0.5.7-v3refs // indirect
350351
github.com/google/s2a-go v0.1.7 // indirect
@@ -500,7 +501,6 @@ require (
500501
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
501502
github.com/godbus/dbus/v5 v5.1.0 // indirect
502503
github.com/golang/glog v1.1.2 // indirect
503-
github.com/golang/protobuf v1.5.3 // indirect
504504
github.com/golang/snappy v0.0.4 // indirect
505505
github.com/google/gofuzz v1.2.0 // indirect
506506
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,8 +851,8 @@ github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw
851851
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
852852
github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM=
853853
github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
854-
github.com/golang/protobuf v1.5.3 h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=
855-
github.com/golang/protobuf v1.5.3/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
854+
github.com/golang/protobuf v1.5.4 h1:i7eJL8qZTpSEXOPTxNKhASYpMn+8e5Q6AdndVa1dWek=
855+
github.com/golang/protobuf v1.5.4/go.mod h1:lnTiLA8Wa4RWRcIUkrtSVa5nRhsEGBg48fD6rSs7xps=
856856
github.com/golang/snappy v0.0.0-20170215233205-553a64147049/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
857857
github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
858858
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=

0 commit comments

Comments
 (0)