forked from pubref/rules_protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeps.bzl
More file actions
31 lines (25 loc) · 918 Bytes
/
deps.bzl
File metadata and controls
31 lines (25 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ****************************************************************
# List of external dependencies
# ****************************************************************
DEPS = {
"org_golang_x_net": {
"rule": "new_go_repository",
"importpath": "golang.org/x/net",
"commit": "2a35e686583654a1b89ca79c4ac78cb3d6529ca3",
},
"com_github_golang_glog": {
"rule": "new_go_repository",
"importpath": "github.com/golang/glog",
"commit": "23def4e6c14b4da8ac2ed8007337bc5eb5007998", # Jan 25, 2016
},
"com_github_golang_protobuf": {
"rule": "new_go_repository",
"importpath": "github.com/golang/protobuf",
"commit": "748d386b5c1ea99658fd69fe9f03991ce86a90c1", # ~ Jul 26, 2017
},
"org_golang_google_grpc": {
"rule": "new_go_repository",
"importpath": "google.golang.org/grpc",
"tag": "v1.2.1",
},
}