This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -286,8 +286,8 @@ go_repository(
286
286
name = "org_golang_google_protobuf" ,
287
287
build_file_proto_mode = "disable_global" ,
288
288
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" ,
291
291
)
292
292
293
293
# Pin protoc-gen-go-grpc to 1.3.0
Original file line number Diff line number Diff line change @@ -2331,8 +2331,8 @@ def go_dependencies():
2331
2331
name = "com_github_golang_protobuf" ,
2332
2332
build_file_proto_mode = "disable_global" ,
2333
2333
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 " ,
2336
2336
)
2337
2337
go_repository (
2338
2338
name = "com_github_golang_snappy" ,
Original file line number Diff line number Diff line change @@ -345,6 +345,7 @@ require (
345
345
github.com/goccy/go-json v0.10.2 // indirect
346
346
github.com/gofrs/uuid/v5 v5.0.0 // indirect
347
347
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
348
+ github.com/golang/protobuf v1.5.4 // indirect
348
349
github.com/google/flatbuffers v2.0.8+incompatible // indirect
349
350
github.com/google/gnostic v0.5.7-v3refs // indirect
350
351
github.com/google/s2a-go v0.1.7 // indirect
@@ -500,7 +501,6 @@ require (
500
501
github.com/go-toast/toast v0.0.0-20190211030409-01e6764cf0a4 // indirect
501
502
github.com/godbus/dbus/v5 v5.1.0 // indirect
502
503
github.com/golang/glog v1.1.2 // indirect
503
- github.com/golang/protobuf v1.5.3 // indirect
504
504
github.com/golang/snappy v0.0.4 // indirect
505
505
github.com/google/gofuzz v1.2.0 // indirect
506
506
github.com/google/pprof v0.0.0-20230705174524-200ffdc848b8 // indirect
Original file line number Diff line number Diff line change @@ -851,8 +851,8 @@ github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw
851
851
github.com/golang/protobuf v1.5.0 /go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk =
852
852
github.com/golang/protobuf v1.5.1 /go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM =
853
853
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 =
856
856
github.com/golang/snappy v0.0.0-20170215233205-553a64147049 /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
857
857
github.com/golang/snappy v0.0.1 /go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q =
858
858
github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM =
You can’t perform that action at this time.
0 commit comments