@@ -34,77 +34,69 @@ register_clang_cross_toolchains(clang_version = "11")
34
34
35
35
http_archive (
36
36
name = "rules_python" ,
37
- sha256 = "afe33d4a8091452cb785108f237c7f3dcef56345952aad124954a96d89c4aab6 " ,
38
- strip_prefix = "rules_python-0d23d579fd93b72fe94b27b0077fbf3dc8680724 " ,
39
- urls = ["https://github.com/bazelbuild/rules_python/archive/0d23d579fd93b72fe94b27b0077fbf3dc8680724 .tar.gz" ],
37
+ sha256 = "4feecd37ec6e9941a455a19e7392bed65003eab0aa6ea347ca431bce2640e530 " ,
38
+ strip_prefix = "rules_python-0.3.0 " ,
39
+ urls = ["https://github.com/bazelbuild/rules_python/archive/0.3.0 .tar.gz" ],
40
40
)
41
41
42
- load ("@rules_python//python:repositories.bzl" , "py_repositories" )
43
-
44
- py_repositories ()
45
-
46
- load ("@rules_python//python:pip.bzl" , "pip_repositories" )
47
-
48
- pip_repositories ()
49
-
50
42
# go client deps
51
43
52
44
http_archive (
53
45
name = "io_bazel_rules_go" ,
54
- sha256 = "7904dbecbaffd068651916dce77ff3437679f9d20e1a7956bff43826e7645fcc " ,
46
+ sha256 = "8e968b5fcea1d2d64071872b12737bbb5514524ee5f0a4f54f5920266c261acb " ,
55
47
urls = [
56
- "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.25.1 /rules_go-v0.25.1.tar.gz " ,
57
- "https://github.com/bazelbuild/rules_go/releases/download/v0.25.1 /rules_go-v0.25.1.tar.gz " ,
48
+ "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.28.0 /rules_go-v0.28.0.zip " ,
49
+ "https://github.com/bazelbuild/rules_go/releases/download/v0.28.0 /rules_go-v0.28.0.zip " ,
58
50
],
59
51
)
60
52
61
53
http_archive (
62
54
name = "bazel_gazelle" ,
63
- sha256 = "222e49f034ca7a1d1231422cdb67066b885819885c356673cb1f72f748a3c9d4 " ,
55
+ sha256 = "62ca106be173579c0a167deb23358fdfe71ffa1e4cfdddf5582af26520f1c66f " ,
64
56
urls = [
65
- "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.22.3 /bazel-gazelle-v0.22.3 .tar.gz" ,
66
- "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.22.3 /bazel-gazelle-v0.22.3 .tar.gz" ,
57
+ "https://mirror.bazel.build/github.com/bazelbuild/bazel-gazelle/releases/download/v0.23.0 /bazel-gazelle-v0.23.0 .tar.gz" ,
58
+ "https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.23.0 /bazel-gazelle-v0.23.0 .tar.gz" ,
67
59
],
68
60
)
69
61
70
62
load ("@io_bazel_rules_go//go:deps.bzl" , "go_register_toolchains" , "go_rules_dependencies" )
71
63
72
64
go_rules_dependencies ()
73
65
74
- go_register_toolchains (version = "1.16 " )
66
+ go_register_toolchains (version = "1.17 " )
75
67
76
68
load ("@bazel_gazelle//:deps.bzl" , "gazelle_dependencies" , "go_repository" )
77
69
78
70
gazelle_dependencies ()
79
71
80
72
go_repository (
81
73
name = "org_golang_google_grpc" ,
82
- commit = "f74f0337644653eba7923908a4d7f79a4f3a267b " , # 1.36 .0
74
+ commit = "41e044e1c82fcf6a5801d6cbd7ecf952505eecb1 " , # 1.40 .0
83
75
importpath = "google.golang.org/grpc" ,
84
76
)
85
77
86
78
go_repository (
87
79
name = "org_golang_x_net" ,
88
80
importpath = "golang.org/x/net" ,
89
- sum = "h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628 =" ,
90
- version = "v0.0.0-20190311183353-d8887717615a " ,
81
+ sum = "h1:LO7XpTYMwTqxjLcGWPijK3vRXg1aWdlNOVOHRq45d7c =" ,
82
+ version = "v0.0.0-20210813160813-60bc85c4be6d " ,
91
83
)
92
84
93
85
go_repository (
94
86
name = "org_golang_x_text" ,
95
87
importpath = "golang.org/x/text" ,
96
- sum = "h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg =" ,
97
- version = "v0.3.0 " ,
88
+ sum = "h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk =" ,
89
+ version = "v0.3.7 " ,
98
90
)
99
91
100
92
# protobuf / grpc deps
101
93
102
94
http_archive (
103
95
name = "com_google_protobuf" ,
104
- sha256 = "0cbdc9adda01f6d2facc65a22a2be5cecefbefe5a09e5382ee8879b522c04441 " ,
105
- strip_prefix = "protobuf-3.15.8 " ,
96
+ sha256 = "c6003e1d2e7fefa78a3039f19f383b4f3a61e81be8c19356f85b6461998ad3db " ,
97
+ strip_prefix = "protobuf-3.17.3 " ,
106
98
urls = [
107
- "https://github.com/protocolbuffers/protobuf/archive/v3.15.8 .tar.gz" ,
99
+ "https://github.com/protocolbuffers/protobuf/archive/v3.17.3 .tar.gz" ,
108
100
],
109
101
)
110
102
@@ -114,13 +106,10 @@ protobuf_deps()
114
106
115
107
http_archive (
116
108
name = "com_github_grpc_grpc" ,
117
- patches = [
118
- "@//third_party/grpc:cython_library.patch" ,
119
- ],
120
- sha256 = "bb6de0544adddd54662ba1c314eff974e84c955c39204a4a2b733ccd990354b7" ,
121
- strip_prefix = "grpc-1.36.3" ,
109
+ sha256 = "024118069912358e60722a2b7e507e9c3b51eeaeee06e2dd9d95d9c16f6639ec" ,
110
+ strip_prefix = "grpc-1.39.1" ,
122
111
urls = [
123
- "https://github.com/grpc/grpc/archive/v1.36.3 .tar.gz"
112
+ "https://github.com/grpc/grpc/archive/v1.39.1 .tar.gz"
124
113
],
125
114
)
126
115
0 commit comments