11http_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 " ,
66)
7+
78load ("@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+ )
914
1015load ("@bazel_tools//tools/build_defs/repo:git.bzl" , "git_repository" , "new_git_repository" )
1116
1217git_repository (
1318 name = "io_bazel_rules_go" ,
14- remote = "https://github.com/improbable-io/rules_go.git" ,
1519 commit = "d22b20a098718f9156f3152e613554860b399c7a" ,
20+ remote = "https://github.com/improbable-io/rules_go.git" ,
1621)
22+
1723load ("@io_bazel_rules_go//go:def.bzl" , "go_rules_dependencies" , "go_register_toolchains" )
18- go_rules_dependencies ()
19- go_register_toolchains ()
2024
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 ()
2926
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 ()
3728
3829git_repository (
3930 name = "io_bazel_rules_dotnet" ,
31+ commit = "9d3f7951695c95a3ce119c4002c1b67387a2db1e" ,
4032 remote = "https://github.com/bazelbuild/rules_dotnet.git" ,
41- commit = "1a6ca96fe05bca83782464453ac4657fb8ed8379"
4233)
4334
4435load ("@io_bazel_rules_dotnet//dotnet:csharp.bzl" , "csharp_repositories" )
36+
4537csharp_repositories (use_local_mono = True )
4638
4739git_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" ,
5143)
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+
5348csharp_proto_repositories ()
5449
50+ go_proto_repositories ()
51+
52+ proto_repositories ()
53+
5554git_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" ,
5958)
6059
6160git_repository (
6261 name = "improbable_platform" ,
62+ commit = "296b7bd9194204b0a0044555c7d1418416643831" ,
6363 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" ,
6670)
6771
6872new_git_repository (
6973 name = "com_github_googleapis_googleapis" ,
70- remote = "https://github.com/googleapis/googleapis.git" ,
71- commit = "672f0d39cadef1b08b36271a9359e2d169ea0a60" ,
7274 build_file = "@//third_party/googleapis:BUILD" ,
75+ commit = "672f0d39cadef1b08b36271a9359e2d169ea0a60" ,
76+ remote = "https://github.com/googleapis/googleapis.git" ,
7377)
7478
7579git_repository (
@@ -80,26 +84,26 @@ git_repository(
8084
8185new_git_repository (
8286 name = "com_github_mwitkow_go_proto_validators_proto" ,
87+ build_file = "@//third_party/proto_validators:BUILD" ,
8388 commit = "61ea39b6438ad463fc5cc6dbf2ebad1286ce7813" ,
8489 remote = "https://github.com/improbable-io/go-proto-validators" ,
85- build_file = "@//third_party/proto_validators:BUILD" ,
8690 strip_prefix = "src" ,
8791)
8892
8993new_git_repository (
9094 name = "improbable_protoc_gen_gocli" ,
95+ build_file = "@//third_party/protoc_gen_gocli:BUILD" ,
9196 commit = "7d7a36b1ec7123d2af3105fe3a3692f8e56880f2" ,
9297 remote = "[email protected] :improbable/protoc-gen-gocli.git" ,
93- build_file = "@//third_party/protoc_gen_gocli:BUILD" ,
9498 strip_prefix = "bazel_proto" ,
9599)
96100
97101new_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" ,
103107)
104108
105109maven_jar (
0 commit comments