| Hugo Arès | a3a1abb | 2018-08-09 13:14:04 -0400 | [diff] [blame] | 1 | workspace(name = "rate_limiter") |
| 2 | |
| 3 | load("//:bazlets.bzl", "load_bazlets") |
| 4 | |
| 5 | load_bazlets( |
| Jacek Centkowski | ff60000 | 2021-01-14 13:42:00 +0100 | [diff] [blame] | 6 | commit = "8dc0767541f16b35d2136eccebffd9ebe2b81133", |
| Hugo Arès | a3a1abb | 2018-08-09 13:14:04 -0400 | [diff] [blame] | 7 | #local_path = "/home/<user>/projects/bazlets", |
| 8 | ) |
| 9 | |
| David Pursehouse | a68d5df | 2020-04-25 13:57:45 +0900 | [diff] [blame] | 10 | load( |
| 11 | "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", |
| 12 | "gerrit_api", |
| 13 | ) |
| 14 | |
| Marco Miller | 330692a | 2020-07-30 11:26:43 -0400 | [diff] [blame] | 15 | gerrit_api(version = "3.3.0-SNAPSHOT") |