| 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( | 
| David Pursehouse | a68d5df | 2020-04-25 13:57:45 +0900 | [diff] [blame^] | 6 | commit = "5c26af9e0374ede4cd67939be972adf6c4cda791", | 
| Hugo Arès | a3a1abb | 2018-08-09 13:14:04 -0400 | [diff] [blame] | 7 | #local_path = "/home/<user>/projects/bazlets", | 
|  | 8 | ) | 
|  | 9 |  | 
| Marco Miller | fe4d720 | 2018-10-30 10:49:17 -0400 | [diff] [blame] | 10 | # Snapshot Plugin API | 
| Marco Miller | 7d5b81c | 2020-01-08 12:35:04 -0500 | [diff] [blame] | 11 | #load( | 
| David Pursehouse | a68d5df | 2020-04-25 13:57:45 +0900 | [diff] [blame^] | 12 | # "@com_googlesource_gerrit_bazlets//:gerrit_api_maven_local.bzl", | 
|  | 13 | # "gerrit_api_maven_local", | 
| Marco Miller | 7d5b81c | 2020-01-08 12:35:04 -0500 | [diff] [blame] | 14 | #) | 
|  | 15 |  | 
| David Pursehouse | a68d5df | 2020-04-25 13:57:45 +0900 | [diff] [blame^] | 16 | # Load snapshot Plugin API | 
|  | 17 | #gerrit_api_maven_local() | 
|  | 18 |  | 
|  | 19 | # Release Plugin API | 
|  | 20 | load( | 
|  | 21 | "@com_googlesource_gerrit_bazlets//:gerrit_api.bzl", | 
|  | 22 | "gerrit_api", | 
|  | 23 | ) | 
|  | 24 |  | 
| Hugo Arès | a3a1abb | 2018-08-09 13:14:04 -0400 | [diff] [blame] | 25 | # Load release Plugin API | 
| David Pursehouse | a68d5df | 2020-04-25 13:57:45 +0900 | [diff] [blame^] | 26 | gerrit_api() |