1
1
http_archive (
2
- name = "bazel_skylib" ,
3
- url = "https://github.com/bazelbuild/bazel-skylib/archive/ff23a62c57d2912c3073a69c12f42c3d6e58a957.zip " ,
4
- strip_prefix = "bazel-skylib-ff23a62c57d2912c3073a69c12f42c3d6e58a957" ,
5
- sha256 = "ccf83f162e4a265b3aa09445c84fbc470215e392b250c86f0ce00536c99d5c17 " ,
2
+ name = "bazel_skylib" ,
3
+ sha256 = "ccf83f162e4a265b3aa09445c84fbc470215e392b250c86f0ce00536c99d5c17 " ,
4
+ strip_prefix = "bazel-skylib-ff23a62c57d2912c3073a69c12f42c3d6e58a957" ,
5
+ url = "https://github.com/bazelbuild/bazel-skylib/archive/ff23a62c57d2912c3073a69c12f42c3d6e58a957.zip " ,
6
6
)
7
+
7
8
load ("@bazel_skylib//:lib.bzl" , "versions" )
8
- versions .check (minimum_bazel_version = "0.14.0" )
9
+
10
+ versions .check (
11
+ minimum_bazel_version = "0.18.1" ,
12
+ maximum_bazel_version = "0.18.1" ,
13
+ )
9
14
10
15
load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" , "new_git_repository" )
11
16
12
17
git_repository (
13
18
name = "io_bazel_rules_go" ,
14
- remote = "https://github.com/improbable-io/rules_go.git" ,
15
19
commit = "d22b20a098718f9156f3152e613554860b399c7a" ,
20
+ remote = "https://github.com/improbable-io/rules_go.git" ,
16
21
)
22
+
17
23
load ("@io_bazel_rules_go//go:def.bzl" , "go_rules_dependencies" , "go_register_toolchains" )
18
- go_rules_dependencies ()
19
- go_register_toolchains ()
20
24
21
- git_repository (
22
- name = "org_pubref_rules_protobuf" ,
23
- remote = "https://github.com/pubref/rules_protobuf" ,
24
- commit = "5f6195e83e06db2fd110626b0f2dc64e345e6618"
25
- )
26
- load ("@org_pubref_rules_protobuf//go:rules.bzl" , "go_proto_repositories" , "proto_repositories" )
27
- go_proto_repositories ()
28
- proto_repositories ()
25
+ go_rules_dependencies ()
29
26
30
- # git_repository(
31
- # name = "com_google_grpc",
32
- # remote = "https://github.com/grpc/grpc.git",
33
- # commit = "1a60e6971f428323245a930031ad267bb3142ba4",
34
- # shallow_since = "2018-10-01",
35
- # # build_file = "@//third_party/grpc:BUILD",
36
- # )
27
+ go_register_toolchains ()
37
28
38
29
git_repository (
39
30
name = "io_bazel_rules_dotnet" ,
31
+ commit = "9d3f7951695c95a3ce119c4002c1b67387a2db1e" ,
40
32
remote = "https://github.com/bazelbuild/rules_dotnet.git" ,
41
- commit = "1a6ca96fe05bca83782464453ac4657fb8ed8379"
42
33
)
43
34
44
35
load ("@io_bazel_rules_dotnet//dotnet:csharp.bzl" , "csharp_repositories" )
36
+
45
37
csharp_repositories (use_local_mono = True )
46
38
47
39
git_repository (
48
- name = "org_pubref_rules_protobuf" ,
49
- remote = "https://github.com/pubref/rules_protobuf " ,
50
- commit = "7c8c80b61e3a0bc30fd61302d781a317524b0167"
40
+ name = "org_pubref_rules_protobuf" ,
41
+ commit = "5f6195e83e06db2fd110626b0f2dc64e345e6618 " ,
42
+ remote = "https://github.com/pubref/rules_protobuf" ,
51
43
)
52
- load ("@org_pubref_rules_protobuf//csharp:rules.bzl" , "csharp_proto_repositories" , "new_nuget_package" )
44
+
45
+ load ("@org_pubref_rules_protobuf//go:rules.bzl" , "go_proto_repositories" , "proto_repositories" )
46
+ load ("@org_pubref_rules_protobuf//csharp:rules.bzl" , "csharp_proto_repositories" )
47
+
53
48
csharp_proto_repositories ()
54
49
50
+ go_proto_repositories ()
51
+
52
+ proto_repositories ()
53
+
55
54
git_repository (
56
- name = "gapic_generator" ,
57
- commit = "3a84ca02fca9617e76ed9d59d53aadc3db3826ed" ,
58
- remote = "[email protected] :improbable/sdk-platform-toolkit.git" ,
55
+ name = "gapic_generator" ,
56
+ commit = "3a84ca02fca9617e76ed9d59d53aadc3db3826ed" ,
57
+ remote = "[email protected] :improbable/sdk-platform-toolkit.git" ,
59
58
)
60
59
61
60
git_repository (
62
61
name = "improbable_platform" ,
62
+ commit = "296b7bd9194204b0a0044555c7d1418416643831" ,
63
63
remote = "[email protected] :improbable/platform.git" ,
64
- commit = "e0315520c25f65716ca119d85fc76a967916101c" ,
65
- shallow_since = "2019-04-01" ,
64
+ # Hello! Are you updating the commit of the platform repo dependency? This comment is for you!
65
+ # The "shallow_since" field must be set to the day *before* the day of the commit. You can run
66
+ # the following script inside the *platform* repo to determine the value you should put in the
67
+ # "shallow_since" field based on the commit (replace <commit> with the actual commit hash):
68
+ # $ date --date="$(git show --pretty=format:'%cD' <commit> | head --lines=1)-1 day" "+%F"
69
+ shallow_since = "2019-07-08" ,
66
70
)
67
71
68
72
new_git_repository (
69
73
name = "com_github_googleapis_googleapis" ,
70
- remote = "https://github.com/googleapis/googleapis.git" ,
71
- commit = "672f0d39cadef1b08b36271a9359e2d169ea0a60" ,
72
74
build_file = "@//third_party/googleapis:BUILD" ,
75
+ commit = "672f0d39cadef1b08b36271a9359e2d169ea0a60" ,
76
+ remote = "https://github.com/googleapis/googleapis.git" ,
73
77
)
74
78
75
79
git_repository (
@@ -80,26 +84,26 @@ git_repository(
80
84
81
85
new_git_repository (
82
86
name = "com_github_mwitkow_go_proto_validators_proto" ,
87
+ build_file = "@//third_party/proto_validators:BUILD" ,
83
88
commit = "61ea39b6438ad463fc5cc6dbf2ebad1286ce7813" ,
84
89
remote = "https://github.com/improbable-io/go-proto-validators" ,
85
- build_file = "@//third_party/proto_validators:BUILD" ,
86
90
strip_prefix = "src" ,
87
91
)
88
92
89
93
new_git_repository (
90
94
name = "improbable_protoc_gen_gocli" ,
95
+ build_file = "@//third_party/protoc_gen_gocli:BUILD" ,
91
96
commit = "7d7a36b1ec7123d2af3105fe3a3692f8e56880f2" ,
92
97
remote = "[email protected] :improbable/protoc-gen-gocli.git" ,
93
- build_file = "@//third_party/protoc_gen_gocli:BUILD" ,
94
98
strip_prefix = "bazel_proto" ,
95
99
)
96
100
97
101
new_git_repository (
98
- name = "com_github_improbable_io_go_proto_logfields_proto" ,
99
- commit = "6e66e74a1763de7e1372586f671d4a88023297eb " ,
100
- remote = "https://github.com/improbable-io/go-proto-logfields " ,
101
- build_file = "@//third_party/proto_logfields:BUILD " ,
102
- strip_prefix = "src" ,
102
+ name = "com_github_improbable_io_go_proto_logfields_proto" ,
103
+ build_file = "@//third_party/proto_logfields:BUILD " ,
104
+ commit = "6e66e74a1763de7e1372586f671d4a88023297eb " ,
105
+ remote = "https://github.com/improbable-io/go-proto-logfields " ,
106
+ strip_prefix = "src" ,
103
107
)
104
108
105
109
maven_jar (
0 commit comments