1load("@bazel_gazelle//:deps.bzl", "go_repository") 2 3def go_repositories(): 4 go_repository( 5 name = "co_honnef_go_tools", 6 importpath = "honnef.co/go/tools", 7 sum = "h1:W18jzjh8mfPez+AwGLxmOImucz/IFjpNlrKVnaj2YVc=", 8 version = "v0.0.1-2020.1.6", 9 ) 10 go_repository( 11 name = "com_github_99designs_goodies", 12 importpath = "github.com/99designs/goodies", 13 sum = "h1:fDVqZtKvHbahsmAyx44RVCFK5uuqXHzZfeegx37QJwk=", 14 version = "v0.0.0-20140916053233-ec7f410f2ff2", 15 ) 16 go_repository( 17 name = "com_github_a8m_envsubst", 18 importpath = "github.com/a8m/envsubst", 19 sum = "h1:yvzAhJD2QKdo35Ut03wIfXQmg+ta3wC/1bskfZynz+Q=", 20 version = "v1.2.0", 21 ) 22 go_repository( 23 name = "com_github_aclements_go_gg", 24 importpath = "github.com/aclements/go-gg", 25 sum = "h1:KJgh99JlYRhfgHtb7XyhAZSJMdfkjVmo3PP7XO1/HO8=", 26 version = "v0.0.0-20170323211221-abd1f791f5ee", 27 ) 28 go_repository( 29 name = "com_github_aclements_go_moremath", 30 importpath = "github.com/aclements/go-moremath", 31 sum = "h1:a7+Y8VlXRC2VX5ue6tpCutr4PsrkRkWWVZv4zqfaHuc=", 32 version = "v0.0.0-20190830160640-d16893ddf098", 33 ) 34 go_repository( 35 name = "com_github_afex_hystrix_go", 36 importpath = "github.com/afex/hystrix-go", 37 sum = "h1:rFw4nCn9iMW+Vajsk51NtYIcwSTkXr+JGrMd36kTDJw=", 38 version = "v0.0.0-20180502004556-fa1af6a1f4f5", 39 ) 40 go_repository( 41 name = "com_github_agnivade_levenshtein", 42 importpath = "github.com/agnivade/levenshtein", 43 sum = "h1:3oJU7J3FGFmyhn8KHjmVaZCN5hxTr7GxgRue+sxIXdQ=", 44 version = "v1.0.1", 45 ) 46 go_repository( 47 name = "com_github_ajstarks_deck", 48 importpath = "github.com/ajstarks/deck", 49 sum = "h1:30XVZzSxUv+pE25mnlAL5nW/KsUDBmldePggLIAEJgk=", 50 version = "v0.0.0-20191009173945-82d717002242", 51 ) 52 go_repository( 53 name = "com_github_ajstarks_svgo", 54 importpath = "github.com/ajstarks/svgo", 55 sum = "h1:kZegOsPGxfV9mM8WzfllNZOx3MvM5zItmhQlvITKVvA=", 56 version = "v0.0.0-20190826172357-de52242f3d65", 57 ) 58 go_repository( 59 name = "com_github_akavel_rsrc", 60 importpath = "github.com/akavel/rsrc", 61 sum = "h1:zjWn7ukO9Kc5Q62DOJCcxGpXC18RawVtYAGdz2aLlfw=", 62 version = "v0.8.0", 63 ) 64 go_repository( 65 name = "com_github_alcortesm_tgz", 66 importpath = "github.com/alcortesm/tgz", 67 sum = "h1:uSoVVbwJiQipAclBbw+8quDsfcvFjOpI5iCf4p/cqCs=", 68 version = "v0.0.0-20161220082320-9c5fe88206d7", 69 ) 70 go_repository( 71 name = "com_github_alecthomas_jsonschema", 72 importpath = "github.com/alecthomas/jsonschema", 73 sum = "h1:mT8qSzuyEAkxbv4GBln7yeuQZpBnfikr3PTuiPs6Z3k=", 74 version = "v0.0.0-20210526225647-edb03dcab7bc", 75 ) 76 go_repository( 77 name = "com_github_alecthomas_template", 78 importpath = "github.com/alecthomas/template", 79 sum = "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", 80 version = "v0.0.0-20190718012654-fb15b899a751", 81 ) 82 go_repository( 83 name = "com_github_alecthomas_units", 84 importpath = "github.com/alecthomas/units", 85 sum = "h1:UQZhZ2O0vMHr2cI+DC1Mbh0TJxzA3RcLoMsFw+aXw7E=", 86 version = "v0.0.0-20190924025748-f65c72e2690d", 87 ) 88 go_repository( 89 name = "com_github_andreyvit_diff", 90 importpath = "github.com/andreyvit/diff", 91 sum = "h1:bvNMNQO63//z+xNgfBlViaCIJKLlCJ6/fmUseuG0wVQ=", 92 version = "v0.0.0-20170406064948-c7f18ee00883", 93 ) 94 go_repository( 95 name = "com_github_andybalholm_cascadia", 96 importpath = "github.com/andybalholm/cascadia", 97 sum = "h1:vuRCkM5Ozh/BfmsaTm26kbjm0mIOM3yS5Ek/F5h18aE=", 98 version = "v1.2.0", 99 ) 100 go_repository( 101 name = "com_github_andygrunwald_go_gerrit", 102 importpath = "github.com/andygrunwald/go-gerrit", 103 sum = "h1:MPEPS9/Wj22GJws8T+Ghs0FzncChap413xWSIihlwvg=", 104 version = "v0.0.0-20200503132804-ed2419acda39", 105 ) 106 go_repository( 107 name = "com_github_anmitsu_go_shlex", 108 importpath = "github.com/anmitsu/go-shlex", 109 sum = "h1:kFOfPq6dUM1hTo4JG6LR5AXSUEsOjtdm0kw0FtQtMJA=", 110 version = "v0.0.0-20161002113705-648efa622239", 111 ) 112 go_repository( 113 name = "com_github_apache_arrow_go_arrow", 114 importpath = "github.com/apache/arrow/go/arrow", 115 sum = "h1:5ultmol0yeX75oh1hY78uAFn3dupBQ/QUNxERCkiaUQ=", 116 version = "v0.0.0-20200601151325-b2287a20f230", 117 ) 118 go_repository( 119 name = "com_github_apache_thrift", 120 importpath = "github.com/apache/thrift", 121 sum = "h1:5hryIiq9gtn+MiLVn0wP37kb/uTeRZgN08WoCsAhIhI=", 122 version = "v0.13.0", 123 ) 124 go_repository( 125 name = "com_github_armon_circbuf", 126 importpath = "github.com/armon/circbuf", 127 sum = "h1:QEF07wC0T1rKkctt1RINW/+RMTVmiwxETico2l3gxJA=", 128 version = "v0.0.0-20150827004946-bbbad097214e", 129 ) 130 go_repository( 131 name = "com_github_armon_consul_api", 132 importpath = "github.com/armon/consul-api", 133 sum = "h1:G1bPvciwNyF7IUmKXNt9Ak3m6u9DE1rF+RmtIkBpVdA=", 134 version = "v0.0.0-20180202201655-eb2c6b5be1b6", 135 ) 136 go_repository( 137 name = "com_github_armon_go_metrics", 138 importpath = "github.com/armon/go-metrics", 139 sum = "h1:8GUt8eRujhVEGZFFEjBj46YV4rDjvGrNxb0KMWYkL2I=", 140 version = "v0.0.0-20180917152333-f0300d1749da", 141 ) 142 go_repository( 143 name = "com_github_armon_go_radix", 144 importpath = "github.com/armon/go-radix", 145 sum = "h1:BUAU3CGlLvorLI26FmByPp2eC2qla6E1Tw+scpcg/to=", 146 version = "v0.0.0-20180808171621-7fddfc383310", 147 ) 148 go_repository( 149 name = "com_github_armon_go_socks5", 150 importpath = "github.com/armon/go-socks5", 151 sum = "h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio=", 152 version = "v0.0.0-20160902184237-e75332964ef5", 153 ) 154 go_repository( 155 name = "com_github_aryann_difflib", 156 importpath = "github.com/aryann/difflib", 157 sum = "h1:pv34s756C4pEXnjgPfGYgdhg/ZdajGhyOvzx8k+23nw=", 158 version = "v0.0.0-20170710044230-e206f873d14a", 159 ) 160 go_repository( 161 name = "com_github_asaskevich_govalidator", 162 importpath = "github.com/asaskevich/govalidator", 163 sum = "h1:idn718Q4B6AGu/h5Sxe66HYVdqdGu2l9Iebqhi/AEoA=", 164 version = "v0.0.0-20190424111038-f61b66f89f4a", 165 ) 166 go_repository( 167 name = "com_github_aws_aws_lambda_go", 168 importpath = "github.com/aws/aws-lambda-go", 169 sum = "h1:SuCy7H3NLyp+1Mrfp+m80jcbi9KYWAs9/BXwppwRDzY=", 170 version = "v1.13.3", 171 ) 172 go_repository( 173 name = "com_github_aws_aws_sdk_go", 174 importpath = "github.com/aws/aws-sdk-go", 175 sum = "h1:Gka1bopihF2e9XFhuVZPrgafmOFpCsRtAPMYLp/0AfA=", 176 version = "v1.35.18", 177 ) 178 go_repository( 179 name = "com_github_aws_aws_sdk_go_v2", 180 importpath = "github.com/aws/aws-sdk-go-v2", 181 sum = "h1:qZ+woO4SamnH/eEbjM2IDLhRNwIwND/RQyVlBLp3Jqg=", 182 version = "v0.18.0", 183 ) 184 go_repository( 185 name = "com_github_azure_go_ansiterm", 186 importpath = "github.com/Azure/go-ansiterm", 187 sum = "h1:w+iIsaOQNcT7OZ575w+acHgRric5iCyQh+xv+KJ4HB8=", 188 version = "v0.0.0-20170929234023-d6e3b3328b78", 189 ) 190 go_repository( 191 name = "com_github_azure_go_autorest", 192 importpath = "github.com/Azure/go-autorest", 193 sum = "h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs=", 194 version = "v14.2.0+incompatible", 195 ) 196 go_repository( 197 name = "com_github_azure_go_autorest_autorest", 198 importpath = "github.com/Azure/go-autorest/autorest", 199 sum = "h1:gI8ytXbxMfI+IVbI9mP2JGCTXIuhHLgRlvQ9X4PsnHE=", 200 version = "v0.11.12", 201 ) 202 go_repository( 203 name = "com_github_azure_go_autorest_autorest_adal", 204 importpath = "github.com/Azure/go-autorest/autorest/adal", 205 sum = "h1:Y3bBUV4rTuxenJJs41HU3qmqsb+auo+a3Lz+PlJPpL0=", 206 version = "v0.9.5", 207 ) 208 go_repository( 209 name = "com_github_azure_go_autorest_autorest_date", 210 importpath = "github.com/Azure/go-autorest/autorest/date", 211 sum = "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=", 212 version = "v0.3.0", 213 ) 214 go_repository( 215 name = "com_github_azure_go_autorest_autorest_mocks", 216 importpath = "github.com/Azure/go-autorest/autorest/mocks", 217 sum = "h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk=", 218 version = "v0.4.1", 219 ) 220 go_repository( 221 name = "com_github_azure_go_autorest_logger", 222 importpath = "github.com/Azure/go-autorest/logger", 223 sum = "h1:e4RVHVZKC5p6UANLJHkM4OfR1UKZPj8Wt8Pcx+3oqrE=", 224 version = "v0.2.0", 225 ) 226 go_repository( 227 name = "com_github_azure_go_autorest_tracing", 228 importpath = "github.com/Azure/go-autorest/tracing", 229 sum = "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=", 230 version = "v0.6.0", 231 ) 232 go_repository( 233 name = "com_github_bazelbuild_bazel_gazelle", 234 importpath = "github.com/bazelbuild/bazel-gazelle", 235 sum = "h1:Ks6YN+WkOv2lYWlvf7ksxUpLvrDbBHPBXXUrBFQ3BZM=", 236 version = "v0.23.0", 237 ) 238 go_repository( 239 name = "com_github_bazelbuild_buildtools", 240 importpath = "github.com/bazelbuild/buildtools", 241 sum = "h1:a+J2VBrlAmgdb1eXDTFxdoPA/wA/L2+33DcdfzhnhXM=", 242 version = "v0.0.0-20201102150426-f0f162f0456b", 243 ) 244 go_repository( 245 name = "com_github_bazelbuild_remote_apis", 246 importpath = "github.com/bazelbuild/remote-apis", 247 sum = "h1:/EMHYfINZDLrrr4f72+MxCYvmJ9EYcL8PYbQFHrnm38=", 248 version = "v0.0.0-20201209220655-9e72daff42c9", 249 ) 250 go_repository( 251 name = "com_github_bazelbuild_remote_apis_sdks", 252 importpath = "github.com/bazelbuild/remote-apis-sdks", 253 sum = "h1:T8tt5LPzm/nE/+DdopIs+6qOOAUNme01K7+d5y5lkxc=", 254 version = "v0.0.0-20201120151053-8f976b9bf4fc", 255 ) 256 go_repository( 257 name = "com_github_bazelbuild_rules_go", 258 importpath = "github.com/bazelbuild/rules_go", 259 sum = "h1:mb2SfWfQcOkIGTEf8QdRna9nF6nnjlyv/qeXvPVkleE=", 260 version = "v0.25.0", 261 ) 262 go_repository( 263 name = "com_github_beorn7_perks", 264 importpath = "github.com/beorn7/perks", 265 sum = "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", 266 version = "v1.0.1", 267 ) 268 go_repository( 269 name = "com_github_bgentry_speakeasy", 270 importpath = "github.com/bgentry/speakeasy", 271 sum = "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", 272 version = "v0.1.0", 273 ) 274 go_repository( 275 name = "com_github_bitly_go_hostpool", 276 importpath = "github.com/bitly/go-hostpool", 277 sum = "h1:mXoPYz/Ul5HYEDvkta6I8/rnYM5gSdSV2tJ6XbZuEtY=", 278 version = "v0.0.0-20171023180738-a3a6125de932", 279 ) 280 go_repository( 281 name = "com_github_bkaradzic_go_lz4", 282 importpath = "github.com/bkaradzic/go-lz4", 283 sum = "h1:RXc4wYsyz985CkXXeX04y4VnZFGG8Rd43pRaHsOXAKk=", 284 version = "v1.0.0", 285 ) 286 go_repository( 287 name = "com_github_bketelsen_crypt", 288 importpath = "github.com/bketelsen/crypt", 289 sum = "h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc=", 290 version = "v0.0.3-0.20200106085610-5cbc8cc4026c", 291 ) 292 go_repository( 293 name = "com_github_blang_semver", 294 importpath = "github.com/blang/semver", 295 sum = "h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ=", 296 version = "v3.5.1+incompatible", 297 ) 298 go_repository( 299 name = "com_github_bmatcuk_doublestar", 300 importpath = "github.com/bmatcuk/doublestar", 301 sum = "h1:oC24CykoSAB8zd7XgruHo33E0cHJf/WhQA/7BeXj+x0=", 302 version = "v1.2.2", 303 ) 304 go_repository( 305 name = "com_github_bmizerany_assert", 306 importpath = "github.com/bmizerany/assert", 307 sum = "h1:DDGfHa7BWjL4YnC6+E63dPcxHo2sUxDIu8g3QgEJdRY=", 308 version = "v0.0.0-20160611221934-b7ed37b82869", 309 ) 310 go_repository( 311 name = "com_github_boltdb_bolt", 312 importpath = "github.com/boltdb/bolt", 313 sum = "h1:JQmyP4ZBrce+ZQu0dY660FMfatumYDLun9hBCUVIkF4=", 314 version = "v1.3.1", 315 ) 316 go_repository( 317 name = "com_github_boombuler_barcode", 318 importpath = "github.com/boombuler/barcode", 319 sum = "h1:s1TvRnXwL2xJRaccrdcBQMZxq6X7DvsMogtmJeHDdrc=", 320 version = "v1.0.0", 321 ) 322 go_repository( 323 name = "com_github_bradfitz_go_smtpd", 324 importpath = "github.com/bradfitz/go-smtpd", 325 sum = "h1:ckJgFhFWywOx+YLEMIJsTb+NV6NexWICk5+AMSuz3ss=", 326 version = "v0.0.0-20170404230938-deb6d6237625", 327 ) 328 go_repository( 329 name = "com_github_bradfitz_gomemcache", 330 importpath = "github.com/bradfitz/gomemcache", 331 sum = "h1:L/QXpzIa3pOvUGt1D1lA5KjYhPBAN/3iWdP7xeFS9F0=", 332 version = "v0.0.0-20190913173617-a41fca850d0b", 333 ) 334 go_repository( 335 name = "com_github_burntsushi_toml", 336 importpath = "github.com/BurntSushi/toml", 337 sum = "h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=", 338 version = "v0.3.1", 339 ) 340 go_repository( 341 name = "com_github_burntsushi_xgb", 342 importpath = "github.com/BurntSushi/xgb", 343 sum = "h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc=", 344 version = "v0.0.0-20160522181843-27f122750802", 345 ) 346 go_repository( 347 name = "com_github_casbin_casbin_v2", 348 importpath = "github.com/casbin/casbin/v2", 349 sum = "h1:bTwon/ECRx9dwBy2ewRVr5OiqjeXSGiTUY74sDPQi/g=", 350 version = "v2.1.2", 351 ) 352 go_repository( 353 name = "com_github_cenkalti_backoff", 354 importpath = "github.com/cenkalti/backoff", 355 sum = "h1:tNowT99t7UNflLxfYYSlKYsBpXdEet03Pg2g16Swow4=", 356 version = "v2.2.1+incompatible", 357 ) 358 go_repository( 359 name = "com_github_cenkalti_backoff_v4", 360 importpath = "github.com/cenkalti/backoff/v4", 361 sum = "h1:JIufpQLbh4DkbQoii76ItQIUFzevQSqOLZca4eamEDs=", 362 version = "v4.0.2", 363 ) 364 go_repository( 365 name = "com_github_census_instrumentation_opencensus_proto", 366 importpath = "github.com/census-instrumentation/opencensus-proto", 367 sum = "h1:t/LhUZLVitR1Ow2YOnduCsavhwFUklBMoGVYUCqmCqk=", 368 version = "v0.3.0", 369 ) 370 go_repository( 371 name = "com_github_cespare_xxhash", 372 importpath = "github.com/cespare/xxhash", 373 sum = "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", 374 version = "v1.1.0", 375 ) 376 go_repository( 377 name = "com_github_cespare_xxhash_v2", 378 importpath = "github.com/cespare/xxhash/v2", 379 sum = "h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=", 380 version = "v2.1.1", 381 ) 382 go_repository( 383 name = "com_github_chai2010_gettext_go", 384 importpath = "github.com/chai2010/gettext-go", 385 sum = "h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8=", 386 version = "v0.0.0-20160711120539-c6fed771bfd5", 387 ) 388 go_repository( 389 name = "com_github_chzyer_logex", 390 importpath = "github.com/chzyer/logex", 391 sum = "h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=", 392 version = "v1.1.10", 393 ) 394 go_repository( 395 name = "com_github_chzyer_readline", 396 importpath = "github.com/chzyer/readline", 397 sum = "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=", 398 version = "v0.0.0-20180603132655-2972be24d48e", 399 ) 400 go_repository( 401 name = "com_github_chzyer_test", 402 importpath = "github.com/chzyer/test", 403 sum = "h1:q763qf9huN11kDQavWsoZXJNW3xEE4JJyHa5Q25/sd8=", 404 version = "v0.0.0-20180213035817-a1ea475d72b1", 405 ) 406 go_repository( 407 name = "com_github_clbanning_x2j", 408 importpath = "github.com/clbanning/x2j", 409 sum = "h1:EdRZT3IeKQmfCSrgo8SZ8V3MEnskuJP0wCYNpe+aiXo=", 410 version = "v0.0.0-20191024224557-825249438eec", 411 ) 412 go_repository( 413 name = "com_github_clickhouse_clickhouse_go", 414 importpath = "github.com/ClickHouse/clickhouse-go", 415 sum = "h1:HvD2NhKPLSeO3Ots6YV0ePgs4l3wO0bLqa9Uk1yeMOs=", 416 version = "v1.3.12", 417 ) 418 go_repository( 419 name = "com_github_client9_misspell", 420 importpath = "github.com/client9/misspell", 421 sum = "h1:ta993UF76GwbvJcIo3Y68y/M3WxlpEHPWIGDkJYwzJI=", 422 version = "v0.3.4", 423 ) 424 go_repository( 425 name = "com_github_cloudflare_golz4", 426 importpath = "github.com/cloudflare/golz4", 427 sum = "h1:F1EaeKL/ta07PY/k9Os/UFtwERei2/XzGemhpGnBKNg=", 428 version = "v0.0.0-20150217214814-ef862a3cdc58", 429 ) 430 go_repository( 431 name = "com_github_cncf_udpa_go", 432 importpath = "github.com/cncf/udpa/go", 433 sum = "h1:WBZRG4aNOuI15bLRrCgN8fCq8E5Xuty6jGbmSNEvSsU=", 434 version = "v0.0.0-20191209042840-269d4d468f6f", 435 ) 436 go_repository( 437 name = "com_github_cockroachdb_apd", 438 importpath = "github.com/cockroachdb/apd", 439 sum = "h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I=", 440 version = "v1.1.0", 441 ) 442 go_repository( 443 name = "com_github_cockroachdb_cockroach_go", 444 importpath = "github.com/cockroachdb/cockroach-go", 445 sum = "h1:eApuUG8W2EtBVwxqLlY2wgoqDYOg3WvIHGvW4fUbbow=", 446 version = "v0.0.0-20190925194419-606b3d062051", 447 ) 448 go_repository( 449 name = "com_github_cockroachdb_cockroach_go_v2", 450 importpath = "github.com/cockroachdb/cockroach-go/v2", 451 sum = "h1:zicZlBhWZu6wfK7Ezg4Owdc3HamLpRdBllPTT9tb+2k=", 452 version = "v2.1.0", 453 ) 454 go_repository( 455 name = "com_github_cockroachdb_datadriven", 456 importpath = "github.com/cockroachdb/datadriven", 457 sum = "h1:OaNxuTZr7kxeODyLWsRMC+OD03aFUH+mW6r2d+MWa5Y=", 458 version = "v0.0.0-20190809214429-80d97fb3cbaa", 459 ) 460 go_repository( 461 name = "com_github_codahale_hdrhistogram", 462 importpath = "github.com/codahale/hdrhistogram", 463 sum = "h1:qMd81Ts1T2OTKmB4acZcyKaMtRnY5Y44NuXGX2GFJ1w=", 464 version = "v0.0.0-20161010025455-3a0bb77429bd", 465 ) 466 go_repository( 467 name = "com_github_codegangsta_negroni", 468 importpath = "github.com/codegangsta/negroni", 469 sum = "h1:+aYywywx4bnKXWvoWtRfJ91vC59NbEhEY03sZjQhbVY=", 470 version = "v1.0.0", 471 ) 472 go_repository( 473 name = "com_github_containerd_containerd", 474 importpath = "github.com/containerd/containerd", 475 sum = "h1:pASeJT3R3YyVn+94qEPk0SnU1OQ20Jd/T+SPKy9xehY=", 476 version = "v1.4.1", 477 ) 478 go_repository( 479 name = "com_github_coreos_bbolt", 480 importpath = "github.com/coreos/bbolt", 481 sum = "h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s=", 482 version = "v1.3.2", 483 ) 484 go_repository( 485 name = "com_github_coreos_etcd", 486 importpath = "github.com/coreos/etcd", 487 sum = "h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ=", 488 version = "v3.3.13+incompatible", 489 ) 490 go_repository( 491 name = "com_github_coreos_go_etcd", 492 importpath = "github.com/coreos/go-etcd", 493 sum = "h1:bXhRBIXoTm9BYHS3gE0TtQuyNZyeEMux2sDi4oo5YOo=", 494 version = "v2.0.0+incompatible", 495 ) 496 go_repository( 497 name = "com_github_coreos_go_semver", 498 importpath = "github.com/coreos/go-semver", 499 sum = "h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM=", 500 version = "v0.3.0", 501 ) 502 go_repository( 503 name = "com_github_coreos_go_systemd", 504 importpath = "github.com/coreos/go-systemd", 505 sum = "h1:JOrtw2xFKzlg+cbHpyrpLDmnN1HqhBfnX7WDiW7eG2c=", 506 version = "v0.0.0-20190719114852-fd7a80b32e1f", 507 ) 508 go_repository( 509 name = "com_github_coreos_go_systemd_v22", 510 importpath = "github.com/coreos/go-systemd/v22", 511 sum = "h1:kq/SbG2BCKLkDKkjQf5OWwKWUKj1lgs3lFI4PxnR5lg=", 512 version = "v22.1.0", 513 ) 514 go_repository( 515 name = "com_github_coreos_pkg", 516 importpath = "github.com/coreos/pkg", 517 sum = "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", 518 version = "v0.0.0-20180928190104-399ea9e2e55f", 519 ) 520 go_repository( 521 name = "com_github_cpuguy83_go_md2man", 522 importpath = "github.com/cpuguy83/go-md2man", 523 sum = "h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF22jk=", 524 version = "v1.0.10", 525 ) 526 go_repository( 527 name = "com_github_cpuguy83_go_md2man_v2", 528 importpath = "github.com/cpuguy83/go-md2man/v2", 529 sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=", 530 version = "v2.0.0", 531 ) 532 go_repository( 533 name = "com_github_creack_pty", 534 importpath = "github.com/creack/pty", 535 sum = "h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=", 536 version = "v1.1.11", 537 ) 538 go_repository( 539 name = "com_github_cznic_cc", 540 importpath = "github.com/cznic/cc", 541 sum = "h1:AePLLLsGE1yOEDAmaJlQ9zd/9qiaEVskYukZ1f2srAA=", 542 version = "v0.0.0-20181122101902-d673e9b70d4d", 543 ) 544 go_repository( 545 name = "com_github_cznic_fileutil", 546 importpath = "github.com/cznic/fileutil", 547 sum = "h1:94XgeeTZ+3Xi9zsdgBjP1Byx/wywCImjF8FzQ7OaKdU=", 548 version = "v0.0.0-20181122101858-4d67cfea8c87", 549 ) 550 go_repository( 551 name = "com_github_cznic_golex", 552 importpath = "github.com/cznic/golex", 553 sum = "h1:G8zTsaqyVfIHpgMFcGgdbhHSFhlNc77rAKkhVbQ9kQg=", 554 version = "v0.0.0-20181122101858-9c343928389c", 555 ) 556 go_repository( 557 name = "com_github_cznic_internal", 558 importpath = "github.com/cznic/internal", 559 sum = "h1:58AcyflCe84EONph4gkyo3eDOEQcW5HIPfQBrD76W68=", 560 version = "v0.0.0-20181122101858-3279554c546e", 561 ) 562 go_repository( 563 name = "com_github_cznic_ir", 564 importpath = "github.com/cznic/ir", 565 sum = "h1:GelTfvbS1tZtnyCTx3aMIHbRw5euyrfHd6H3rLqLlHU=", 566 version = "v0.0.0-20181122101859-da7ba2ecce8b", 567 ) 568 go_repository( 569 name = "com_github_cznic_lex", 570 importpath = "github.com/cznic/lex", 571 sum = "h1:KJtZdP0G3jUnpgEWZdJ7326WvTbREwcwlDSOpkpNZGY=", 572 version = "v0.0.0-20181122101858-ce0fb5e9bb1b", 573 ) 574 go_repository( 575 name = "com_github_cznic_lexer", 576 importpath = "github.com/cznic/lexer", 577 sum = "h1:K5kIaw68kxYw40mp8YKuwKrb63R0BPCR1iEGvBR6Mfs=", 578 version = "v0.0.0-20181122101858-e884d4bd112e", 579 ) 580 go_repository( 581 name = "com_github_cznic_mathutil", 582 importpath = "github.com/cznic/mathutil", 583 sum = "h1:iwZdTE0PVqJCos1vaoKsclOGD3ADKpshg3SRtYBbwso=", 584 version = "v0.0.0-20181122101859-297441e03548", 585 ) 586 go_repository( 587 name = "com_github_cznic_strutil", 588 importpath = "github.com/cznic/strutil", 589 sum = "h1:MZRmHqDBd0vxNwenEbKSQqRVT24d3C05ft8kduSwlqM=", 590 version = "v0.0.0-20181122101858-275e90344537", 591 ) 592 go_repository( 593 name = "com_github_cznic_xc", 594 importpath = "github.com/cznic/xc", 595 sum = "h1:U9mUTtTukbCdFuphv3QiJBjtImXsUTHcX5toZZi4OzY=", 596 version = "v0.0.0-20181122101856-45b06973881e", 597 ) 598 go_repository( 599 name = "com_github_daaku_go_zipexe", 600 importpath = "github.com/daaku/go.zipexe", 601 sum = "h1:wV4zMsDOI2SZ2m7Tdz1Ps96Zrx+TzaK15VbUaGozw0M=", 602 version = "v1.0.1", 603 ) 604 go_repository( 605 name = "com_github_danjacques_gofslock", 606 importpath = "github.com/danjacques/gofslock", 607 sum = "h1:IKVDBWlOZykX5WFI5DyYjX8oL+6+YuovdUvOf+1WHNQ=", 608 version = "v0.0.0-20200623023034-5d0bd0fa6ef0", 609 ) 610 go_repository( 611 name = "com_github_davecgh_go_spew", 612 importpath = "github.com/davecgh/go-spew", 613 sum = "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", 614 version = "v1.1.1", 615 ) 616 go_repository( 617 name = "com_github_daviddengcn_go_colortext", 618 importpath = "github.com/daviddengcn/go-colortext", 619 sum = "h1:uVsMphB1eRx7xB1njzL3fuMdWRN8HtVzoUOItHMwv5c=", 620 version = "v0.0.0-20160507010035-511bcaf42ccd", 621 ) 622 go_repository( 623 name = "com_github_denisenkom_go_mssqldb", 624 importpath = "github.com/denisenkom/go-mssqldb", 625 sum = "h1:NfhRXXFDPxcF5Cwo06DzeIaE7uuJtAUhsDwH3LNsjos=", 626 version = "v0.0.0-20200620013148-b91950f658ec", 627 ) 628 go_repository( 629 name = "com_github_dgraph_io_ristretto", 630 importpath = "github.com/dgraph-io/ristretto", 631 sum = "h1:jh22xisGBjrEVnRZ1DVTpBVQm0Xndu8sMl0CWDzSIBI=", 632 version = "v0.0.3", 633 ) 634 go_repository( 635 name = "com_github_dgrijalva_jwt_go", 636 importpath = "github.com/dgrijalva/jwt-go", 637 sum = "h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM=", 638 version = "v3.2.0+incompatible", 639 ) 640 go_repository( 641 name = "com_github_dgryski_go_farm", 642 importpath = "github.com/dgryski/go-farm", 643 sum = "h1:tdlZCpZ/P9DhczCTSixgIKmwPv6+wP5DGjqLYw5SUiA=", 644 version = "v0.0.0-20190423205320-6a90982ecee2", 645 ) 646 go_repository( 647 name = "com_github_dgryski_go_sip13", 648 importpath = "github.com/dgryski/go-sip13", 649 sum = "h1:RMLoZVzv4GliuWafOuPuQDKSm1SJph7uCRnnS61JAn4=", 650 version = "v0.0.0-20181026042036-e10d5fee7954", 651 ) 652 go_repository( 653 name = "com_github_dhui_dktest", 654 importpath = "github.com/dhui/dktest", 655 sum = "h1:nZSDcnkpbotzT/nEHNsO+JCKY8i1Qoki1AYOpeLRb6M=", 656 version = "v0.3.2", 657 ) 658 go_repository( 659 name = "com_github_disintegration_gift", 660 importpath = "github.com/disintegration/gift", 661 sum = "h1:Y005a1X4Z7Uc+0gLpSAsKhWi4qLtsdEcMIbbdvdZ6pc=", 662 version = "v1.2.1", 663 ) 664 go_repository( 665 name = "com_github_docker_distribution", 666 importpath = "github.com/docker/distribution", 667 sum = "h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug=", 668 version = "v2.7.1+incompatible", 669 ) 670 go_repository( 671 name = "com_github_docker_docker", 672 importpath = "github.com/docker/docker", 673 sum = "h1:tmV+YbYOUAYDmAiamzhRKqQXaAUyUY2xVt27Rv7rCzA=", 674 version = "v1.4.2-0.20200213202729-31a86c4ab209", 675 ) 676 go_repository( 677 name = "com_github_docker_go_connections", 678 importpath = "github.com/docker/go-connections", 679 sum = "h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=", 680 version = "v0.4.0", 681 ) 682 go_repository( 683 name = "com_github_docker_go_units", 684 importpath = "github.com/docker/go-units", 685 sum = "h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw=", 686 version = "v0.4.0", 687 ) 688 go_repository( 689 name = "com_github_docker_spdystream", 690 importpath = "github.com/docker/spdystream", 691 sum = "h1:cenwrSVm+Z7QLSV/BsnenAOcDXdX4cMv4wP0B/5QbPg=", 692 version = "v0.0.0-20160310174837-449fdfce4d96", 693 ) 694 go_repository( 695 name = "com_github_docopt_docopt_go", 696 importpath = "github.com/docopt/docopt-go", 697 sum = "h1:bWDMxwH3px2JBh6AyO7hdCn/PkvCZXii8TGj7sbtEbQ=", 698 version = "v0.0.0-20180111231733-ee0de3bc6815", 699 ) 700 go_repository( 701 name = "com_github_dustin_go_humanize", 702 importpath = "github.com/dustin/go-humanize", 703 sum = "h1:VSnTsYCnlFHaM2/igO1h6X3HA71jcobQuxemgkq4zYo=", 704 version = "v1.0.0", 705 ) 706 go_repository( 707 name = "com_github_eapache_go_resiliency", 708 importpath = "github.com/eapache/go-resiliency", 709 sum = "h1:1NtRmCAqadE2FN4ZcN6g90TP3uk8cg9rn9eNK2197aU=", 710 version = "v1.1.0", 711 ) 712 go_repository( 713 name = "com_github_eapache_go_xerial_snappy", 714 importpath = "github.com/eapache/go-xerial-snappy", 715 sum = "h1:YEetp8/yCZMuEPMUDHG0CW/brkkEp8mzqk2+ODEitlw=", 716 version = "v0.0.0-20180814174437-776d5712da21", 717 ) 718 go_repository( 719 name = "com_github_eapache_queue", 720 importpath = "github.com/eapache/queue", 721 sum = "h1:YOEu7KNc61ntiQlcEeUIoDTJ2o8mQznoNvUhiigpIqc=", 722 version = "v1.1.0", 723 ) 724 go_repository( 725 name = "com_github_edsrzf_mmap_go", 726 importpath = "github.com/edsrzf/mmap-go", 727 sum = "h1:CEBF7HpRnUCSJgGUb5h1Gm7e3VkmVDrR8lvWVLtrOFw=", 728 version = "v1.0.0", 729 ) 730 go_repository( 731 name = "com_github_elazarl_goproxy", 732 importpath = "github.com/elazarl/goproxy", 733 sum = "h1:yUdfgN0XgIJw7foRItutHYUIhlcKzcSf5vDpdhQAKTc=", 734 version = "v0.0.0-20180725130230-947c36da3153", 735 ) 736 go_repository( 737 name = "com_github_emicklei_go_restful", 738 importpath = "github.com/emicklei/go-restful", 739 sum = "h1:spTtZBk5DYEvbxMVutUuTyh1Ao2r4iyvLdACqsl/Ljk=", 740 version = "v2.9.5+incompatible", 741 ) 742 go_repository( 743 name = "com_github_emirpasic_gods", 744 importpath = "github.com/emirpasic/gods", 745 sum = "h1:QAUIPSaCu4G+POclxeqb3F+WPpdKqFGlw36+yOzGlrg=", 746 version = "v1.12.0", 747 ) 748 go_repository( 749 name = "com_github_envoyproxy_go_control_plane", 750 importpath = "github.com/envoyproxy/go-control-plane", 751 sum = "h1:rEvIZUSZ3fx39WIi3JkQqQBitGwpELBIYWeBVh6wn+E=", 752 version = "v0.9.4", 753 ) 754 go_repository( 755 name = "com_github_envoyproxy_protoc_gen_validate", 756 importpath = "github.com/envoyproxy/protoc-gen-validate", 757 sum = "h1:EQciDnbrYxy13PgWoY8AqoxGiPrpgBZ1R8UNe3ddc+A=", 758 version = "v0.1.0", 759 ) 760 go_repository( 761 name = "com_github_evanphx_json_patch", 762 importpath = "github.com/evanphx/json-patch", 763 sum = "h1:kLcOMZeuLAJvL2BPWLMIj5oaZQobrkAqrL+WFZwQses=", 764 version = "v4.9.0+incompatible", 765 ) 766 go_repository( 767 name = "com_github_exponent_io_jsonpath", 768 importpath = "github.com/exponent-io/jsonpath", 769 sum = "h1:105gxyaGwCFad8crR9dcMQWvV9Hvulu6hwUh4tWPJnM=", 770 version = "v0.0.0-20151013193312-d6023ce2651d", 771 ) 772 go_repository( 773 name = "com_github_fatih_camelcase", 774 importpath = "github.com/fatih/camelcase", 775 sum = "h1:hxNvNX/xYBp0ovncs8WyWZrOrpBNub/JfaMvbURyft8=", 776 version = "v1.0.0", 777 ) 778 go_repository( 779 name = "com_github_fatih_color", 780 importpath = "github.com/fatih/color", 781 sum = "h1:DkWD4oS2D8LGGgTQ6IvwJJXSL5Vp2ffcQg58nFV38Ys=", 782 version = "v1.7.0", 783 ) 784 go_repository( 785 name = "com_github_fiorix_go_web", 786 importpath = "github.com/fiorix/go-web", 787 sum = "h1:P/Czr+qFBdKELw4nys0x2e5nkT9niVq/2FS63ArJzm4=", 788 version = "v1.0.1-0.20150221144011-5b593f1e8966", 789 ) 790 go_repository( 791 name = "com_github_flynn_go_shlex", 792 importpath = "github.com/flynn/go-shlex", 793 sum = "h1:BHsljHzVlRcyQhjrss6TZTdY2VfCqZPbv5k3iBFa2ZQ=", 794 version = "v0.0.0-20150515145356-3f9db97f8568", 795 ) 796 go_repository( 797 name = "com_github_flynn_json5", 798 importpath = "github.com/flynn/json5", 799 sum = "h1:xJMmr4GMYIbALX5edyoDIOQpc2bOQTeJiWMeCl9lX/8=", 800 version = "v0.0.0-20160717195620-7620272ed633", 801 ) 802 go_repository( 803 name = "com_github_fogleman_gg", 804 importpath = "github.com/fogleman/gg", 805 sum = "h1:/7zJX8F6AaYQc57WQCyN9cAIz+4bCJGO9B+dyW29am8=", 806 version = "v1.3.0", 807 ) 808 go_repository( 809 name = "com_github_form3tech_oss_jwt_go", 810 importpath = "github.com/form3tech-oss/jwt-go", 811 sum = "h1:TcekIExNqud5crz4xD2pavyTgWiPvpYe4Xau31I0PRk=", 812 version = "v3.2.2+incompatible", 813 ) 814 go_repository( 815 name = "com_github_fortytw2_leaktest", 816 importpath = "github.com/fortytw2/leaktest", 817 sum = "h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8vw=", 818 version = "v1.3.0", 819 ) 820 go_repository( 821 name = "com_github_franela_goblin", 822 importpath = "github.com/franela/goblin", 823 sum = "h1:gb2Z18BhTPJPpLQWj4T+rfKHYCHxRHCtRxhKKjRidVw=", 824 version = "v0.0.0-20200105215937-c9ffbefa60db", 825 ) 826 go_repository( 827 name = "com_github_franela_goreq", 828 importpath = "github.com/franela/goreq", 829 sum = "h1:a9ENSRDFBUPkJ5lCgVZh26+ZbGyoVJG7yb5SSzF5H54=", 830 version = "v0.0.0-20171204163338-bcd34c9993f8", 831 ) 832 go_repository( 833 name = "com_github_fsnotify_fsnotify", 834 importpath = "github.com/fsnotify/fsnotify", 835 sum = "h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4=", 836 version = "v1.4.9", 837 ) 838 go_repository( 839 name = "com_github_fsouza_fake_gcs_server", 840 importpath = "github.com/fsouza/fake-gcs-server", 841 sum = "h1:OeH75kBZcZa3ZE+zz/mFdJ2btt9FgqfjI7gIh9+5fvk=", 842 version = "v1.17.0", 843 ) 844 go_repository( 845 name = "com_github_fvbommel_sortorder", 846 importpath = "github.com/fvbommel/sortorder", 847 sum = "h1:dSnXLt4mJYH25uDDGa3biZNQsozaUWDSWeKJ0qqFfzE=", 848 version = "v1.0.1", 849 ) 850 go_repository( 851 name = "com_github_garyburd_redigo", 852 importpath = "github.com/garyburd/redigo", 853 sum = "h1:0VruCpn7yAIIu7pWVClQC8wxCJEcG3nyzpMSHKi1PQc=", 854 version = "v1.6.0", 855 ) 856 go_repository( 857 name = "com_github_geertjohan_go_incremental", 858 importpath = "github.com/GeertJohan/go.incremental", 859 sum = "h1:7AH+pY1XUgQE4Y1HcXYaMqAI0m9yrFqo/jt0CW30vsg=", 860 version = "v1.0.0", 861 ) 862 go_repository( 863 name = "com_github_geertjohan_go_rice", 864 importpath = "github.com/GeertJohan/go.rice", 865 sum = "h1:KkI6O9uMaQU3VEKaj01ulavtF7o1fWT7+pk/4voiMLQ=", 866 version = "v1.0.0", 867 ) 868 go_repository( 869 name = "com_github_ghodss_yaml", 870 importpath = "github.com/ghodss/yaml", 871 sum = "h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk=", 872 version = "v1.0.0", 873 ) 874 go_repository( 875 name = "com_github_gliderlabs_ssh", 876 importpath = "github.com/gliderlabs/ssh", 877 sum = "h1:6zsha5zo/TWhRhwqCD3+EarCAgZ2yN28ipRnGPnwkI0=", 878 version = "v0.2.2", 879 ) 880 go_repository( 881 name = "com_github_globalsign_mgo", 882 importpath = "github.com/globalsign/mgo", 883 sum = "h1:DujepqpGd1hyOd7aW59XpK7Qymp8iy83xq74fLr21is=", 884 version = "v0.0.0-20181015135952-eeefdecb41b8", 885 ) 886 go_repository( 887 name = "com_github_go_errors_errors", 888 importpath = "github.com/go-errors/errors", 889 sum = "h1:LUHzmkK3GUKUrL/1gfBUxAHzcev3apQlezX/+O7ma6w=", 890 version = "v1.0.1", 891 ) 892 go_repository( 893 name = "com_github_go_gl_glfw", 894 importpath = "github.com/go-gl/glfw", 895 sum = "h1:QbL/5oDUmRBzO9/Z7Seo6zf912W/a6Sr4Eu0G/3Jho0=", 896 version = "v0.0.0-20190409004039-e6da0acd62b1", 897 ) 898 go_repository( 899 name = "com_github_go_gl_glfw_v3_3_glfw", 900 importpath = "github.com/go-gl/glfw/v3.3/glfw", 901 sum = "h1:WtGNWLvXpe6ZudgnXrq0barxBImvnnJoMEhXAzcbM0I=", 902 version = "v0.0.0-20200222043503-6f7a984d4dc4", 903 ) 904 go_repository( 905 name = "com_github_go_kit_kit", 906 importpath = "github.com/go-kit/kit", 907 sum = "h1:dXFJfIHVvUcpSgDOV+Ne6t7jXri8Tfv2uOLHUZ2XNuo=", 908 version = "v0.10.0", 909 ) 910 go_repository( 911 name = "com_github_go_logfmt_logfmt", 912 importpath = "github.com/go-logfmt/logfmt", 913 sum = "h1:TrB8swr/68K7m9CcGut2g3UOihhbcbiMAYiuTXdEih4=", 914 version = "v0.5.0", 915 ) 916 go_repository( 917 name = "com_github_go_logr_logr", 918 importpath = "github.com/go-logr/logr", 919 sum = "h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc=", 920 version = "v0.4.0", 921 ) 922 go_repository( 923 name = "com_github_go_openapi_analysis", 924 importpath = "github.com/go-openapi/analysis", 925 sum = "h1:8b2ZgKfKIUTVQpTb77MoRDIMEIwvDVw40o3aOXdfYzI=", 926 version = "v0.19.5", 927 ) 928 go_repository( 929 name = "com_github_go_openapi_errors", 930 importpath = "github.com/go-openapi/errors", 931 sum = "h1:a2kIyV3w+OS3S97zxUndRVD46+FhGOUBDFY7nmu4CsY=", 932 version = "v0.19.2", 933 ) 934 go_repository( 935 name = "com_github_go_openapi_jsonpointer", 936 importpath = "github.com/go-openapi/jsonpointer", 937 sum = "h1:gihV7YNZK1iK6Tgwwsxo2rJbD1GTbdm72325Bq8FI3w=", 938 version = "v0.19.3", 939 ) 940 go_repository( 941 name = "com_github_go_openapi_jsonreference", 942 importpath = "github.com/go-openapi/jsonreference", 943 sum = "h1:5cxNfTy0UVC3X8JL5ymxzyoUZmo8iZb+jeTWn7tUa8o=", 944 version = "v0.19.3", 945 ) 946 go_repository( 947 name = "com_github_go_openapi_loads", 948 importpath = "github.com/go-openapi/loads", 949 sum = "h1:5I4CCSqoWzT+82bBkNIvmLc0UOsoKKQ4Fz+3VxOB7SY=", 950 version = "v0.19.4", 951 ) 952 go_repository( 953 name = "com_github_go_openapi_runtime", 954 importpath = "github.com/go-openapi/runtime", 955 sum = "h1:csnOgcgAiuGoM/Po7PEpKDoNulCcF3FGbSnbHfxgjMI=", 956 version = "v0.19.4", 957 ) 958 go_repository( 959 name = "com_github_go_openapi_spec", 960 importpath = "github.com/go-openapi/spec", 961 sum = "h1:Xm0Ao53uqnk9QE/LlYV5DEU09UAgpliA85QoT9LzqPw=", 962 version = "v0.19.5", 963 ) 964 go_repository( 965 name = "com_github_go_openapi_strfmt", 966 importpath = "github.com/go-openapi/strfmt", 967 sum = "h1:0utjKrw+BAh8s57XE9Xz8DUBsVvPmRUB6styvl9wWIM=", 968 version = "v0.19.5", 969 ) 970 go_repository( 971 name = "com_github_go_openapi_swag", 972 importpath = "github.com/go-openapi/swag", 973 sum = "h1:lTz6Ys4CmqqCQmZPBlbQENR1/GucA2bzYTE12Pw4tFY=", 974 version = "v0.19.5", 975 ) 976 go_repository( 977 name = "com_github_go_openapi_validate", 978 importpath = "github.com/go-openapi/validate", 979 sum = "h1:YFzsdWIDfVuLvIOF+ZmKjVg1MbPJ1QgY9PihMwei1ys=", 980 version = "v0.19.8", 981 ) 982 go_repository( 983 name = "com_github_go_python_gpython", 984 importpath = "github.com/go-python/gpython", 985 sum = "h1:QNFZ0h540Lajx7Pi/os06XzzdYUQG+2sV7IvPo/Mvmg=", 986 version = "v0.0.3", 987 ) 988 go_repository( 989 name = "com_github_go_sql_driver_mysql", 990 importpath = "github.com/go-sql-driver/mysql", 991 sum = "h1:ozyZYNQW3x3HtqT1jira07DN2PArx2v7/mN66gGcHOs=", 992 version = "v1.5.0", 993 ) 994 go_repository( 995 name = "com_github_go_stack_stack", 996 importpath = "github.com/go-stack/stack", 997 sum = "h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=", 998 version = "v1.8.0", 999 ) 1000 go_repository( 1001 name = "com_github_gobuffalo_here", 1002 importpath = "github.com/gobuffalo/here", 1003 sum = "h1:hYrd0a6gDmWxBM4TnrGw8mQg24iSVoIkHEk7FodQcBI=", 1004 version = "v0.6.0", 1005 ) 1006 go_repository( 1007 name = "com_github_gobwas_glob", 1008 importpath = "github.com/gobwas/glob", 1009 sum = "h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y=", 1010 version = "v0.2.3", 1011 ) 1012 go_repository( 1013 name = "com_github_gocql_gocql", 1014 importpath = "github.com/gocql/gocql", 1015 sum = "h1:vF83LI8tAakwEwvWZtrIEx7pOySacl2TOxx6eXk4ePo=", 1016 version = "v0.0.0-20190301043612-f6df8288f9b4", 1017 ) 1018 go_repository( 1019 name = "com_github_godbus_dbus", 1020 importpath = "github.com/godbus/dbus", 1021 sum = "h1:WqqLRTsQic3apZUK9qC5sGNfXthmPXzUZ7nQPrNITa4=", 1022 version = "v4.1.0+incompatible", 1023 ) 1024 go_repository( 1025 name = "com_github_godbus_dbus_v5", 1026 importpath = "github.com/godbus/dbus/v5", 1027 sum = "h1:ZqHaoEF7TBzh4jzPmqVhE/5A1z9of6orkAe5uHoAeME=", 1028 version = "v5.0.3", 1029 ) 1030 go_repository( 1031 name = "com_github_gofrs_uuid", 1032 importpath = "github.com/gofrs/uuid", 1033 sum = "h1:8K4tyRfvU1CYPgJsveYFQMhpFd/wXNM7iK6rR7UHz84=", 1034 version = "v3.3.0+incompatible", 1035 ) 1036 go_repository( 1037 name = "com_github_gogo_googleapis", 1038 importpath = "github.com/gogo/googleapis", 1039 sum = "h1:kFkMAZBNAn4j7K0GiZr8cRYzejq68VbheufiV3YuyFI=", 1040 version = "v1.1.0", 1041 ) 1042 go_repository( 1043 name = "com_github_gogo_protobuf", 1044 importpath = "github.com/gogo/protobuf", 1045 sum = "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", 1046 version = "v1.3.2", 1047 ) 1048 go_repository( 1049 name = "com_github_golang_freetype", 1050 importpath = "github.com/golang/freetype", 1051 sum = "h1:DACJavvAHhabrF08vX0COfcOBJRhZ8lUbR+ZWIs0Y5g=", 1052 version = "v0.0.0-20170609003504-e2365dfdc4a0", 1053 ) 1054 go_repository( 1055 name = "com_github_golang_glog", 1056 importpath = "github.com/golang/glog", 1057 sum = "h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=", 1058 version = "v0.0.0-20160126235308-23def4e6c14b", 1059 ) 1060 go_repository( 1061 name = "com_github_golang_groupcache", 1062 importpath = "github.com/golang/groupcache", 1063 sum = "h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY=", 1064 version = "v0.0.0-20200121045136-8c9f03a8e57e", 1065 ) 1066 go_repository( 1067 name = "com_github_golang_migrate_migrate_v4", 1068 importpath = "github.com/golang-migrate/migrate/v4", 1069 sum = "h1:5S7HMjiq9u50X3+WXpzXPbUj1qUFuZRm8NCsX989Tn4=", 1070 version = "v4.13.0", 1071 ) 1072 go_repository( 1073 name = "com_github_golang_mock", 1074 importpath = "github.com/golang/mock", 1075 sum = "h1:l75CXGRSwbaYNpl/Z2X1XIIAMSCquvXgpVZDhwEIJsc=", 1076 version = "v1.4.4", 1077 ) 1078 go_repository( 1079 name = "com_github_golang_protobuf", 1080 importpath = "github.com/golang/protobuf", 1081 sum = "h1:JjCZWpVbqXDqFVmTfYWEVTMIYrL/NPdPSCHPJ0T/raM=", 1082 version = "v1.4.3", 1083 ) 1084 go_repository( 1085 name = "com_github_golang_snappy", 1086 importpath = "github.com/golang/snappy", 1087 sum = "h1:aeE13tS0IiQgFjYdoL8qN3K1N2bXXtI6Vi51/y7BpMw=", 1088 version = "v0.0.2", 1089 ) 1090 go_repository( 1091 name = "com_github_golang_sql_civil", 1092 importpath = "github.com/golang-sql/civil", 1093 sum = "h1:lXe2qZdvpiX5WZkZR4hgp4KJVfY3nMkvmwbVkpv1rVY=", 1094 version = "v0.0.0-20190719163853-cb61b32ac6fe", 1095 ) 1096 go_repository( 1097 name = "com_github_golangplus_testing", 1098 importpath = "github.com/golangplus/testing", 1099 sum = "h1:KhcknUwkWHKZPbFy2P7jH5LKJ3La+0ZeknkkmrSgqb0=", 1100 version = "v0.0.0-20180327235837-af21d9c3145e", 1101 ) 1102 go_repository( 1103 name = "com_github_gonum_blas", 1104 importpath = "github.com/gonum/blas", 1105 sum = "h1:Q0Jsdxl5jbxouNs1TQYt0gxesYMU4VXRbsTlgDloZ50=", 1106 version = "v0.0.0-20181208220705-f22b278b28ac", 1107 ) 1108 go_repository( 1109 name = "com_github_gonum_floats", 1110 importpath = "github.com/gonum/floats", 1111 sum = "h1:EvokxLQsaaQjcWVWSV38221VAK7qc2zhaO17bKys/18=", 1112 version = "v0.0.0-20181209220543-c233463c7e82", 1113 ) 1114 go_repository( 1115 name = "com_github_gonum_internal", 1116 importpath = "github.com/gonum/internal", 1117 sum = "h1:8jtTdc+Nfj9AR+0soOeia9UZSvYBvETVHZrugUowJ7M=", 1118 version = "v0.0.0-20181124074243-f884aa714029", 1119 ) 1120 go_repository( 1121 name = "com_github_gonum_lapack", 1122 importpath = "github.com/gonum/lapack", 1123 sum = "h1:7qnwS9+oeSiOIsiUMajT+0R7HR6hw5NegnKPmn/94oI=", 1124 version = "v0.0.0-20181123203213-e4cdc5a0bff9", 1125 ) 1126 go_repository( 1127 name = "com_github_gonum_matrix", 1128 importpath = "github.com/gonum/matrix", 1129 sum = "h1:V2IgdyerlBa/MxaEFRbV5juy/C3MGdj4ePi+g6ePIp4=", 1130 version = "v0.0.0-20181209220409-c518dec07be9", 1131 ) 1132 go_repository( 1133 name = "com_github_google_addlicense", 1134 importpath = "github.com/google/addlicense", 1135 sum = "h1:ydbHzabf84uucKri5fcfiqYxGg+rYgP/zQfLLN8lyP0=", 1136 version = "v0.0.0-20190510175307-22550fa7c1b0", 1137 ) 1138 go_repository( 1139 name = "com_github_google_btree", 1140 importpath = "github.com/google/btree", 1141 sum = "h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo=", 1142 version = "v1.0.0", 1143 ) 1144 go_repository( 1145 name = "com_github_google_flatbuffers", 1146 importpath = "github.com/google/flatbuffers", 1147 sum = "h1:O7CEyB8Cb3/DmtxODGtLHcEvpr81Jm5qLg/hsHnxA2A=", 1148 version = "v1.11.0", 1149 ) 1150 go_repository( 1151 name = "com_github_google_go_cmp", 1152 importpath = "github.com/google/go-cmp", 1153 sum = "h1:L8R9j+yAqZuZjsqh/z+F1NCffTKKLShY6zXTItVIZ8M=", 1154 version = "v0.5.4", 1155 ) 1156 go_repository( 1157 name = "com_github_google_go_github", 1158 importpath = "github.com/google/go-github", 1159 sum = "h1:N0LgJ1j65A7kfXrZnUDaYCs/Sf4rEjNlfyDHW9dolSY=", 1160 version = "v17.0.0+incompatible", 1161 ) 1162 go_repository( 1163 name = "com_github_google_go_github_v29", 1164 importpath = "github.com/google/go-github/v29", 1165 sum = "h1:IktKCTwU//aFHnpA+2SLIi7Oo9uhAzgsdZNbcAqhgdc=", 1166 version = "v29.0.3", 1167 ) 1168 go_repository( 1169 name = "com_github_google_go_licenses", 1170 importpath = "github.com/google/go-licenses", 1171 sum = "h1:ZK63Yns/0Y8hE5y50WuSsfFWNPmpYDQ9tzh/J2vWV8c=", 1172 version = "v0.0.0-20210816172045-3099c18c36e1", 1173 ) 1174 go_repository( 1175 name = "com_github_google_go_querystring", 1176 importpath = "github.com/google/go-querystring", 1177 sum = "h1:Xkwi/a1rcvNg1PPYe5vI8GbeBY/jrVuDX5ASuANWTrk=", 1178 version = "v1.0.0", 1179 ) 1180 go_repository( 1181 name = "com_github_google_gofuzz", 1182 importpath = "github.com/google/gofuzz", 1183 sum = "h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0=", 1184 version = "v1.2.0", 1185 ) 1186 go_repository( 1187 name = "com_github_google_licenseclassifier", 1188 importpath = "github.com/google/licenseclassifier", 1189 sum = "h1:TJsAqW6zLRMDTyGmc9TPosfn9OyVlHs8Hrn3pY6ONSY=", 1190 version = "v0.0.0-20210722185704-3043a050f148", 1191 ) 1192 go_repository( 1193 name = "com_github_google_martian", 1194 importpath = "github.com/google/martian", 1195 sum = "h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no=", 1196 version = "v2.1.0+incompatible", 1197 ) 1198 go_repository( 1199 name = "com_github_google_martian_v3", 1200 importpath = "github.com/google/martian/v3", 1201 sum = "h1:wCKgOCHuUEVfsaQLpPSJb7VdYCdTVZQAuOdYm1yc/60=", 1202 version = "v3.1.0", 1203 ) 1204 go_repository( 1205 name = "com_github_google_pprof", 1206 importpath = "github.com/google/pprof", 1207 sum = "h1:Jx2lEv4nMccTJE+IIZOVIvk+DjNKlRsW0sm1uBr896U=", 1208 version = "v0.0.0-20201023163331-3e6fc7fc9c4c", 1209 ) 1210 go_repository( 1211 name = "com_github_google_renameio", 1212 importpath = "github.com/google/renameio", 1213 sum = "h1:GOZbcHa3HfsPKPlmyPyN2KEohoMXOhdMbHrvbpl2QaA=", 1214 version = "v0.1.0", 1215 ) 1216 go_repository( 1217 name = "com_github_google_shlex", 1218 importpath = "github.com/google/shlex", 1219 sum = "h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4=", 1220 version = "v0.0.0-20191202100458-e7afc7fbc510", 1221 ) 1222 go_repository( 1223 name = "com_github_google_uuid", 1224 importpath = "github.com/google/uuid", 1225 sum = "h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y=", 1226 version = "v1.1.2", 1227 ) 1228 go_repository( 1229 name = "com_github_googleapis_gax_go", 1230 importpath = "github.com/googleapis/gax-go", 1231 sum = "h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww=", 1232 version = "v2.0.2+incompatible", 1233 ) 1234 go_repository( 1235 name = "com_github_googleapis_gax_go_v2", 1236 importpath = "github.com/googleapis/gax-go/v2", 1237 sum = "h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM=", 1238 version = "v2.0.5", 1239 ) 1240 go_repository( 1241 name = "com_github_googleapis_gnostic", 1242 importpath = "github.com/googleapis/gnostic", 1243 sum = "h1:2qsuRm+bzgwSIKikigPASa2GhW8H2Dn4Qq7UxD8K/48=", 1244 version = "v0.5.3", 1245 ) 1246 go_repository( 1247 name = "com_github_gophercloud_gophercloud", 1248 importpath = "github.com/gophercloud/gophercloud", 1249 sum = "h1:P/nh25+rzXouhytV2pUHBb65fnds26Ghl8/391+sT5o=", 1250 version = "v0.1.0", 1251 ) 1252 go_repository( 1253 name = "com_github_gopherjs_gopherjs", 1254 importpath = "github.com/gopherjs/gopherjs", 1255 sum = "h1:l5lAOZEym3oK3SQ2HBHWsJUfbNBiTXJDeW2QDxw9AQ0=", 1256 version = "v0.0.0-20200217142428-fce0ec30dd00", 1257 ) 1258 go_repository( 1259 name = "com_github_gopherjs_gopherwasm", 1260 importpath = "github.com/gopherjs/gopherwasm", 1261 sum = "h1:32nge/RlujS1Im4HNCJPp0NbBOAeBXFuT1KonUuLl+Y=", 1262 version = "v1.0.0", 1263 ) 1264 go_repository( 1265 name = "com_github_gorilla_context", 1266 importpath = "github.com/gorilla/context", 1267 sum = "h1:AWwleXJkX/nhcU9bZSnZoi3h/qGYqQAGhq6zZe/aQW8=", 1268 version = "v1.1.1", 1269 ) 1270 go_repository( 1271 name = "com_github_gorilla_csrf", 1272 importpath = "github.com/gorilla/csrf", 1273 sum = "h1:mMPjV5/3Zd460xCavIkppUdvnl5fPXMpv2uz2Zyg7/Y=", 1274 version = "v1.7.0", 1275 ) 1276 go_repository( 1277 name = "com_github_gorilla_handlers", 1278 importpath = "github.com/gorilla/handlers", 1279 sum = "h1:0QniY0USkHQ1RGCLfKxeNHK9bkDHGRYGNDFBCS+YARg=", 1280 version = "v1.4.2", 1281 ) 1282 go_repository( 1283 name = "com_github_gorilla_mux", 1284 importpath = "github.com/gorilla/mux", 1285 sum = "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=", 1286 version = "v1.8.0", 1287 ) 1288 go_repository( 1289 name = "com_github_gorilla_securecookie", 1290 importpath = "github.com/gorilla/securecookie", 1291 sum = "h1:miw7JPhV+b/lAHSXz4qd/nN9jRiAFV5FwjeKyCS8BvQ=", 1292 version = "v1.1.1", 1293 ) 1294 go_repository( 1295 name = "com_github_gorilla_websocket", 1296 importpath = "github.com/gorilla/websocket", 1297 sum = "h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc=", 1298 version = "v1.4.2", 1299 ) 1300 go_repository( 1301 name = "com_github_gregjones_httpcache", 1302 importpath = "github.com/gregjones/httpcache", 1303 sum = "h1:pdN6V1QBWetyv/0+wjACpqVH+eVULgEjkurDLq3goeM=", 1304 version = "v0.0.0-20180305231024-9cad4c3443a7", 1305 ) 1306 go_repository( 1307 name = "com_github_grpc_ecosystem_go_grpc_middleware", 1308 importpath = "github.com/grpc-ecosystem/go-grpc-middleware", 1309 sum = "h1:z53tR0945TRRQO/fLEVPI6SMv7ZflF0TEaTAoU7tOzg=", 1310 version = "v1.0.1-0.20190118093823-f849b5445de4", 1311 ) 1312 go_repository( 1313 name = "com_github_grpc_ecosystem_go_grpc_prometheus", 1314 importpath = "github.com/grpc-ecosystem/go-grpc-prometheus", 1315 sum = "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=", 1316 version = "v1.2.0", 1317 ) 1318 go_repository( 1319 name = "com_github_grpc_ecosystem_grpc_gateway", 1320 importpath = "github.com/grpc-ecosystem/grpc-gateway", 1321 sum = "h1:UImYN5qQ8tuGpGE16ZmjvcTtTw24zw1QAp/SlnNrZhI=", 1322 version = "v1.9.5", 1323 ) 1324 go_repository( 1325 name = "com_github_hailocab_go_hostpool", 1326 importpath = "github.com/hailocab/go-hostpool", 1327 sum = "h1:5upAirOpQc1Q53c0bnx2ufif5kANL7bfZWcc6VJWJd8=", 1328 version = "v0.0.0-20160125115350-e80d13ce29ed", 1329 ) 1330 go_repository( 1331 name = "com_github_hako_durafmt", 1332 importpath = "github.com/hako/durafmt", 1333 sum = "h1:BpJ2o0OR5FV7vrkDYfXYVJQeMNWa8RhklZOpW2ITAIQ=", 1334 version = "v0.0.0-20200710122514-c0fb7b4da026", 1335 ) 1336 go_repository( 1337 name = "com_github_hashicorp_consul_api", 1338 importpath = "github.com/hashicorp/consul/api", 1339 sum = "h1:HXNYlRkkM/t+Y/Yhxtwcy02dlYwIaoxzvxPnS+cqy78=", 1340 version = "v1.3.0", 1341 ) 1342 go_repository( 1343 name = "com_github_hashicorp_consul_sdk", 1344 importpath = "github.com/hashicorp/consul/sdk", 1345 sum = "h1:UOxjlb4xVNF93jak1mzzoBatyFju9nrkxpVwIp/QqxQ=", 1346 version = "v0.3.0", 1347 ) 1348 go_repository( 1349 name = "com_github_hashicorp_errwrap", 1350 importpath = "github.com/hashicorp/errwrap", 1351 sum = "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=", 1352 version = "v1.1.0", 1353 ) 1354 go_repository( 1355 name = "com_github_hashicorp_go_cleanhttp", 1356 importpath = "github.com/hashicorp/go-cleanhttp", 1357 sum = "h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM=", 1358 version = "v0.5.1", 1359 ) 1360 go_repository( 1361 name = "com_github_hashicorp_go_immutable_radix", 1362 importpath = "github.com/hashicorp/go-immutable-radix", 1363 sum = "h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=", 1364 version = "v1.0.0", 1365 ) 1366 go_repository( 1367 name = "com_github_hashicorp_go_msgpack", 1368 importpath = "github.com/hashicorp/go-msgpack", 1369 sum = "h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4=", 1370 version = "v0.5.3", 1371 ) 1372 go_repository( 1373 name = "com_github_hashicorp_go_multierror", 1374 importpath = "github.com/hashicorp/go-multierror", 1375 sum = "h1:B9UzwGQJehnUY1yNrnwREHc3fGbC2xefo8g4TbElacI=", 1376 version = "v1.1.0", 1377 ) 1378 go_repository( 1379 name = "com_github_hashicorp_go_net", 1380 importpath = "github.com/hashicorp/go.net", 1381 sum = "h1:sNCoNyDEvN1xa+X0baata4RdcpKwcMS6DH+xwfqPgjw=", 1382 version = "v0.0.1", 1383 ) 1384 go_repository( 1385 name = "com_github_hashicorp_go_rootcerts", 1386 importpath = "github.com/hashicorp/go-rootcerts", 1387 sum = "h1:Rqb66Oo1X/eSV1x66xbDccZjhJigjg0+e82kpwzSwCI=", 1388 version = "v1.0.0", 1389 ) 1390 go_repository( 1391 name = "com_github_hashicorp_go_sockaddr", 1392 importpath = "github.com/hashicorp/go-sockaddr", 1393 sum = "h1:GeH6tui99pF4NJgfnhp+L6+FfobzVW3Ah46sLo0ICXs=", 1394 version = "v1.0.0", 1395 ) 1396 go_repository( 1397 name = "com_github_hashicorp_go_syslog", 1398 importpath = "github.com/hashicorp/go-syslog", 1399 sum = "h1:KaodqZuhUoZereWVIYmpUgZysurB1kBLX2j0MwMrUAE=", 1400 version = "v1.0.0", 1401 ) 1402 go_repository( 1403 name = "com_github_hashicorp_go_uuid", 1404 importpath = "github.com/hashicorp/go-uuid", 1405 sum = "h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE=", 1406 version = "v1.0.1", 1407 ) 1408 go_repository( 1409 name = "com_github_hashicorp_go_version", 1410 importpath = "github.com/hashicorp/go-version", 1411 sum = "h1:3vNe/fWF5CBgRIguda1meWhsZHy3m8gCJ5wx+dIzX/E=", 1412 version = "v1.2.0", 1413 ) 1414 go_repository( 1415 name = "com_github_hashicorp_golang_lru", 1416 importpath = "github.com/hashicorp/golang-lru", 1417 sum = "h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc=", 1418 version = "v0.5.4", 1419 ) 1420 go_repository( 1421 name = "com_github_hashicorp_hcl", 1422 importpath = "github.com/hashicorp/hcl", 1423 sum = "h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4=", 1424 version = "v1.0.0", 1425 ) 1426 go_repository( 1427 name = "com_github_hashicorp_logutils", 1428 importpath = "github.com/hashicorp/logutils", 1429 sum = "h1:dLEQVugN8vlakKOUE3ihGLTZJRB4j+M2cdTm/ORI65Y=", 1430 version = "v1.0.0", 1431 ) 1432 go_repository( 1433 name = "com_github_hashicorp_mdns", 1434 importpath = "github.com/hashicorp/mdns", 1435 sum = "h1:WhIgCr5a7AaVH6jPUwjtRuuE7/RDufnUvzIr48smyxs=", 1436 version = "v1.0.0", 1437 ) 1438 go_repository( 1439 name = "com_github_hashicorp_memberlist", 1440 importpath = "github.com/hashicorp/memberlist", 1441 sum = "h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M=", 1442 version = "v0.1.3", 1443 ) 1444 go_repository( 1445 name = "com_github_hashicorp_serf", 1446 importpath = "github.com/hashicorp/serf", 1447 sum = "h1:YZ7UKsJv+hKjqGVUUbtE3HNj79Eln2oQ75tniF6iPt0=", 1448 version = "v0.8.2", 1449 ) 1450 go_repository( 1451 name = "com_github_hpcloud_tail", 1452 importpath = "github.com/hpcloud/tail", 1453 sum = "h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=", 1454 version = "v1.0.0", 1455 ) 1456 go_repository( 1457 name = "com_github_huandu_xstrings", 1458 importpath = "github.com/huandu/xstrings", 1459 sum = "h1:L18LIDzqlW6xN2rEkpdV8+oL/IXWJ1APd+vsdYy4Wdw=", 1460 version = "v1.3.2", 1461 ) 1462 go_repository( 1463 name = "com_github_hudl_fargo", 1464 importpath = "github.com/hudl/fargo", 1465 sum = "h1:0U6+BtN6LhaYuTnIJq4Wyq5cpn6O2kWrxAtcqBmYY6w=", 1466 version = "v1.3.0", 1467 ) 1468 go_repository( 1469 name = "com_github_huin_goserial", 1470 importpath = "github.com/huin/goserial", 1471 sum = "h1:v6symRpmVeKVUqq1grXnDDtus+lmQufUhgZ/lgMr4nU=", 1472 version = "v0.0.0-20121012073615-7b90efdb22b1", 1473 ) 1474 go_repository( 1475 name = "com_github_iancoleman_orderedmap", 1476 importpath = "github.com/iancoleman/orderedmap", 1477 sum = "h1:i462o439ZjprVSFSZLZxcsoAe592sZB1rci2Z8j4wdk=", 1478 version = "v0.0.0-20190318233801-ac98e3ecb4b0", 1479 ) 1480 go_repository( 1481 name = "com_github_ianlancetaylor_demangle", 1482 importpath = "github.com/ianlancetaylor/demangle", 1483 sum = "h1:mV02weKRL81bEnm8A0HT1/CAelMQDBuQIfLw8n+d6xI=", 1484 version = "v0.0.0-20200824232613-28f6c0f3b639", 1485 ) 1486 go_repository( 1487 name = "com_github_imdario_mergo", 1488 importpath = "github.com/imdario/mergo", 1489 sum = "h1:3tnifQM4i+fbajXKBHXWEH+KvNHqojZ778UH75j3bGA=", 1490 version = "v0.3.11", 1491 ) 1492 go_repository( 1493 name = "com_github_inconshreveable_mousetrap", 1494 importpath = "github.com/inconshreveable/mousetrap", 1495 sum = "h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM=", 1496 version = "v1.0.0", 1497 ) 1498 go_repository( 1499 name = "com_github_influxdata_influxdb1_client", 1500 importpath = "github.com/influxdata/influxdb1-client", 1501 sum = "h1:/WZQPMZNsjZ7IlCpsLGdQBINg5bxKQ1K1sh6awxLtkA=", 1502 version = "v0.0.0-20191209144304-8bf82d3c094d", 1503 ) 1504 go_repository( 1505 name = "com_github_jackc_chunkreader", 1506 importpath = "github.com/jackc/chunkreader", 1507 sum = "h1:4s39bBR8ByfqH+DKm8rQA3E1LHZWB9XWcrz8fqaZbe0=", 1508 version = "v1.0.0", 1509 ) 1510 go_repository( 1511 name = "com_github_jackc_chunkreader_v2", 1512 importpath = "github.com/jackc/chunkreader/v2", 1513 sum = "h1:i+RDz65UE+mmpjTfyz0MoVTnzeYxroil2G82ki7MGG8=", 1514 version = "v2.0.1", 1515 ) 1516 go_repository( 1517 name = "com_github_jackc_fake", 1518 importpath = "github.com/jackc/fake", 1519 sum = "h1:vr3AYkKovP8uR8AvSGGUK1IDqRa5lAAvEkZG1LKaCRc=", 1520 version = "v0.0.0-20150926172116-812a484cc733", 1521 ) 1522 go_repository( 1523 name = "com_github_jackc_pgconn", 1524 importpath = "github.com/jackc/pgconn", 1525 sum = "h1:195tt17jkjy+FrFlY0pgyrul5kRLb7BGXY3JTrNxeXU=", 1526 version = "v1.7.2", 1527 ) 1528 go_repository( 1529 name = "com_github_jackc_pgio", 1530 importpath = "github.com/jackc/pgio", 1531 sum = "h1:g12B9UwVnzGhueNavwioyEEpAmqMe1E/BN9ES+8ovkE=", 1532 version = "v1.0.0", 1533 ) 1534 go_repository( 1535 name = "com_github_jackc_pgmock", 1536 importpath = "github.com/jackc/pgmock", 1537 sum = "h1:JVX6jT/XfzNqIjye4717ITLaNwV9mWbJx0dLCpcRzdA=", 1538 version = "v0.0.0-20190831213851-13a1b77aafa2", 1539 ) 1540 go_repository( 1541 name = "com_github_jackc_pgpassfile", 1542 importpath = "github.com/jackc/pgpassfile", 1543 sum = "h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsIM=", 1544 version = "v1.0.0", 1545 ) 1546 go_repository( 1547 name = "com_github_jackc_pgproto3", 1548 importpath = "github.com/jackc/pgproto3", 1549 sum = "h1:FYYE4yRw+AgI8wXIinMlNjBbp/UitDJwfj5LqqewP1A=", 1550 version = "v1.1.0", 1551 ) 1552 go_repository( 1553 name = "com_github_jackc_pgproto3_v2", 1554 importpath = "github.com/jackc/pgproto3/v2", 1555 sum = "h1:b1105ZGEMFe7aCvrT1Cca3VoVb4ZFMaFJLJcg/3zD+8=", 1556 version = "v2.0.6", 1557 ) 1558 go_repository( 1559 name = "com_github_jackc_pgservicefile", 1560 importpath = "github.com/jackc/pgservicefile", 1561 sum = "h1:C8S2+VttkHFdOOCXJe+YGfa4vHYwlt4Zx+IVXQ97jYg=", 1562 version = "v0.0.0-20200714003250-2b9c44734f2b", 1563 ) 1564 go_repository( 1565 name = "com_github_jackc_pgtype", 1566 importpath = "github.com/jackc/pgtype", 1567 sum = "h1:CAtFD7TS95KrxRAh3bidgLwva48WYxk8YkbHZsSWfbI=", 1568 version = "v1.6.1", 1569 ) 1570 go_repository( 1571 name = "com_github_jackc_pgx", 1572 importpath = "github.com/jackc/pgx", 1573 sum = "h1:0Vihzu20St42/UDsvZGdNE6jak7oi/UOeMzwMPHkgFY=", 1574 version = "v3.2.0+incompatible", 1575 ) 1576 go_repository( 1577 name = "com_github_jackc_pgx_v4", 1578 importpath = "github.com/jackc/pgx/v4", 1579 sum = "h1:1V7EAc5jvIqXwdzgk8+YyOK+4071hhePzBCAF6gxUUw=", 1580 version = "v4.9.2", 1581 ) 1582 go_repository( 1583 name = "com_github_jackc_puddle", 1584 importpath = "github.com/jackc/puddle", 1585 sum = "h1:mpQEXihFnWGDy6X98EOTh81JYuxn7txby8ilJ3iIPGM=", 1586 version = "v1.1.2", 1587 ) 1588 go_repository( 1589 name = "com_github_jbenet_go_context", 1590 importpath = "github.com/jbenet/go-context", 1591 sum = "h1:BQSFePA1RWJOlocH6Fxy8MmwDt+yVQYULKfN0RoTN8A=", 1592 version = "v0.0.0-20150711004518-d14ea06fba99", 1593 ) 1594 go_repository( 1595 name = "com_github_jcgregorio_logger", 1596 importpath = "github.com/jcgregorio/logger", 1597 sum = "h1:kHiF857oOObzlUer5ANZ95U08A7k2INjivnss4IyMCg=", 1598 version = "v0.1.2", 1599 ) 1600 go_repository( 1601 name = "com_github_jcgregorio_slog", 1602 importpath = "github.com/jcgregorio/slog", 1603 sum = "h1:H8hiPQr5PtkrB5z3Do/9iR5tEwuAFNim68cqcoAlHeY=", 1604 version = "v0.0.0-20190423190439-e6f2d537f900", 1605 ) 1606 go_repository( 1607 name = "com_github_jeffail_gabs_v2", 1608 importpath = "github.com/Jeffail/gabs/v2", 1609 sum = "h1:WdCnGaDhNa4LSRTMwhLZzJ7SRDXjABNP13SOKvCpL5w=", 1610 version = "v2.6.0", 1611 ) 1612 go_repository( 1613 name = "com_github_jellevandenhooff_dkim", 1614 importpath = "github.com/jellevandenhooff/dkim", 1615 sum = "h1:ujPKutqRlJtcfWk6toYVYagwra7HQHbXOaS171b4Tg8=", 1616 version = "v0.0.0-20150330215556-f50fe3d243e1", 1617 ) 1618 go_repository( 1619 name = "com_github_jessevdk_go_flags", 1620 importpath = "github.com/jessevdk/go-flags", 1621 sum = "h1:4IU2WS7AumrZ/40jfhf4QVDMsQwqA7VEHozFRrGARJA=", 1622 version = "v1.4.0", 1623 ) 1624 go_repository( 1625 name = "com_github_jinzhu_inflection", 1626 importpath = "github.com/jinzhu/inflection", 1627 sum = "h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=", 1628 version = "v1.0.0", 1629 ) 1630 go_repository( 1631 name = "com_github_jinzhu_now", 1632 importpath = "github.com/jinzhu/now", 1633 sum = "h1:g39TucaRWyV3dwDO++eEc6qf8TVIQ/Da48WmqjZ3i7E=", 1634 version = "v1.1.1", 1635 ) 1636 go_repository( 1637 name = "com_github_jmespath_go_jmespath", 1638 importpath = "github.com/jmespath/go-jmespath", 1639 sum = "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", 1640 version = "v0.4.0", 1641 ) 1642 go_repository( 1643 name = "com_github_jmespath_go_jmespath_internal_testify", 1644 importpath = "github.com/jmespath/go-jmespath/internal/testify", 1645 sum = "h1:shLQSRRSCCPj3f2gpwzGwWFoC7ycTf1rcQZHOlsJ6N8=", 1646 version = "v1.5.1", 1647 ) 1648 go_repository( 1649 name = "com_github_jmoiron_sqlx", 1650 importpath = "github.com/jmoiron/sqlx", 1651 sum = "h1:41Ip0zITnmWNR/vHV+S4m+VoUivnWY5E4OJfLZjCJMA=", 1652 version = "v1.2.0", 1653 ) 1654 go_repository( 1655 name = "com_github_jonboulle_clockwork", 1656 importpath = "github.com/jonboulle/clockwork", 1657 sum = "h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo=", 1658 version = "v0.1.0", 1659 ) 1660 go_repository( 1661 name = "com_github_josharian_intern", 1662 importpath = "github.com/josharian/intern", 1663 sum = "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=", 1664 version = "v1.0.0", 1665 ) 1666 go_repository( 1667 name = "com_github_jpillora_backoff", 1668 importpath = "github.com/jpillora/backoff", 1669 sum = "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=", 1670 version = "v1.0.0", 1671 ) 1672 go_repository( 1673 name = "com_github_json_iterator_go", 1674 importpath = "github.com/json-iterator/go", 1675 sum = "h1:Kz6Cvnvv2wGdaG/V8yMvfkmNiXq9Ya2KUv4rouJJr68=", 1676 version = "v1.1.10", 1677 ) 1678 go_repository( 1679 name = "com_github_jstemmer_go_junit_report", 1680 importpath = "github.com/jstemmer/go-junit-report", 1681 sum = "h1:6QPYqodiu3GuPL+7mfx+NwDdp2eTkp9IfEUpgAwUN0o=", 1682 version = "v0.9.1", 1683 ) 1684 go_repository( 1685 name = "com_github_jtolds_gls", 1686 importpath = "github.com/jtolds/gls", 1687 sum = "h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=", 1688 version = "v4.20.0+incompatible", 1689 ) 1690 go_repository( 1691 name = "com_github_julienschmidt_httprouter", 1692 importpath = "github.com/julienschmidt/httprouter", 1693 sum = "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=", 1694 version = "v1.3.0", 1695 ) 1696 go_repository( 1697 name = "com_github_jung_kurt_gofpdf", 1698 importpath = "github.com/jung-kurt/gofpdf", 1699 sum = "h1:OrLyhb9VU2dNdxzDu5lpMhX5/vpfm6RY5Jlr4iPQ6ME=", 1700 version = "v1.13.0", 1701 ) 1702 go_repository( 1703 name = "com_github_kardianos_osext", 1704 importpath = "github.com/kardianos/osext", 1705 sum = "h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=", 1706 version = "v0.0.0-20190222173326-2bc1f35cddc0", 1707 ) 1708 go_repository( 1709 name = "com_github_kevinburke_ssh_config", 1710 importpath = "github.com/kevinburke/ssh_config", 1711 sum = "h1:DowS9hvgyYSX4TO5NpyC606/Z4SxnNYbT+WX27or6Ck=", 1712 version = "v0.0.0-20201106050909-4977a11b4351", 1713 ) 1714 go_repository( 1715 name = "com_github_kisielk_errcheck", 1716 importpath = "github.com/kisielk/errcheck", 1717 sum = "h1:e8esj/e4R+SAOwFwN+n3zr0nYeCyeweozKfO23MvHzY=", 1718 version = "v1.5.0", 1719 ) 1720 go_repository( 1721 name = "com_github_kisielk_gotool", 1722 importpath = "github.com/kisielk/gotool", 1723 sum = "h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=", 1724 version = "v1.0.0", 1725 ) 1726 go_repository( 1727 name = "com_github_klauspost_compress", 1728 importpath = "github.com/klauspost/compress", 1729 sum = "h1:dB4Bn0tN3wdCzQxnS8r06kV74qN/TAfaIS0bVE8h3jc=", 1730 version = "v1.11.3", 1731 ) 1732 go_repository( 1733 name = "com_github_knetic_govaluate", 1734 importpath = "github.com/Knetic/govaluate", 1735 sum = "h1:1G1pk05UrOh0NlF1oeaaix1x8XzrfjIDK47TY0Zehcw=", 1736 version = "v3.0.1-0.20171022003610-9aa49832a739+incompatible", 1737 ) 1738 go_repository( 1739 name = "com_github_konsorten_go_windows_terminal_sequences", 1740 importpath = "github.com/konsorten/go-windows-terminal-sequences", 1741 sum = "h1:CE8S1cTafDpPvMhIxNJKvHsGVBgn1xWYf1NbHQhywc8=", 1742 version = "v1.0.3", 1743 ) 1744 go_repository( 1745 name = "com_github_kr_fs", 1746 importpath = "github.com/kr/fs", 1747 sum = "h1:Jskdu9ieNAYnjxsi0LbQp1ulIKZV1LAFgK1tWhpZgl8=", 1748 version = "v0.1.0", 1749 ) 1750 go_repository( 1751 name = "com_github_kr_logfmt", 1752 importpath = "github.com/kr/logfmt", 1753 sum = "h1:T+h1c/A9Gawja4Y9mFVWj2vyii2bbUNDw3kt9VxK2EY=", 1754 version = "v0.0.0-20140226030751-b84e30acd515", 1755 ) 1756 go_repository( 1757 name = "com_github_kr_pretty", 1758 importpath = "github.com/kr/pretty", 1759 sum = "h1:Fmg33tUaq4/8ym9TJN1x7sLJnHVwhP33CNkpYV/7rwI=", 1760 version = "v0.2.1", 1761 ) 1762 go_repository( 1763 name = "com_github_kr_pty", 1764 importpath = "github.com/kr/pty", 1765 sum = "h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI=", 1766 version = "v1.1.8", 1767 ) 1768 go_repository( 1769 name = "com_github_kr_text", 1770 importpath = "github.com/kr/text", 1771 sum = "h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=", 1772 version = "v0.2.0", 1773 ) 1774 go_repository( 1775 name = "com_github_kylelemons_godebug", 1776 importpath = "github.com/kylelemons/godebug", 1777 sum = "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=", 1778 version = "v1.1.0", 1779 ) 1780 go_repository( 1781 name = "com_github_lib_pq", 1782 importpath = "github.com/lib/pq", 1783 sum = "h1:9xohqzkUwzR4Ga4ivdTcawVS89YSDVxXMa3xJX3cGzg=", 1784 version = "v1.8.0", 1785 ) 1786 go_repository( 1787 name = "com_github_liggitt_tabwriter", 1788 importpath = "github.com/liggitt/tabwriter", 1789 sum = "h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0=", 1790 version = "v0.0.0-20181228230101-89fcab3d43de", 1791 ) 1792 go_repository( 1793 name = "com_github_lightstep_lightstep_tracer_common_golang_gogo", 1794 importpath = "github.com/lightstep/lightstep-tracer-common/golang/gogo", 1795 sum = "h1:143Bb8f8DuGWck/xpNUOckBVYfFbBTnLevfRZ1aVVqo=", 1796 version = "v0.0.0-20190605223551-bc2310a04743", 1797 ) 1798 go_repository( 1799 name = "com_github_lightstep_lightstep_tracer_go", 1800 importpath = "github.com/lightstep/lightstep-tracer-go", 1801 sum = "h1:vi1F1IQ8N7hNWytK9DpJsUfQhGuNSc19z330K6vl4zk=", 1802 version = "v0.18.1", 1803 ) 1804 go_repository( 1805 name = "com_github_lithammer_dedent", 1806 importpath = "github.com/lithammer/dedent", 1807 sum = "h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=", 1808 version = "v1.1.0", 1809 ) 1810 go_repository( 1811 name = "com_github_luci_gtreap", 1812 importpath = "github.com/luci/gtreap", 1813 sum = "h1:Kkxfmkf53vnIADWIhzvJ0GvwVR/gz9U7F7Wqofqd7dU=", 1814 version = "v0.0.0-20161228054646-35df89791e8f", 1815 ) 1816 go_repository( 1817 name = "com_github_lyft_protoc_gen_validate", 1818 importpath = "github.com/lyft/protoc-gen-validate", 1819 sum = "h1:KNt/RhmQTOLr7Aj8PsJ7mTronaFyx80mRTT9qF261dA=", 1820 version = "v0.0.13", 1821 ) 1822 go_repository( 1823 name = "com_github_magiconair_properties", 1824 importpath = "github.com/magiconair/properties", 1825 sum = "h1:8KGKTcQQGm0Kv7vEbKFErAoAOFyyacLStRtQSeYtvkY=", 1826 version = "v1.8.4", 1827 ) 1828 go_repository( 1829 name = "com_github_mailru_easyjson", 1830 importpath = "github.com/mailru/easyjson", 1831 sum = "h1:8yTIVnZgCoiM1TgqoeTl+LfU5Jg6/xL3QhGQnimLYnA=", 1832 version = "v0.7.6", 1833 ) 1834 go_repository( 1835 name = "com_github_makenowjust_heredoc", 1836 importpath = "github.com/MakeNowJust/heredoc", 1837 sum = "h1:sjQovDkwrZp8u+gxLtPgKGjk5hCxuy2hrRejBTA9xFU=", 1838 version = "v0.0.0-20170808103936-bb23615498cd", 1839 ) 1840 go_repository( 1841 name = "com_github_markbates_pkger", 1842 importpath = "github.com/markbates/pkger", 1843 sum = "h1:/MKEtWqtc0mZvu9OinB9UzVN9iYCwLWuyUv4Bw+PCno=", 1844 version = "v0.17.1", 1845 ) 1846 go_repository( 1847 name = "com_github_maruel_subcommands", 1848 importpath = "github.com/maruel/subcommands", 1849 sum = "h1:tMgSVvquoQY3VXPaZ5in2C4OX8hf5MFBdfS7tylwdvA=", 1850 version = "v1.0.0", 1851 ) 1852 go_repository( 1853 name = "com_github_maruel_ut", 1854 importpath = "github.com/maruel/ut", 1855 sum = "h1:mQTlQk3jubTbdTcza+hwoZQWhzcvE4L6K6RTtAFlA1k=", 1856 version = "v1.0.2", 1857 ) 1858 go_repository( 1859 name = "com_github_masterminds_goutils", 1860 importpath = "github.com/Masterminds/goutils", 1861 sum = "h1:zukEsf/1JZwCMgHiK3GZftabmxiCw4apj3a28RPBiVg=", 1862 version = "v1.1.0", 1863 ) 1864 go_repository( 1865 name = "com_github_masterminds_semver", 1866 importpath = "github.com/Masterminds/semver", 1867 sum = "h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=", 1868 version = "v1.5.0", 1869 ) 1870 go_repository( 1871 name = "com_github_masterminds_sprig", 1872 importpath = "github.com/Masterminds/sprig", 1873 sum = "h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=", 1874 version = "v2.22.0+incompatible", 1875 ) 1876 go_repository( 1877 name = "com_github_mattn_go_colorable", 1878 importpath = "github.com/mattn/go-colorable", 1879 sum = "h1:6Su7aK7lXmJ/U79bYtBjLNaha4Fs1Rg9plHpcH+vvnE=", 1880 version = "v0.1.6", 1881 ) 1882 go_repository( 1883 name = "com_github_mattn_go_isatty", 1884 importpath = "github.com/mattn/go-isatty", 1885 sum = "h1:wuysRhFDzyxgEmMf5xjvJ2M9dZoWAXNNr5LSBS7uHXY=", 1886 version = "v0.0.12", 1887 ) 1888 go_repository( 1889 name = "com_github_mattn_go_runewidth", 1890 importpath = "github.com/mattn/go-runewidth", 1891 sum = "h1:Lm995f3rfxdpd6TSmuVCHVb/QhupuXlYr8sCI/QdE+0=", 1892 version = "v0.0.9", 1893 ) 1894 go_repository( 1895 name = "com_github_mattn_go_sqlite3", 1896 importpath = "github.com/mattn/go-sqlite3", 1897 sum = "h1:gXHsfypPkaMZrKbD5209QV9jbUTJKjyR5WD3HYQSd+U=", 1898 version = "v2.0.3+incompatible", 1899 ) 1900 go_repository( 1901 name = "com_github_matttproud_golang_protobuf_extensions", 1902 importpath = "github.com/matttproud/golang_protobuf_extensions", 1903 sum = "h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI=", 1904 version = "v1.0.2-0.20181231171920-c182affec369", 1905 ) 1906 go_repository( 1907 name = "com_github_microsoft_go_winio", 1908 importpath = "github.com/Microsoft/go-winio", 1909 sum = "h1:qkLXKzb1QoVatRyd/YlXZ/Kg0m5K3SPuoD82jjSOaBc=", 1910 version = "v0.4.15", 1911 ) 1912 go_repository( 1913 name = "com_github_miekg_dns", 1914 importpath = "github.com/miekg/dns", 1915 sum = "h1:9jZdLNd/P4+SfEJ0TNyxYpsK8N4GtfylBLqtbYN1sbA=", 1916 version = "v1.0.14", 1917 ) 1918 go_repository( 1919 name = "com_github_mitchellh_cli", 1920 importpath = "github.com/mitchellh/cli", 1921 sum = "h1:iGBIsUe3+HZ/AD/Vd7DErOt5sU9fa8Uj7A2s1aggv1Y=", 1922 version = "v1.0.0", 1923 ) 1924 go_repository( 1925 name = "com_github_mitchellh_copystructure", 1926 importpath = "github.com/mitchellh/copystructure", 1927 sum = "h1:Laisrj+bAB6b/yJwB5Bt3ITZhGJdqmxquMKeZ+mmkFQ=", 1928 version = "v1.0.0", 1929 ) 1930 go_repository( 1931 name = "com_github_mitchellh_go_homedir", 1932 importpath = "github.com/mitchellh/go-homedir", 1933 sum = "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", 1934 version = "v1.1.0", 1935 ) 1936 go_repository( 1937 name = "com_github_mitchellh_go_testing_interface", 1938 importpath = "github.com/mitchellh/go-testing-interface", 1939 sum = "h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0=", 1940 version = "v1.0.0", 1941 ) 1942 go_repository( 1943 name = "com_github_mitchellh_go_wordwrap", 1944 importpath = "github.com/mitchellh/go-wordwrap", 1945 sum = "h1:6GlHJ/LTGMrIJbwgdqdl2eEH8o+Exx/0m8ir9Gns0u4=", 1946 version = "v1.0.0", 1947 ) 1948 go_repository( 1949 name = "com_github_mitchellh_gox", 1950 importpath = "github.com/mitchellh/gox", 1951 sum = "h1:lfGJxY7ToLJQjHHwi0EX6uYBdK78egf954SQl13PQJc=", 1952 version = "v0.4.0", 1953 ) 1954 go_repository( 1955 name = "com_github_mitchellh_iochan", 1956 importpath = "github.com/mitchellh/iochan", 1957 sum = "h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=", 1958 version = "v1.0.0", 1959 ) 1960 go_repository( 1961 name = "com_github_mitchellh_mapstructure", 1962 importpath = "github.com/mitchellh/mapstructure", 1963 sum = "h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8=", 1964 version = "v1.3.3", 1965 ) 1966 go_repository( 1967 name = "com_github_mitchellh_reflectwalk", 1968 importpath = "github.com/mitchellh/reflectwalk", 1969 sum = "h1:FVzMWA5RllMAKIdUSC8mdWo3XtwoecrH79BY70sEEpE=", 1970 version = "v1.0.1", 1971 ) 1972 go_repository( 1973 name = "com_github_moby_spdystream", 1974 importpath = "github.com/moby/spdystream", 1975 sum = "h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8=", 1976 version = "v0.2.0", 1977 ) 1978 go_repository( 1979 name = "com_github_moby_term", 1980 importpath = "github.com/moby/term", 1981 sum = "h1:rzf0wL0CHVc8CEsgyygG0Mn9CNCCPZqOPaz8RiiHYQk=", 1982 version = "v0.0.0-20201216013528-df9cb8a40635", 1983 ) 1984 go_repository( 1985 name = "com_github_modern_go_concurrent", 1986 importpath = "github.com/modern-go/concurrent", 1987 sum = "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", 1988 version = "v0.0.0-20180306012644-bacd9c7ef1dd", 1989 ) 1990 go_repository( 1991 name = "com_github_modern_go_reflect2", 1992 importpath = "github.com/modern-go/reflect2", 1993 sum = "h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=", 1994 version = "v1.0.1", 1995 ) 1996 go_repository( 1997 name = "com_github_monochromegane_go_gitignore", 1998 importpath = "github.com/monochromegane/go-gitignore", 1999 sum = "h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0=", 2000 version = "v0.0.0-20200626010858-205db1a8cc00", 2001 ) 2002 go_repository( 2003 name = "com_github_morikuni_aec", 2004 importpath = "github.com/morikuni/aec", 2005 sum = "h1:nP9CBfwrvYnBRgY6qfDQkygYDmYwOilePFkwzv4dU8A=", 2006 version = "v1.0.0", 2007 ) 2008 go_repository( 2009 name = "com_github_munnerz_goautoneg", 2010 importpath = "github.com/munnerz/goautoneg", 2011 sum = "h1:7PxY7LVfSZm7PEeBTyK1rj1gABdCO2mbri6GKO1cMDs=", 2012 version = "v0.0.0-20120707110453-a547fc61f48d", 2013 ) 2014 go_repository( 2015 name = "com_github_mutecomm_go_sqlcipher_v4", 2016 importpath = "github.com/mutecomm/go-sqlcipher/v4", 2017 sum = "h1:sV1tWCWGAVlPhNGT95Q+z/txFxuhAYWwHD1afF5bMZg=", 2018 version = "v4.4.0", 2019 ) 2020 go_repository( 2021 name = "com_github_mwitkow_go_conntrack", 2022 importpath = "github.com/mwitkow/go-conntrack", 2023 sum = "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=", 2024 version = "v0.0.0-20190716064945-2f068394615f", 2025 ) 2026 go_repository( 2027 name = "com_github_mxk_go_flowrate", 2028 importpath = "github.com/mxk/go-flowrate", 2029 sum = "h1:y5//uYreIhSUg3J1GEMiLbxo1LJaP8RfCpH6pymGZus=", 2030 version = "v0.0.0-20140419014527-cca7078d478f", 2031 ) 2032 go_repository( 2033 name = "com_github_nakagami_firebirdsql", 2034 importpath = "github.com/nakagami/firebirdsql", 2035 sum = "h1:P48LjvUQpTReR3TQRbxSeSBsMXzfK0uol7eRcr7VBYQ=", 2036 version = "v0.0.0-20190310045651-3c02a58cfed8", 2037 ) 2038 go_repository( 2039 name = "com_github_nats_io_jwt", 2040 importpath = "github.com/nats-io/jwt", 2041 sum = "h1:+RB5hMpXUUA2dfxuhBTEkMOrYmM+gKIZYS1KjSostMI=", 2042 version = "v0.3.2", 2043 ) 2044 go_repository( 2045 name = "com_github_nats_io_nats_go", 2046 importpath = "github.com/nats-io/nats.go", 2047 sum = "h1:ik3HbLhZ0YABLto7iX80pZLPw/6dx3T+++MZJwLnMrQ=", 2048 version = "v1.9.1", 2049 ) 2050 go_repository( 2051 name = "com_github_nats_io_nats_server_v2", 2052 importpath = "github.com/nats-io/nats-server/v2", 2053 sum = "h1:i2Ly0B+1+rzNZHHWtD4ZwKi+OU5l+uQo1iDHZ2PmiIc=", 2054 version = "v2.1.2", 2055 ) 2056 go_repository( 2057 name = "com_github_nats_io_nkeys", 2058 importpath = "github.com/nats-io/nkeys", 2059 sum = "h1:6JrEfig+HzTH85yxzhSVbjHRJv9cn0p6n3IngIcM5/k=", 2060 version = "v0.1.3", 2061 ) 2062 go_repository( 2063 name = "com_github_nats_io_nuid", 2064 importpath = "github.com/nats-io/nuid", 2065 sum = "h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw=", 2066 version = "v1.0.1", 2067 ) 2068 go_repository( 2069 name = "com_github_nbutton23_zxcvbn_go", 2070 importpath = "github.com/nbutton23/zxcvbn-go", 2071 sum = "h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E=", 2072 version = "v0.0.0-20180912185939-ae427f1e4c1d", 2073 ) 2074 go_repository( 2075 name = "com_github_neo4j_drivers_gobolt", 2076 importpath = "github.com/neo4j-drivers/gobolt", 2077 sum = "h1:80c7W+vtw39ES9Q85q9GZh4tJo+1MpQGpFTuo28CP+Y=", 2078 version = "v1.7.4", 2079 ) 2080 go_repository( 2081 name = "com_github_neo4j_neo4j_go_driver", 2082 importpath = "github.com/neo4j/neo4j-go-driver", 2083 sum = "h1:fhFP5RliM2HW/8XdcO5QngSfFli9GcRIpMXvypTQt6E=", 2084 version = "v1.8.1-0.20200803113522-b626aa943eba", 2085 ) 2086 go_repository( 2087 name = "com_github_nfnt_resize", 2088 importpath = "github.com/nfnt/resize", 2089 sum = "h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=", 2090 version = "v0.0.0-20180221191011-83c6a9932646", 2091 ) 2092 go_repository( 2093 name = "com_github_niemeyer_pretty", 2094 importpath = "github.com/niemeyer/pretty", 2095 sum = "h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs=", 2096 version = "v0.0.0-20200227124842-a10e7caefd8e", 2097 ) 2098 go_repository( 2099 name = "com_github_nkovacs_streamquote", 2100 importpath = "github.com/nkovacs/streamquote", 2101 sum = "h1:E2B8qYyeSgv5MXpmzZXRNp8IAQ4vjxIjhpAf5hv/tAg=", 2102 version = "v0.0.0-20170412213628-49af9bddb229", 2103 ) 2104 go_repository( 2105 name = "com_github_nxadm_tail", 2106 importpath = "github.com/nxadm/tail", 2107 sum = "h1:obHEce3upls1IBn1gTw/o7bCv7OJb6Ib/o7wNO+4eKw=", 2108 version = "v1.4.5", 2109 ) 2110 go_repository( 2111 name = "com_github_nytimes_gziphandler", 2112 importpath = "github.com/NYTimes/gziphandler", 2113 sum = "h1:lsxEuwrXEAokXB9qhlbKWPpo3KMLZQ5WB5WLQRW1uq0=", 2114 version = "v0.0.0-20170623195520-56545f4a5d46", 2115 ) 2116 go_repository( 2117 name = "com_github_oklog_oklog", 2118 importpath = "github.com/oklog/oklog", 2119 sum = "h1:wVfs8F+in6nTBMkA7CbRw+zZMIB7nNM825cM1wuzoTk=", 2120 version = "v0.3.2", 2121 ) 2122 go_repository( 2123 name = "com_github_oklog_run", 2124 importpath = "github.com/oklog/run", 2125 sum = "h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=", 2126 version = "v1.0.0", 2127 ) 2128 go_repository( 2129 name = "com_github_oklog_ulid", 2130 importpath = "github.com/oklog/ulid", 2131 sum = "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", 2132 version = "v1.3.1", 2133 ) 2134 go_repository( 2135 name = "com_github_olekukonko_tablewriter", 2136 importpath = "github.com/olekukonko/tablewriter", 2137 sum = "h1:vHD/YYe1Wolo78koG299f7V/VAS08c6IpCLn+Ejf/w8=", 2138 version = "v0.0.4", 2139 ) 2140 go_repository( 2141 name = "com_github_olivere_elastic_v7", 2142 importpath = "github.com/olivere/elastic/v7", 2143 sum = "h1:91kj/UMKWQt8VAHBm5BDHpVmzdfPCmICaUFy2oH4LkQ=", 2144 version = "v7.0.12", 2145 ) 2146 go_repository( 2147 name = "com_github_oneofone_struct2ts", 2148 importpath = "github.com/OneOfOne/struct2ts", 2149 sum = "h1:q6oBD4F+2wOPwCwDHK6scvJDs6MG77b4RZXfHAdZisg=", 2150 version = "v1.0.4", 2151 ) 2152 go_repository( 2153 name = "com_github_oneofone_xxhash", 2154 importpath = "github.com/OneOfOne/xxhash", 2155 sum = "h1:KMrpdQIwFcEqXDklaen+P1axHaj9BSKzvpUUfnHldSE=", 2156 version = "v1.2.2", 2157 ) 2158 go_repository( 2159 name = "com_github_onsi_ginkgo", 2160 importpath = "github.com/onsi/ginkgo", 2161 sum = "h1:8mVmC9kjFFmA8H4pKMUhcblgifdkOIXPvbhN1T36q1M=", 2162 version = "v1.14.2", 2163 ) 2164 go_repository( 2165 name = "com_github_onsi_gomega", 2166 importpath = "github.com/onsi/gomega", 2167 sum = "h1:gph6h/qe9GSUw1NhH1gp+qb+h8rXD8Cy60Z32Qw3ELA=", 2168 version = "v1.10.3", 2169 ) 2170 go_repository( 2171 name = "com_github_op_go_logging", 2172 importpath = "github.com/op/go-logging", 2173 sum = "h1:lDH9UUVJtmYCjyT0CI4q8xvlXPxeZ0gYCVvWbmPlp88=", 2174 version = "v0.0.0-20160315200505-970db520ece7", 2175 ) 2176 go_repository( 2177 name = "com_github_opencontainers_go_digest", 2178 importpath = "github.com/opencontainers/go-digest", 2179 sum = "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=", 2180 version = "v1.0.0", 2181 ) 2182 go_repository( 2183 name = "com_github_opencontainers_image_spec", 2184 importpath = "github.com/opencontainers/image-spec", 2185 sum = "h1:JMemWkRwHx4Zj+fVxWoMCFm/8sYGGrUVojFA6h/TRcI=", 2186 version = "v1.0.1", 2187 ) 2188 go_repository( 2189 name = "com_github_opentracing_basictracer_go", 2190 importpath = "github.com/opentracing/basictracer-go", 2191 sum = "h1:YyUAhaEfjoWXclZVJ9sGoNct7j4TVk7lZWlQw5UXuoo=", 2192 version = "v1.0.0", 2193 ) 2194 go_repository( 2195 name = "com_github_opentracing_contrib_go_observer", 2196 importpath = "github.com/opentracing-contrib/go-observer", 2197 sum = "h1:lM6RxxfUMrYL/f8bWEUqdXrANWtrL7Nndbm9iFN0DlU=", 2198 version = "v0.0.0-20170622124052-a52f23424492", 2199 ) 2200 go_repository( 2201 name = "com_github_opentracing_opentracing_go", 2202 importpath = "github.com/opentracing/opentracing-go", 2203 sum = "h1:pWlfV3Bxv7k65HYwkikxat0+s3pV4bsqf19k25Ur8rU=", 2204 version = "v1.1.0", 2205 ) 2206 go_repository( 2207 name = "com_github_openzipkin_contrib_zipkin_go_opentracing", 2208 importpath = "github.com/openzipkin-contrib/zipkin-go-opentracing", 2209 sum = "h1:ZCnq+JUrvXcDVhX/xRolRBZifmabN1HcS1wrPSvxhrU=", 2210 version = "v0.4.5", 2211 ) 2212 go_repository( 2213 name = "com_github_openzipkin_zipkin_go", 2214 importpath = "github.com/openzipkin/zipkin-go", 2215 sum = "h1:nY8Hti+WKaP0cRsSeQ026wU03QsM762XBeCXBb9NAWI=", 2216 version = "v0.2.2", 2217 ) 2218 go_repository( 2219 name = "com_github_otiai10_copy", 2220 importpath = "github.com/otiai10/copy", 2221 sum = "h1:IinKAryFFuPONZ7cm6T6E2QX/vcJwSnlaA5lfoaXIiQ=", 2222 version = "v1.6.0", 2223 ) 2224 go_repository( 2225 name = "com_github_otiai10_curr", 2226 importpath = "github.com/otiai10/curr", 2227 sum = "h1:TJIWdbX0B+kpNagQrjgq8bCMrbhiuX73M2XwgtDMoOI=", 2228 version = "v1.0.0", 2229 ) 2230 go_repository( 2231 name = "com_github_otiai10_mint", 2232 importpath = "github.com/otiai10/mint", 2233 sum = "h1:VYWnrP5fXmz1MXvjuUvcBrXSjGE6xjON+axB/UrpO3E=", 2234 version = "v1.3.2", 2235 ) 2236 go_repository( 2237 name = "com_github_pact_foundation_pact_go", 2238 importpath = "github.com/pact-foundation/pact-go", 2239 sum = "h1:OYkFijGHoZAYbOIb1LWXrwKQbMMRUv1oQ89blD2Mh2Q=", 2240 version = "v1.0.4", 2241 ) 2242 go_repository( 2243 name = "com_github_pascaldekloe_goe", 2244 importpath = "github.com/pascaldekloe/goe", 2245 sum = "h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs=", 2246 version = "v0.0.0-20180627143212-57f6aae5913c", 2247 ) 2248 go_repository( 2249 name = "com_github_patrickmn_go_cache", 2250 importpath = "github.com/patrickmn/go-cache", 2251 sum = "h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=", 2252 version = "v2.1.0+incompatible", 2253 ) 2254 go_repository( 2255 name = "com_github_pborman_uuid", 2256 importpath = "github.com/pborman/uuid", 2257 sum = "h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw=", 2258 version = "v1.2.1", 2259 ) 2260 go_repository( 2261 name = "com_github_pelletier_go_buffruneio", 2262 importpath = "github.com/pelletier/go-buffruneio", 2263 sum = "h1:U4t4R6YkofJ5xHm3dJzuRpPZ0mr5MMCoAWooScCR7aA=", 2264 version = "v0.2.0", 2265 ) 2266 go_repository( 2267 name = "com_github_pelletier_go_toml", 2268 importpath = "github.com/pelletier/go-toml", 2269 sum = "h1:1Nf83orprkJyknT6h7zbuEGUEjcyVlCxSUGTENmNCRM=", 2270 version = "v1.8.1", 2271 ) 2272 go_repository( 2273 name = "com_github_performancecopilot_speed", 2274 importpath = "github.com/performancecopilot/speed", 2275 sum = "h1:2WnRzIquHa5QxaJKShDkLM+sc0JPuwhXzK8OYOyt3Vg=", 2276 version = "v3.0.0+incompatible", 2277 ) 2278 go_repository( 2279 name = "com_github_peterbourgon_diskv", 2280 importpath = "github.com/peterbourgon/diskv", 2281 sum = "h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI=", 2282 version = "v2.0.1+incompatible", 2283 ) 2284 go_repository( 2285 name = "com_github_peterh_liner", 2286 importpath = "github.com/peterh/liner", 2287 sum = "h1:w/UPXyl5GfahFxcTOz2j9wCIHNI+pUPr2laqpojKNCg=", 2288 version = "v1.2.0", 2289 ) 2290 go_repository( 2291 name = "com_github_phpdave11_gofpdi", 2292 importpath = "github.com/phpdave11/gofpdi", 2293 sum = "h1:k2oy4yhkQopCK+qW8KjCla0iU2RpDow+QUDmH9DDt44=", 2294 version = "v1.0.7", 2295 ) 2296 go_repository( 2297 name = "com_github_pierrec_lz4", 2298 importpath = "github.com/pierrec/lz4", 2299 sum = "h1:2xWsjqPFWcplujydGg4WmhC/6fZqK42wMM8aXeqhl0I=", 2300 version = "v2.0.5+incompatible", 2301 ) 2302 go_repository( 2303 name = "com_github_pkg_browser", 2304 importpath = "github.com/pkg/browser", 2305 sum = "h1:49lOXmGaUpV9Fz3gd7TFZY106KVlPVa5jcYD1gaQf98=", 2306 version = "v0.0.0-20180916011732-0a3d74bf9ce4", 2307 ) 2308 go_repository( 2309 name = "com_github_pkg_errors", 2310 importpath = "github.com/pkg/errors", 2311 sum = "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", 2312 version = "v0.9.1", 2313 ) 2314 go_repository( 2315 name = "com_github_pkg_profile", 2316 importpath = "github.com/pkg/profile", 2317 sum = "h1:F++O52m40owAmADcojzM+9gyjmMOY/T4oYJkgFDH8RE=", 2318 version = "v1.2.1", 2319 ) 2320 go_repository( 2321 name = "com_github_pkg_sftp", 2322 importpath = "github.com/pkg/sftp", 2323 sum = "h1:VasscCm72135zRysgrJDKsntdmPN+OuU3+nnHYA9wyc=", 2324 version = "v1.10.1", 2325 ) 2326 go_repository( 2327 name = "com_github_pmezard_go_difflib", 2328 importpath = "github.com/pmezard/go-difflib", 2329 sum = "h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=", 2330 version = "v1.0.0", 2331 ) 2332 go_repository( 2333 name = "com_github_posener_complete", 2334 importpath = "github.com/posener/complete", 2335 sum = "h1:ccV59UEOTzVDnDUEFdT95ZzHVZ+5+158q8+SJb2QV5w=", 2336 version = "v1.1.1", 2337 ) 2338 go_repository( 2339 name = "com_github_prometheus_client_golang", 2340 importpath = "github.com/prometheus/client_golang", 2341 sum = "h1:zvJNkoCFAnYFNC24FV8nW4JdRJ3GIFcLbg65lL/JDcw=", 2342 version = "v1.8.0", 2343 ) 2344 go_repository( 2345 name = "com_github_prometheus_client_model", 2346 importpath = "github.com/prometheus/client_model", 2347 sum = "h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=", 2348 version = "v0.2.0", 2349 ) 2350 go_repository( 2351 name = "com_github_prometheus_common", 2352 importpath = "github.com/prometheus/common", 2353 sum = "h1:4fgOnadei3EZvgRwxJ7RMpG1k1pOZth5Pc13tyspaKM=", 2354 version = "v0.15.0", 2355 ) 2356 go_repository( 2357 name = "com_github_prometheus_procfs", 2358 importpath = "github.com/prometheus/procfs", 2359 sum = "h1:wH4vA7pcjKuZzjF7lM8awk4fnuJO6idemZXoKnULUx4=", 2360 version = "v0.2.0", 2361 ) 2362 go_repository( 2363 name = "com_github_prometheus_tsdb", 2364 importpath = "github.com/prometheus/tsdb", 2365 sum = "h1:YZcsG11NqnK4czYLrWd9mpEuAJIHVQLwdrleYfszMAA=", 2366 version = "v0.7.1", 2367 ) 2368 go_repository( 2369 name = "com_github_puerkitobio_goquery", 2370 importpath = "github.com/PuerkitoBio/goquery", 2371 sum = "h1:j7taAbelrdcsOlGeMenZxc2AWXD5fieT1/znArdnx94=", 2372 version = "v1.6.0", 2373 ) 2374 go_repository( 2375 name = "com_github_puerkitobio_purell", 2376 importpath = "github.com/PuerkitoBio/purell", 2377 sum = "h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI=", 2378 version = "v1.1.1", 2379 ) 2380 go_repository( 2381 name = "com_github_puerkitobio_urlesc", 2382 importpath = "github.com/PuerkitoBio/urlesc", 2383 sum = "h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M=", 2384 version = "v0.0.0-20170810143723-de5bf2ad4578", 2385 ) 2386 go_repository( 2387 name = "com_github_rcrowley_go_metrics", 2388 importpath = "github.com/rcrowley/go-metrics", 2389 sum = "h1:9ZKAASQSHhDYGoxY8uLVpewe1GDZ2vu2Tr/vTdVAkFQ=", 2390 version = "v0.0.0-20181016184325-3113b8401b8a", 2391 ) 2392 go_repository( 2393 name = "com_github_remyoudompheng_bigfft", 2394 importpath = "github.com/remyoudompheng/bigfft", 2395 sum = "h1:HQagqIiBmr8YXawX/le3+O26N+vPPC1PtjaF3mwnook=", 2396 version = "v0.0.0-20190728182440-6a916e37a237", 2397 ) 2398 go_repository( 2399 name = "com_github_robertkrimen_otto", 2400 importpath = "github.com/robertkrimen/otto", 2401 sum = "h1:kYPjbEN6YPYWWHI6ky1J813KzIq/8+Wg4TO4xU7A/KU=", 2402 version = "v0.0.0-20200922221731-ef014fd054ac", 2403 ) 2404 go_repository( 2405 name = "com_github_rogpeppe_fastuuid", 2406 importpath = "github.com/rogpeppe/fastuuid", 2407 sum = "h1:gu+uRPtBe88sKxUCEXRoeCvVG90TJmwhiqRpvdhQFng=", 2408 version = "v0.0.0-20150106093220-6724a57986af", 2409 ) 2410 go_repository( 2411 name = "com_github_rogpeppe_go_internal", 2412 importpath = "github.com/rogpeppe/go-internal", 2413 sum = "h1:Usqs0/lDK/NqTkvrmKSwA/3XkZAs7ZAW/eLeQ2MVBTw=", 2414 version = "v1.5.0", 2415 ) 2416 go_repository( 2417 name = "com_github_rs_cors", 2418 importpath = "github.com/rs/cors", 2419 sum = "h1:G9tHG9lebljV9mfp9SNPDL36nCDxmo3zTlAf1YgvzmI=", 2420 version = "v1.6.0", 2421 ) 2422 go_repository( 2423 name = "com_github_rs_xid", 2424 importpath = "github.com/rs/xid", 2425 sum = "h1:mhH9Nq+C1fY2l1XIpgxIiUOfNpRBYH1kKcr+qfKgjRc=", 2426 version = "v1.2.1", 2427 ) 2428 go_repository( 2429 name = "com_github_rs_zerolog", 2430 importpath = "github.com/rs/zerolog", 2431 sum = "h1:uPRuwkWF4J6fGsJ2R0Gn2jB1EQiav9k3S6CSdygQJXY=", 2432 version = "v1.15.0", 2433 ) 2434 go_repository( 2435 name = "com_github_russross_blackfriday", 2436 importpath = "github.com/russross/blackfriday", 2437 sum = "h1:HyvC0ARfnZBqnXwABFeSZHpKvJHJJfPz81GNueLj0oo=", 2438 version = "v1.5.2", 2439 ) 2440 go_repository( 2441 name = "com_github_russross_blackfriday_v2", 2442 importpath = "github.com/russross/blackfriday/v2", 2443 sum = "h1:lPqVAte+HuHNfhJ/0LC98ESWRz8afy9tM/0RK8m9o+Q=", 2444 version = "v2.0.1", 2445 ) 2446 go_repository( 2447 name = "com_github_ruudk_golang_pdf417", 2448 importpath = "github.com/ruudk/golang-pdf417", 2449 sum = "h1:nlG4Wa5+minh3S9LVFtNoY+GVRiudA2e3EVfcCi3RCA=", 2450 version = "v0.0.0-20181029194003-1af4ab5afa58", 2451 ) 2452 go_repository( 2453 name = "com_github_rwcarlsen_goexif", 2454 importpath = "github.com/rwcarlsen/goexif", 2455 sum = "h1:CmH9+J6ZSsIjUK3dcGsnCnO41eRBOnY12zwkn5qVwgc=", 2456 version = "v0.0.0-20190401172101-9e8deecbddbd", 2457 ) 2458 go_repository( 2459 name = "com_github_ryanuber_columnize", 2460 importpath = "github.com/ryanuber/columnize", 2461 sum = "h1:UFr9zpz4xgTnIE5yIMtWAMngCdZ9p/+q6lTbgelo80M=", 2462 version = "v0.0.0-20160712163229-9b3edd62028f", 2463 ) 2464 go_repository( 2465 name = "com_github_samuel_go_zookeeper", 2466 importpath = "github.com/samuel/go-zookeeper", 2467 sum = "h1:p3Vo3i64TCLY7gIfzeQaUJ+kppEO5WQG3cL8iE8tGHU=", 2468 version = "v0.0.0-20190923202752-2cc03de413da", 2469 ) 2470 go_repository( 2471 name = "com_github_satori_go_uuid", 2472 importpath = "github.com/satori/go.uuid", 2473 sum = "h1:0uYX9dsZ2yD7q2RtLRtPSdGDWzjeM3TbMJP9utgA0ww=", 2474 version = "v1.2.0", 2475 ) 2476 go_repository( 2477 name = "com_github_sean_seed", 2478 importpath = "github.com/sean-/seed", 2479 sum = "h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I=", 2480 version = "v0.0.0-20170313163322-e2103e2c3529", 2481 ) 2482 go_repository( 2483 name = "com_github_sergi_go_diff", 2484 importpath = "github.com/sergi/go-diff", 2485 sum = "h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ=", 2486 version = "v1.2.0", 2487 ) 2488 go_repository( 2489 name = "com_github_shopify_sarama", 2490 importpath = "github.com/Shopify/sarama", 2491 sum = "h1:9oksLxC6uxVPHPVYUmq6xhr1BOF/hHobWH2UzO67z1s=", 2492 version = "v1.19.0", 2493 ) 2494 go_repository( 2495 name = "com_github_shopify_toxiproxy", 2496 importpath = "github.com/Shopify/toxiproxy", 2497 sum = "h1:TKdv8HiTLgE5wdJuEML90aBgNWsokNbMijUGhmcoBJc=", 2498 version = "v2.1.4+incompatible", 2499 ) 2500 go_repository( 2501 name = "com_github_shopspring_decimal", 2502 importpath = "github.com/shopspring/decimal", 2503 sum = "h1:abSATXmQEYyShuxI4/vyW3tV1MrKAJzCZ/0zLUXYbsQ=", 2504 version = "v1.2.0", 2505 ) 2506 go_repository( 2507 name = "com_github_shurcool_sanitized_anchor_name", 2508 importpath = "github.com/shurcooL/sanitized_anchor_name", 2509 sum = "h1:PdmoCO6wvbs+7yrJyMORt4/BmY5IYyJwS/kOiWx8mHo=", 2510 version = "v1.0.0", 2511 ) 2512 go_repository( 2513 name = "com_github_sirupsen_logrus", 2514 importpath = "github.com/sirupsen/logrus", 2515 sum = "h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM=", 2516 version = "v1.7.0", 2517 ) 2518 go_repository( 2519 name = "com_github_skia_dev_go2ts", 2520 importpath = "github.com/skia-dev/go2ts", 2521 sum = "h1:AHQe+t5W18HFoTuApMeShiVMu2nBMHdHgLWo2b2y7/U=", 2522 version = "v1.5.0", 2523 ) 2524 go_repository( 2525 name = "com_github_skia_dev_go_systemd", 2526 importpath = "github.com/skia-dev/go-systemd", 2527 sum = "h1:KPlmEyLo5r9hnWZq8O0B0Rj4AcRv/tJMqEgS6p0JMeQ=", 2528 version = "v0.0.0-20181025131956-1cc903e82ae4", 2529 ) 2530 go_repository( 2531 name = "com_github_skia_dev_google_api_go_client", 2532 importpath = "github.com/skia-dev/google-api-go-client", 2533 sum = "h1:Id5JdSD66PKQQiiVFG1VXDVCT5U3DcDzJSReXRxKRLk=", 2534 version = "v0.10.1-0.20200109184256-16c3d6f408b2", 2535 ) 2536 go_repository( 2537 name = "com_github_smartystreets_assertions", 2538 importpath = "github.com/smartystreets/assertions", 2539 sum = "h1:42S6lae5dvLc7BrLu/0ugRtcFVjoJNMC/N3yZFZkDFs=", 2540 version = "v1.2.0", 2541 ) 2542 go_repository( 2543 name = "com_github_smartystreets_go_aws_auth", 2544 importpath = "github.com/smartystreets/go-aws-auth", 2545 sum = "h1:hp2CYQUINdZMHdvTdXtPOY2ainKl4IoMcpAXEf2xj3Q=", 2546 version = "v0.0.0-20180515143844-0c1422d1fdb9", 2547 ) 2548 go_repository( 2549 name = "com_github_smartystreets_goconvey", 2550 importpath = "github.com/smartystreets/goconvey", 2551 sum = "h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s=", 2552 version = "v1.6.4", 2553 ) 2554 go_repository( 2555 name = "com_github_smartystreets_gunit", 2556 importpath = "github.com/smartystreets/gunit", 2557 sum = "h1:32x+htJCu3aMswhPw3teoJ+PnWPONqdNgaGs6Qt8ZaU=", 2558 version = "v1.1.3", 2559 ) 2560 go_repository( 2561 name = "com_github_snowflakedb_glog", 2562 importpath = "github.com/snowflakedb/glog", 2563 sum = "h1:CGR1hXCOeoZ1aJhCs8qdKJuEu3xoZnxsLcYoh5Bnr+4=", 2564 version = "v0.0.0-20180824191149-f5055e6f21ce", 2565 ) 2566 go_repository( 2567 name = "com_github_snowflakedb_gosnowflake", 2568 importpath = "github.com/snowflakedb/gosnowflake", 2569 sum = "h1:/Ep0cXv4/3o+iXQvh+6CDjHCRPk2AM42l/AMR9PM94Q=", 2570 version = "v1.3.5", 2571 ) 2572 go_repository( 2573 name = "com_github_soheilhy_cmux", 2574 importpath = "github.com/soheilhy/cmux", 2575 sum = "h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E=", 2576 version = "v0.1.4", 2577 ) 2578 go_repository( 2579 name = "com_github_sony_gobreaker", 2580 importpath = "github.com/sony/gobreaker", 2581 sum = "h1:oMnRNZXX5j85zso6xCPRNPtmAycat+WcoKbklScLDgQ=", 2582 version = "v0.4.1", 2583 ) 2584 go_repository( 2585 name = "com_github_spaolacci_murmur3", 2586 importpath = "github.com/spaolacci/murmur3", 2587 sum = "h1:qLC7fQah7D6K1B0ujays3HV9gkFtllcxhzImRR7ArPQ=", 2588 version = "v0.0.0-20180118202830-f09979ecbc72", 2589 ) 2590 go_repository( 2591 name = "com_github_spf13_afero", 2592 importpath = "github.com/spf13/afero", 2593 sum = "h1:asw9sl74539yqavKaglDM5hFpdJVK0Y5Dr/JOgQ89nQ=", 2594 version = "v1.4.1", 2595 ) 2596 go_repository( 2597 name = "com_github_spf13_cast", 2598 importpath = "github.com/spf13/cast", 2599 sum = "h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng=", 2600 version = "v1.3.1", 2601 ) 2602 go_repository( 2603 name = "com_github_spf13_cobra", 2604 importpath = "github.com/spf13/cobra", 2605 sum = "h1:KfztREH0tPxJJ+geloSLaAkaPkr4ki2Er5quFV1TDo4=", 2606 version = "v1.1.1", 2607 ) 2608 go_repository( 2609 name = "com_github_spf13_jwalterweatherman", 2610 importpath = "github.com/spf13/jwalterweatherman", 2611 sum = "h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk=", 2612 version = "v1.1.0", 2613 ) 2614 go_repository( 2615 name = "com_github_spf13_pflag", 2616 importpath = "github.com/spf13/pflag", 2617 sum = "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", 2618 version = "v1.0.5", 2619 ) 2620 go_repository( 2621 name = "com_github_spf13_viper", 2622 importpath = "github.com/spf13/viper", 2623 sum = "h1:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk=", 2624 version = "v1.7.1", 2625 ) 2626 go_repository( 2627 name = "com_github_src_d_gcfg", 2628 importpath = "github.com/src-d/gcfg", 2629 sum = "h1:xXbNR5AlLSA315x2UO+fTSSAXCDf+Ar38/6oyGbDKQ4=", 2630 version = "v1.4.0", 2631 ) 2632 go_repository( 2633 name = "com_github_stoewer_go_strcase", 2634 importpath = "github.com/stoewer/go-strcase", 2635 sum = "h1:Z2iHWqGXH00XYgqDmNgQbIBxf3wrNq0F3feEy0ainaU=", 2636 version = "v1.2.0", 2637 ) 2638 go_repository( 2639 name = "com_github_streadway_amqp", 2640 importpath = "github.com/streadway/amqp", 2641 sum = "h1:WhxRHzgeVGETMlmVfqhRn8RIeeNoPr2Czh33I4Zdccw=", 2642 version = "v0.0.0-20190827072141-edfb9018d271", 2643 ) 2644 go_repository( 2645 name = "com_github_streadway_handy", 2646 importpath = "github.com/streadway/handy", 2647 sum = "h1:AhmOdSHeswKHBjhsLs/7+1voOxT+LLrSk/Nxvk35fug=", 2648 version = "v0.0.0-20190108123426-d5acb3125c2a", 2649 ) 2650 go_repository( 2651 name = "com_github_stretchr_objx", 2652 importpath = "github.com/stretchr/objx", 2653 sum = "h1:NGXK3lHquSN08v5vWalVI/L8XU9hdzE/G6xsrze47As=", 2654 version = "v0.3.0", 2655 ) 2656 go_repository( 2657 name = "com_github_stretchr_testify", 2658 importpath = "github.com/stretchr/testify", 2659 sum = "h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0=", 2660 version = "v1.6.1", 2661 ) 2662 go_repository( 2663 name = "com_github_subosito_gotenv", 2664 importpath = "github.com/subosito/gotenv", 2665 sum = "h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=", 2666 version = "v1.2.0", 2667 ) 2668 go_repository( 2669 name = "com_github_syndtr_goleveldb", 2670 importpath = "github.com/syndtr/goleveldb", 2671 sum = "h1:fBdIW9lB4Iz0n9khmH8w27SJ3QEJ7+IgjPEwGSZiFdE=", 2672 version = "v1.0.0", 2673 ) 2674 go_repository( 2675 name = "com_github_tarm_serial", 2676 importpath = "github.com/tarm/serial", 2677 sum = "h1:UyzmZLoiDWMRywV4DUYb9Fbt8uiOSooupjTq10vpvnU=", 2678 version = "v0.0.0-20180830185346-98f6abe2eb07", 2679 ) 2680 go_repository( 2681 name = "com_github_texttheater_golang_levenshtein", 2682 importpath = "github.com/texttheater/golang-levenshtein", 2683 sum = "h1:+cRNoVrfiwufQPhoMzB6N0Yf/Mqajr6t1lOv8GyGE2U=", 2684 version = "v1.0.1", 2685 ) 2686 go_repository( 2687 name = "com_github_tidwall_pretty", 2688 importpath = "github.com/tidwall/pretty", 2689 sum = "h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=", 2690 version = "v1.0.0", 2691 ) 2692 go_repository( 2693 name = "com_github_tmc_grpc_websocket_proxy", 2694 importpath = "github.com/tmc/grpc-websocket-proxy", 2695 sum = "h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ=", 2696 version = "v0.0.0-20190109142713-0ad062ec5ee5", 2697 ) 2698 go_repository( 2699 name = "com_github_twitchtv_twirp", 2700 importpath = "github.com/twitchtv/twirp", 2701 sum = "h1:3fNSDoSPyq+fTrifIvGue9XM/tptzuhiGY83rxPVNUg=", 2702 version = "v7.1.0+incompatible", 2703 ) 2704 go_repository( 2705 name = "com_github_ugorji_go", 2706 importpath = "github.com/ugorji/go", 2707 sum = "h1:j4s+tAvLfL3bZyefP2SEWmhBzmuIlH/eqNuPdFPgngw=", 2708 version = "v1.1.4", 2709 ) 2710 go_repository( 2711 name = "com_github_ugorji_go_codec", 2712 importpath = "github.com/ugorji/go/codec", 2713 sum = "h1:3SVOIvH7Ae1KRYyQWRjXWJEA9sS/c/pjvH++55Gr648=", 2714 version = "v0.0.0-20181204163529-d75b2dcb6bc8", 2715 ) 2716 go_repository( 2717 name = "com_github_unrolled_secure", 2718 importpath = "github.com/unrolled/secure", 2719 sum = "h1:JaMvKbe4CRt8oyxVXn+xY+6jlqd7pyJNSVkmsBxxQsM=", 2720 version = "v1.0.8", 2721 ) 2722 go_repository( 2723 name = "com_github_urfave_cli", 2724 importpath = "github.com/urfave/cli", 2725 sum = "h1:+mkCCcOFKPnCmVYVcURKps1Xe+3zP90gSYGNfRkjoIY=", 2726 version = "v1.22.1", 2727 ) 2728 go_repository( 2729 name = "com_github_urfave_cli_v2", 2730 importpath = "github.com/urfave/cli/v2", 2731 sum = "h1:qph92Y649prgesehzOrQjdWyxFOp/QVM+6imKHad91M=", 2732 version = "v2.3.0", 2733 ) 2734 go_repository( 2735 name = "com_github_urfave_negroni", 2736 importpath = "github.com/urfave/negroni", 2737 sum = "h1:kIimOitoypq34K7TG7DUaJ9kq/N4Ofuwi1sjz0KipXc=", 2738 version = "v1.0.0", 2739 ) 2740 go_repository( 2741 name = "com_github_valyala_bytebufferpool", 2742 importpath = "github.com/valyala/bytebufferpool", 2743 sum = "h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6KllzawFIhcdPw=", 2744 version = "v1.0.0", 2745 ) 2746 go_repository( 2747 name = "com_github_valyala_fasttemplate", 2748 importpath = "github.com/valyala/fasttemplate", 2749 sum = "h1:tY9CJiPnMXf1ERmG2EyK7gNUd+c6RKGD0IfU8WdUSz8=", 2750 version = "v1.0.1", 2751 ) 2752 go_repository( 2753 name = "com_github_vektah_gqlparser", 2754 importpath = "github.com/vektah/gqlparser", 2755 sum = "h1:ZsyLGn7/7jDNI+y4SEhI4yAxRChlv15pUHMjijT+e68=", 2756 version = "v1.1.2", 2757 ) 2758 go_repository( 2759 name = "com_github_vektra_mockery", 2760 importpath = "github.com/vektra/mockery", 2761 sum = "h1:uc0Yn67rJpjt8U/mAZimdCKn9AeA97BOkjpmtBSlfP4=", 2762 version = "v1.1.2", 2763 ) 2764 go_repository( 2765 name = "com_github_vividcortex_godaemon", 2766 importpath = "github.com/VividCortex/godaemon", 2767 sum = "h1:CGNNnJTXn6efEPOEHlxqRrvg9AP0Hsumy9vbXk8aU/k=", 2768 version = "v0.0.0-20150910212227-3d9f6e0b234f", 2769 ) 2770 go_repository( 2771 name = "com_github_vividcortex_gohistogram", 2772 importpath = "github.com/VividCortex/gohistogram", 2773 sum = "h1:6+hBz+qvs0JOrrNhhmR7lFxo5sINxBCGXrdtl/UvroE=", 2774 version = "v1.0.0", 2775 ) 2776 go_repository( 2777 name = "com_github_willf_bitset", 2778 importpath = "github.com/willf/bitset", 2779 sum = "h1:N7Z7E9UvjW+sGsEl7k/SJrvY2reP1A07MrGuCjIOjRE=", 2780 version = "v1.1.11", 2781 ) 2782 go_repository( 2783 name = "com_github_xanzy_go_gitlab", 2784 importpath = "github.com/xanzy/go-gitlab", 2785 sum = "h1:rWtwKTgEnXyNUGrOArN7yyc3THRkpYcKXIXia9abywQ=", 2786 version = "v0.15.0", 2787 ) 2788 go_repository( 2789 name = "com_github_xanzy_ssh_agent", 2790 importpath = "github.com/xanzy/ssh-agent", 2791 sum = "h1:wUMzuKtKilRgBAD1sUb8gOwwRr2FGoBVumcjoOACClI=", 2792 version = "v0.3.0", 2793 ) 2794 go_repository( 2795 name = "com_github_xdg_scram", 2796 importpath = "github.com/xdg/scram", 2797 sum = "h1:u40Z8hqBAAQyv+vATcGgV0YCnDjqSL7/q/JyPhhJSPk=", 2798 version = "v0.0.0-20180814205039-7eeb5667e42c", 2799 ) 2800 go_repository( 2801 name = "com_github_xdg_stringprep", 2802 importpath = "github.com/xdg/stringprep", 2803 sum = "h1:d9X0esnoa3dFsV0FG35rAT0RIhYFlPq7MiP+DW89La0=", 2804 version = "v1.0.0", 2805 ) 2806 go_repository( 2807 name = "com_github_xeipuuv_gojsonpointer", 2808 importpath = "github.com/xeipuuv/gojsonpointer", 2809 sum = "h1:J9EGpcZtP0E/raorCMxlFGSTBrsSlaDGf3jU/qvAE2c=", 2810 version = "v0.0.0-20180127040702-4e3ac2762d5f", 2811 ) 2812 go_repository( 2813 name = "com_github_xeipuuv_gojsonreference", 2814 importpath = "github.com/xeipuuv/gojsonreference", 2815 sum = "h1:EzJWgHovont7NscjpAxXsDA8S8BMYve8Y5+7cuRE7R0=", 2816 version = "v0.0.0-20180127040603-bd5ef7bd5415", 2817 ) 2818 go_repository( 2819 name = "com_github_xeipuuv_gojsonschema", 2820 importpath = "github.com/xeipuuv/gojsonschema", 2821 sum = "h1:LhYJRs+L4fBtjZUfuSZIKGeVu0QRy8e5Xi7D17UxZ74=", 2822 version = "v1.2.0", 2823 ) 2824 go_repository( 2825 name = "com_github_xiang90_probing", 2826 importpath = "github.com/xiang90/probing", 2827 sum = "h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8=", 2828 version = "v0.0.0-20190116061207-43a291ad63a2", 2829 ) 2830 go_repository( 2831 name = "com_github_xlab_treeprint", 2832 importpath = "github.com/xlab/treeprint", 2833 sum = "h1:1CFlNzQhALwjS9mBAUkycX616GzgsuYUOCHA5+HSlXI=", 2834 version = "v0.0.0-20181112141820-a009c3971eca", 2835 ) 2836 go_repository( 2837 name = "com_github_xordataexchange_crypt", 2838 importpath = "github.com/xordataexchange/crypt", 2839 sum = "h1:ESFSdwYZvkeru3RtdrYueztKhOBCSAAzS4Gf+k0tEow=", 2840 version = "v0.0.3-0.20170626215501-b2862e3d0a77", 2841 ) 2842 go_repository( 2843 name = "com_github_yosuke_furukawa_json5", 2844 importpath = "github.com/yosuke-furukawa/json5", 2845 sum = "h1:0F9mNwTvOuDNH243hoPqvf+dxa5QsKnZzU20uNsh3ZI=", 2846 version = "v0.1.1", 2847 ) 2848 go_repository( 2849 name = "com_github_yuin_goldmark", 2850 importpath = "github.com/yuin/goldmark", 2851 sum = "h1:ruQGxdhGHe7FWOJPT0mKs5+pD2Xs1Bm/kdGlHO04FmM=", 2852 version = "v1.2.1", 2853 ) 2854 go_repository( 2855 name = "com_github_zeebo_bencode", 2856 importpath = "github.com/zeebo/bencode", 2857 sum = "h1:zgop0Wu1nu4IexAZeCZ5qbsjU4O1vMrfCrVgUjbHVuA=", 2858 version = "v1.0.0", 2859 ) 2860 go_repository( 2861 name = "com_github_zenazn_goji", 2862 importpath = "github.com/zenazn/goji", 2863 sum = "h1:RSQQAbXGArQ0dIDEq+PI6WqN6if+5KHu6x2Cx/GXLTQ=", 2864 version = "v0.9.0", 2865 ) 2866 go_repository( 2867 name = "com_gitlab_nyarla_go_crypt", 2868 importpath = "gitlab.com/nyarla/go-crypt", 2869 sum = "h1:7gd+rd8P3bqcn/96gOZa3F5dpJr/vEiDQYlNb/y2uNs=", 2870 version = "v0.0.0-20160106005555-d9a5dc2b789b", 2871 ) 2872 go_repository( 2873 name = "com_google_cloud_go", 2874 importpath = "cloud.google.com/go", 2875 sum = "h1:eWRCuwubtDrCJG0oSUMgnsbD4CmPFQF2ei4OFbXvwww=", 2876 version = "v0.72.0", 2877 ) 2878 go_repository( 2879 name = "com_google_cloud_go_bigquery", 2880 importpath = "cloud.google.com/go/bigquery", 2881 sum = "h1:PQcPefKFdaIzjQFbiyOgAqyx8q5djaE7x9Sqe712DPA=", 2882 version = "v1.8.0", 2883 ) 2884 go_repository( 2885 name = "com_google_cloud_go_bigtable", 2886 importpath = "cloud.google.com/go/bigtable", 2887 sum = "h1:hcHWHVX8sfXW4qgfB0fYVd3i22Od2TK6gxoN7EWsbwY=", 2888 version = "v1.6.0", 2889 ) 2890 go_repository( 2891 name = "com_google_cloud_go_datastore", 2892 importpath = "cloud.google.com/go/datastore", 2893 sum = "h1:+T3aKNlZd+MABChjtgQqz5kVysNrFubz5HmljVQG4Zg=", 2894 version = "v1.3.0", 2895 ) 2896 go_repository( 2897 name = "com_google_cloud_go_firestore", 2898 importpath = "cloud.google.com/go/firestore", 2899 sum = "h1:QaBSisuvNi9/o+3nCHqUEfduHCPfhEw2jcUofi0n8oY=", 2900 version = "v1.3.0", 2901 ) 2902 go_repository( 2903 name = "com_google_cloud_go_logging", 2904 importpath = "cloud.google.com/go/logging", 2905 sum = "h1:mU+6wZyP0llWyobJ+aJFqeEfDzMp95R449wEPPILVX0=", 2906 version = "v1.1.1", 2907 ) 2908 go_repository( 2909 name = "com_google_cloud_go_pubsub", 2910 importpath = "cloud.google.com/go/pubsub", 2911 sum = "h1:kl5QdIn98mYhX+G7OzdQ9W3SQ0XXdhHlTw0GHa723pI=", 2912 version = "v1.8.3", 2913 ) 2914 go_repository( 2915 name = "com_google_cloud_go_spanner", 2916 importpath = "cloud.google.com/go/spanner", 2917 sum = "h1:WXuGWhUp5i7MeUMzMrJlodqJvSGtU0Cdw6BdHGgCgVo=", 2918 version = "v1.9.0", 2919 ) 2920 go_repository( 2921 name = "com_google_cloud_go_storage", 2922 importpath = "cloud.google.com/go/storage", 2923 sum = "h1:4y3gHptW1EHVtcPAVE0eBBlFuGqEejTTG3KdIE0lUX4=", 2924 version = "v1.12.0", 2925 ) 2926 go_repository( 2927 name = "com_larrymyers_go_protoc_gen_twirp_typescript", 2928 importpath = "go.larrymyers.com/protoc-gen-twirp_typescript", 2929 sum = "h1:ZpSFyBdyfAuBjsidyg40BRR5g3WYXUHMqOqSqOAY4w8=", 2930 version = "v0.0.0-20201012232926-5c91a3223921", 2931 ) 2932 go_repository( 2933 name = "com_shuralyov_dmitri_gpu_mtl", 2934 importpath = "dmitri.shuralyov.com/gpu/mtl", 2935 sum = "h1:VpgP7xuJadIUuKccphEpTJnWhS2jkQyMt6Y7pJCD7fY=", 2936 version = "v0.0.0-20190408044501-666a987793e9", 2937 ) 2938 go_repository( 2939 name = "com_sourcegraph_sourcegraph_appdash", 2940 importpath = "sourcegraph.com/sourcegraph/appdash", 2941 sum = "h1:ucqkfpjg9WzSUubAO62csmucvxl4/JeW3F4I4909XkM=", 2942 version = "v0.0.0-20190731080439-ebfcffb1b5c0", 2943 ) 2944 go_repository( 2945 name = "in_gopkg_alecthomas_kingpin_v2", 2946 importpath = "gopkg.in/alecthomas/kingpin.v2", 2947 sum = "h1:jMFz6MfLP0/4fUyZle81rXUoxOBFi19VUFKVDOQfozc=", 2948 version = "v2.2.6", 2949 ) 2950 go_repository( 2951 name = "in_gopkg_check_v1", 2952 importpath = "gopkg.in/check.v1", 2953 sum = "h1:QRR6H1YWRnHb4Y/HeNFCTJLFVxaq6wH4YuVdsUOr75U=", 2954 version = "v1.0.0-20200902074654-038fdea0a05b", 2955 ) 2956 go_repository( 2957 name = "in_gopkg_cheggaaa_pb_v1", 2958 importpath = "gopkg.in/cheggaaa/pb.v1", 2959 sum = "h1:Ev7yu1/f6+d+b3pi5vPdRPc6nNtP1umSfcWiEfRqv6I=", 2960 version = "v1.0.25", 2961 ) 2962 go_repository( 2963 name = "in_gopkg_errgo_v2", 2964 importpath = "gopkg.in/errgo.v2", 2965 sum = "h1:0vLT13EuvQ0hNvakwLuFZ/jYrLp5F3kcWHXdRggjCE8=", 2966 version = "v2.1.0", 2967 ) 2968 go_repository( 2969 name = "in_gopkg_fsnotify_v1", 2970 importpath = "gopkg.in/fsnotify.v1", 2971 sum = "h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=", 2972 version = "v1.4.7", 2973 ) 2974 go_repository( 2975 name = "in_gopkg_gcfg_v1", 2976 importpath = "gopkg.in/gcfg.v1", 2977 sum = "h1:m8OOJ4ccYHnx2f4gQwpno8nAX5OGOh7RLaaz0pj3Ogs=", 2978 version = "v1.2.3", 2979 ) 2980 go_repository( 2981 name = "in_gopkg_inconshreveable_log15_v2", 2982 importpath = "gopkg.in/inconshreveable/log15.v2", 2983 sum = "h1:RlWgLqCMMIYYEVcAR5MDsuHlVkaIPDAF+5Dehzg8L5A=", 2984 version = "v2.0.0-20180818164646-67afb5ed74ec", 2985 ) 2986 go_repository( 2987 name = "in_gopkg_inf_v0", 2988 importpath = "gopkg.in/inf.v0", 2989 sum = "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", 2990 version = "v0.9.1", 2991 ) 2992 go_repository( 2993 name = "in_gopkg_ini_v1", 2994 importpath = "gopkg.in/ini.v1", 2995 sum = "h1:duBzk771uxoUuOlyRLkHsygud9+5lrlGjdFBb4mSKDU=", 2996 version = "v1.62.0", 2997 ) 2998 go_repository( 2999 name = "in_gopkg_olivere_elastic_v5", 3000 importpath = "gopkg.in/olivere/elastic.v5", 3001 sum = "h1:xFy6qRCGAmo5Wjx96srho9BitLhZl2fcnpuidPwduXM=", 3002 version = "v5.0.86", 3003 ) 3004 go_repository( 3005 name = "in_gopkg_resty_v1", 3006 importpath = "gopkg.in/resty.v1", 3007 sum = "h1:CuXP0Pjfw9rOuY6EP+UvtNvt5DSqHpIxILZKT/quCZI=", 3008 version = "v1.12.0", 3009 ) 3010 go_repository( 3011 name = "in_gopkg_sourcemap_v1", 3012 importpath = "gopkg.in/sourcemap.v1", 3013 sum = "h1:inv58fC9f9J3TK2Y2R1NPntXEn3/wjWHkonhIUODNTI=", 3014 version = "v1.0.5", 3015 ) 3016 go_repository( 3017 name = "in_gopkg_src_d_go_billy_v4", 3018 importpath = "gopkg.in/src-d/go-billy.v4", 3019 sum = "h1:0SQA1pRztfTFx2miS8sA97XvooFeNOmvUenF4o0EcVg=", 3020 version = "v4.3.2", 3021 ) 3022 go_repository( 3023 name = "in_gopkg_src_d_go_git_fixtures_v3", 3024 importpath = "gopkg.in/src-d/go-git-fixtures.v3", 3025 sum = "h1:ivZFOIltbce2Mo8IjzUHAFoq/IylO9WHhNOAJK+LsJg=", 3026 version = "v3.5.0", 3027 ) 3028 go_repository( 3029 name = "in_gopkg_src_d_go_git_v4", 3030 importpath = "gopkg.in/src-d/go-git.v4", 3031 sum = "h1:SRtFyV8Kxc0UP7aCHcijOMQGPxHSmMOPrzulQWolkYE=", 3032 version = "v4.13.1", 3033 ) 3034 go_repository( 3035 name = "in_gopkg_tomb_v1", 3036 importpath = "gopkg.in/tomb.v1", 3037 sum = "h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=", 3038 version = "v1.0.0-20141024135613-dd632973f1e7", 3039 ) 3040 go_repository( 3041 name = "in_gopkg_warnings_v0", 3042 importpath = "gopkg.in/warnings.v0", 3043 sum = "h1:wFXVbFY8DY5/xOe1ECiWdKCzZlxgshcYVNkBHstARME=", 3044 version = "v0.1.2", 3045 ) 3046 go_repository( 3047 name = "in_gopkg_yaml_v1", 3048 importpath = "gopkg.in/yaml.v1", 3049 sum = "h1:POO/ycCATvegFmVuPpQzZFJ+pGZeX22Ufu6fibxDVjU=", 3050 version = "v1.0.0-20140924161607-9f9df34309c0", 3051 ) 3052 go_repository( 3053 name = "in_gopkg_yaml_v2", 3054 importpath = "gopkg.in/yaml.v2", 3055 sum = "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", 3056 version = "v2.4.0", 3057 ) 3058 go_repository( 3059 name = "in_gopkg_yaml_v3", 3060 importpath = "gopkg.in/yaml.v3", 3061 sum = "h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ=", 3062 version = "v3.0.0-20200615113413-eeeca48fe776", 3063 ) 3064 go_repository( 3065 name = "io_etcd_go_bbolt", 3066 importpath = "go.etcd.io/bbolt", 3067 sum = "h1:MUGmc65QhB3pIlaQ5bB4LwqSj6GIonVJXpZiaKNyaKk=", 3068 version = "v1.3.3", 3069 ) 3070 go_repository( 3071 name = "io_etcd_go_etcd", 3072 importpath = "go.etcd.io/etcd", 3073 sum = "h1:VcrIfasaLFkyjk6KNlXQSzO+B0fZcnECiDrKJsfxka0=", 3074 version = "v0.0.0-20191023171146-3cf2f69b5738", 3075 ) 3076 go_repository( 3077 name = "io_gorm_driver_postgres", 3078 importpath = "gorm.io/driver/postgres", 3079 sum = "h1:raX6ezL/ciUmaYTvOq48jq1GE95aMC0CmxQYbxQ4Ufw=", 3080 version = "v1.0.5", 3081 ) 3082 go_repository( 3083 name = "io_gorm_gorm", 3084 importpath = "gorm.io/gorm", 3085 sum = "h1:qa7tC1WcU+DBI/ZKMxvXy1FcrlGsvxlaKufHrT2qQ08=", 3086 version = "v1.20.6", 3087 ) 3088 go_repository( 3089 name = "io_k8s_api", 3090 importpath = "k8s.io/api", 3091 sum = "h1:gu5iGF4V6tfVCQ/R+8Hc0h7H1JuEhzyEi9S4R5LM8+Y=", 3092 version = "v0.21.0", 3093 ) 3094 go_repository( 3095 name = "io_k8s_apimachinery", 3096 importpath = "k8s.io/apimachinery", 3097 sum = "h1:3Fx+41if+IRavNcKOz09FwEXDBG6ORh6iMsTSelhkMA=", 3098 version = "v0.21.0", 3099 ) 3100 go_repository( 3101 name = "io_k8s_cli_runtime", 3102 importpath = "k8s.io/cli-runtime", 3103 sum = "h1:/V2Kkxtf6x5NI2z+Sd/mIrq4FQyQ8jzZAUD6N5RnN7Y=", 3104 version = "v0.21.0", 3105 ) 3106 go_repository( 3107 name = "io_k8s_client_go", 3108 importpath = "k8s.io/client-go", 3109 sum = "h1:n0zzzJsAQmJngpC0IhgFcApZyoGXPrDIAD601HD09ag=", 3110 version = "v0.21.0", 3111 ) 3112 go_repository( 3113 name = "io_k8s_code_generator", 3114 importpath = "k8s.io/code-generator", 3115 sum = "h1:LGWJOvkbBNpuRBqBRXUjzfvymUh7F/iR2KDpwLnqCM4=", 3116 version = "v0.21.0", 3117 ) 3118 go_repository( 3119 name = "io_k8s_component_base", 3120 importpath = "k8s.io/component-base", 3121 sum = "h1:tLLGp4BBjQaCpS/KiuWh7m2xqvAdsxLm4ATxHSe5Zpg=", 3122 version = "v0.21.0", 3123 ) 3124 go_repository( 3125 name = "io_k8s_component_helpers", 3126 importpath = "k8s.io/component-helpers", 3127 sum = "h1:SoWLsd63LI5uwofcHVSO4jtlmZEJRycfwNBKU4eAGPQ=", 3128 version = "v0.21.0", 3129 ) 3130 go_repository( 3131 name = "io_k8s_gengo", 3132 importpath = "k8s.io/gengo", 3133 sum = "h1:Uusb3oh8XcdzDF/ndlI4ToKTYVlkCSJP39SRY2mfRAw=", 3134 version = "v0.0.0-20201214224949-b6c5ce23f027", 3135 ) 3136 go_repository( 3137 name = "io_k8s_klog", 3138 importpath = "k8s.io/klog", 3139 sum = "h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=", 3140 version = "v1.0.0", 3141 ) 3142 go_repository( 3143 name = "io_k8s_klog_v2", 3144 importpath = "k8s.io/klog/v2", 3145 sum = "h1:Q3gmuM9hKEjefWFFYF0Mat+YyFJvsUyYuwyNNJ5C9Ts=", 3146 version = "v2.8.0", 3147 ) 3148 go_repository( 3149 name = "io_k8s_kube_openapi", 3150 importpath = "k8s.io/kube-openapi", 3151 sum = "h1:vEx13qjvaZ4yfObSSXW7BrMc/KQBBT/Jyee8XtLf4x0=", 3152 version = "v0.0.0-20210305001622-591a79e4bda7", 3153 ) 3154 go_repository( 3155 name = "io_k8s_kubectl", 3156 importpath = "k8s.io/kubectl", 3157 sum = "h1:WZXlnG/yjcE4LWO2g6ULjFxtzK6H1TKzsfaBFuVIhNg=", 3158 version = "v0.21.0", 3159 ) 3160 go_repository( 3161 name = "io_k8s_metrics", 3162 importpath = "k8s.io/metrics", 3163 sum = "h1:uwS3CgheLKaw3PTpwhjMswnm/PMqeLbdLH88VI7FMQQ=", 3164 version = "v0.21.0", 3165 ) 3166 go_repository( 3167 name = "io_k8s_sigs_kustomize_api", 3168 importpath = "sigs.k8s.io/kustomize/api", 3169 sum = "h1:bfCXGXDAbFbb/Jv5AhMj2BB8a5VAJuuQ5/KU69WtDjQ=", 3170 version = "v0.8.5", 3171 ) 3172 go_repository( 3173 name = "io_k8s_sigs_kustomize_cmd_config", 3174 importpath = "sigs.k8s.io/kustomize/cmd/config", 3175 sum = "h1:xxvL/np/zYHVuCH1tNFehlyEtSW5oXjoI6ycejiyOwQ=", 3176 version = "v0.9.7", 3177 ) 3178 go_repository( 3179 name = "io_k8s_sigs_kustomize_kustomize_v4", 3180 importpath = "sigs.k8s.io/kustomize/kustomize/v4", 3181 sum = "h1:0xQWp03aKWilF6UJrupcA2rCoCn3jejkJ+m/CCI/Fis=", 3182 version = "v4.0.5", 3183 ) 3184 go_repository( 3185 name = "io_k8s_sigs_kustomize_kyaml", 3186 importpath = "sigs.k8s.io/kustomize/kyaml", 3187 sum = "h1:dSLgG78KyaxN4HylPXdK+7zB3k7sW6q3IcCmcfKA+aI=", 3188 version = "v0.10.15", 3189 ) 3190 go_repository( 3191 name = "io_k8s_sigs_structured_merge_diff", 3192 importpath = "sigs.k8s.io/structured-merge-diff", 3193 sum = "h1:4Z09Hglb792X0kfOBBJUPFEyvVfQWrYT/l8h5EKA6JQ=", 3194 version = "v0.0.0-20190525122527-15d366b2352e", 3195 ) 3196 go_repository( 3197 name = "io_k8s_sigs_structured_merge_diff_v3", 3198 importpath = "sigs.k8s.io/structured-merge-diff/v3", 3199 sum = "h1:dOmIZBMfhcHS09XZkMyUgkq5trg3/jRyJYFZUiaOp8E=", 3200 version = "v3.0.0", 3201 ) 3202 go_repository( 3203 name = "io_k8s_sigs_structured_merge_diff_v4", 3204 importpath = "sigs.k8s.io/structured-merge-diff/v4", 3205 sum = "h1:C4r9BgJ98vrKnnVCjwCSXcWjWe0NKcUQkmzDXZXGwH8=", 3206 version = "v4.1.0", 3207 ) 3208 go_repository( 3209 name = "io_k8s_sigs_yaml", 3210 importpath = "sigs.k8s.io/yaml", 3211 sum = "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=", 3212 version = "v1.2.0", 3213 ) 3214 go_repository( 3215 name = "io_k8s_utils", 3216 importpath = "k8s.io/utils", 3217 sum = "h1:CbnUZsM497iRC5QMVkHwyl8s2tB3g7yaSHkYPkpgelw=", 3218 version = "v0.0.0-20201110183641-67b214c5f920", 3219 ) 3220 go_repository( 3221 name = "io_opencensus_go", 3222 importpath = "go.opencensus.io", 3223 sum = "h1:dntmOdLpSpHlVqbW5Eay97DelsZHe+55D+xC6i0dDS0=", 3224 version = "v0.22.5", 3225 ) 3226 go_repository( 3227 name = "io_opencensus_go_contrib_exporter_stackdriver", 3228 importpath = "contrib.go.opencensus.io/exporter/stackdriver", 3229 sum = "h1:ksUxwH3OD5sxkjzEqGxNTl+Xjsmu3BnC/300MhSVTSc=", 3230 version = "v0.13.4", 3231 ) 3232 go_repository( 3233 name = "io_rsc_binaryregexp", 3234 importpath = "rsc.io/binaryregexp", 3235 sum = "h1:HfqmD5MEmC0zvwBuF187nq9mdnXjXsSivRiXN7SmRkE=", 3236 version = "v0.2.0", 3237 ) 3238 go_repository( 3239 name = "io_rsc_quote_v3", 3240 importpath = "rsc.io/quote/v3", 3241 sum = "h1:9JKUTTIUgS6kzR9mK1YuGKv6Nl+DijDNIc0ghT58FaY=", 3242 version = "v3.1.0", 3243 ) 3244 go_repository( 3245 name = "io_rsc_sampler", 3246 importpath = "rsc.io/sampler", 3247 sum = "h1:7i08f/p5TBU5joCPW3GjWG1ZFCmr28ybGqlXtelhEK8=", 3248 version = "v1.99.99", 3249 ) 3250 go_repository( 3251 name = "net_starlark_go", 3252 importpath = "go.starlark.net", 3253 sum = "h1:JPjLPz44y2N9mkzh2N344kTk1Y4/V4yJAjTrXGmzv8I=", 3254 version = "v0.0.0-20201118183435-e55f603d8c79", 3255 ) 3256 go_repository( 3257 name = "org_chromium_go_gae", 3258 importpath = "go.chromium.org/gae", 3259 sum = "h1:1Ia0zTIyW9IktCoEQOHPqlBsohu5n/Vzqmupj4B4tqg=", 3260 version = "v0.0.0-20190826183307-50a499513efa", 3261 ) 3262 go_repository( 3263 name = "org_chromium_go_luci", 3264 importpath = "go.chromium.org/luci", 3265 sum = "h1:Qe0s5XpxD36QC+7OVnc1Ce8igF3sfTo3f3ad4WKEpNo=", 3266 version = "v0.0.0-20201121231857-b9ab316d7198", 3267 ) 3268 go_repository( 3269 name = "org_go4", 3270 importpath = "go4.org", 3271 sum = "h1:+hE86LblG4AyDgwMCLTE6FOlM9+qjHSYS+rKqxUVdsM=", 3272 version = "v0.0.0-20180809161055-417644f6feb5", 3273 ) 3274 go_repository( 3275 name = "org_go4_grpc", 3276 importpath = "grpc.go4.org", 3277 sum = "h1:tmXTu+dfa+d9Evp8NpJdgOy6+rt8/x4yG7qPBrtNfLY=", 3278 version = "v0.0.0-20170609214715-11d0a25b4919", 3279 ) 3280 go_repository( 3281 name = "org_golang_google_api", 3282 importpath = "google.golang.org/api", 3283 sum = "h1:TBCmTTxUrRDA1iTctnK/fIeitxIZ+TQuaf0j29fmCGo=", 3284 version = "v0.35.0", 3285 ) 3286 go_repository( 3287 name = "org_golang_google_appengine", 3288 importpath = "google.golang.org/appengine", 3289 sum = "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=", 3290 version = "v1.6.7", 3291 ) 3292 go_repository( 3293 name = "org_golang_google_genproto", 3294 importpath = "google.golang.org/genproto", 3295 sum = "h1:Rt0FRalMgdSlXAVJvX4pr65KfqaxHXSLkSJRD9pw6g0=", 3296 version = "v0.0.0-20201119123407-9b1e624d6bc4", 3297 ) 3298 go_repository( 3299 name = "org_golang_google_grpc", 3300 importpath = "google.golang.org/grpc", 3301 sum = "h1:EQyQC3sa8M+p6Ulc8yy9SWSS2GVwyRc83gAbG8lrl4o=", 3302 version = "v1.33.2", 3303 ) 3304 go_repository( 3305 name = "org_golang_google_protobuf", 3306 importpath = "google.golang.org/protobuf", 3307 sum = "h1:Ejskq+SyPohKW+1uil0JJMtmHCgJPJ/qWTxr8qp+R4c=", 3308 version = "v1.25.0", 3309 ) 3310 go_repository( 3311 name = "org_golang_x_build", 3312 importpath = "golang.org/x/build", 3313 sum = "h1:jjNoDZTS0vmbqBhqD5MPXauZW+kcGyflfDDFBNCPSVI=", 3314 version = "v0.0.0-20191031202223-0706ea4fce0c", 3315 ) 3316 go_repository( 3317 name = "org_golang_x_crypto", 3318 importpath = "golang.org/x/crypto", 3319 sum = "h1:/ZScEX8SfEmUGRHs0gxpqteO5nfNW6axyZbBdw9A12g=", 3320 version = "v0.0.0-20210220033148-5ea612d1eb83", 3321 ) 3322 go_repository( 3323 name = "org_golang_x_exp", 3324 importpath = "golang.org/x/exp", 3325 sum = "h1:jqhIzSw5SQNkbu5hOGpgMHhkfXxrbsLJdkIRcX19gCY=", 3326 version = "v0.0.0-20200228211341-fcea875c7e85", 3327 ) 3328 go_repository( 3329 name = "org_golang_x_image", 3330 importpath = "golang.org/x/image", 3331 sum = "h1:hVwzHzIUGRjiF7EcUjqNxk3NCfkPxbDKRdnNE1Rpg0U=", 3332 version = "v0.0.0-20191009234506-e7c1f5e7dbb8", 3333 ) 3334 go_repository( 3335 name = "org_golang_x_lint", 3336 importpath = "golang.org/x/lint", 3337 sum = "h1:Wh+f8QHJXR411sJR8/vRBTZ7YapZaRvUcLFFJhusH0k=", 3338 version = "v0.0.0-20200302205851-738671d3881b", 3339 ) 3340 go_repository( 3341 name = "org_golang_x_mobile", 3342 importpath = "golang.org/x/mobile", 3343 sum = "h1:CrJ8+QyIm2tcw/zt9Rp/vGFsey+jndL1y5EnFwzgGOg=", 3344 version = "v0.0.0-20191031020345-0945064e013a", 3345 ) 3346 go_repository( 3347 name = "org_golang_x_mod", 3348 importpath = "golang.org/x/mod", 3349 sum = "h1:Kvvh58BN8Y9/lBi7hTekvtMpm07eUZ0ck5pRHpsMWrY=", 3350 version = "v0.4.1", 3351 ) 3352 go_repository( 3353 name = "org_golang_x_net", 3354 importpath = "golang.org/x/net", 3355 sum = "h1:OgUuv8lsRpBibGNbSizVwKWlysjaNzmC9gYMhPVfqFM=", 3356 version = "v0.0.0-20210224082022-3d97a244fca7", 3357 ) 3358 go_repository( 3359 name = "org_golang_x_oauth2", 3360 importpath = "golang.org/x/oauth2", 3361 sum = "h1:Mj83v+wSRNEar42a/MQgxk9X42TdEmrOl9i+y8WbxLo=", 3362 version = "v0.0.0-20201109201403-9fd604954f58", 3363 ) 3364 go_repository( 3365 name = "org_golang_x_perf", 3366 importpath = "golang.org/x/perf", 3367 sum = "h1:xYq6+9AtI+xP3M4r0N1hCkHrInHDBohhquRgx9Kk6gI=", 3368 version = "v0.0.0-20180704124530-6e6d33e29852", 3369 ) 3370 go_repository( 3371 name = "org_golang_x_sync", 3372 importpath = "golang.org/x/sync", 3373 sum = "h1:SQFwaSi55rU7vdNs9Yr0Z324VNlrF+0wMqRXT4St8ck=", 3374 version = "v0.0.0-20201020160332-67f06af15bc9", 3375 ) 3376 go_repository( 3377 name = "org_golang_x_sys", 3378 importpath = "golang.org/x/sys", 3379 sum = "h1:8qxJSnu+7dRq6upnbntrmriWByIakBuct5OM/MdQC1M=", 3380 version = "v0.0.0-20210225134936-a50acf3fe073", 3381 ) 3382 go_repository( 3383 name = "org_golang_x_term", 3384 importpath = "golang.org/x/term", 3385 sum = "h1:SZxvLBoTP5yHO3Frd4z4vrF+DBX9vMVanchswa69toE=", 3386 version = "v0.0.0-20210220032956-6a3ed077a48d", 3387 ) 3388 go_repository( 3389 name = "org_golang_x_text", 3390 importpath = "golang.org/x/text", 3391 sum = "h1:0YWbFKbhXG/wIiuHDSKpS0Iy7FSA+u45VtBMfQcFTTc=", 3392 version = "v0.3.4", 3393 ) 3394 go_repository( 3395 name = "org_golang_x_time", 3396 importpath = "golang.org/x/time", 3397 sum = "h1:O8mE0/t419eoIwhTFpKVkHiTs/Igowgfkj25AcZrtiE=", 3398 version = "v0.0.0-20210220033141-f8bda1e9f3ba", 3399 ) 3400 go_repository( 3401 name = "org_golang_x_tools", 3402 importpath = "golang.org/x/tools", 3403 sum = "h1:po9/4sTYwZU9lPhi1tOrb4hCv3qrhiQ77LZfGa2OjwY=", 3404 version = "v0.1.0", 3405 ) 3406 go_repository( 3407 name = "org_golang_x_xerrors", 3408 importpath = "golang.org/x/xerrors", 3409 sum = "h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=", 3410 version = "v0.0.0-20200804184101-5ec99f83aff1", 3411 ) 3412 go_repository( 3413 name = "org_modernc_b", 3414 importpath = "modernc.org/b", 3415 sum = "h1:vpvqeyp17ddcQWF29Czawql4lDdABCDRbXRAS4+aF2o=", 3416 version = "v1.0.0", 3417 ) 3418 go_repository( 3419 name = "org_modernc_db", 3420 importpath = "modernc.org/db", 3421 sum = "h1:2c6NdCfaLnshSvY7OU09cyAY0gYXUZj4lmg5ItHyucg=", 3422 version = "v1.0.0", 3423 ) 3424 go_repository( 3425 name = "org_modernc_file", 3426 importpath = "modernc.org/file", 3427 sum = "h1:9/PdvjVxd5+LcWUQIfapAWRGOkDLK90rloa8s/au06A=", 3428 version = "v1.0.0", 3429 ) 3430 go_repository( 3431 name = "org_modernc_fileutil", 3432 importpath = "modernc.org/fileutil", 3433 sum = "h1:Z1AFLZwl6BO8A5NldQg/xTSjGLetp+1Ubvl4alfGx8w=", 3434 version = "v1.0.0", 3435 ) 3436 go_repository( 3437 name = "org_modernc_golex", 3438 importpath = "modernc.org/golex", 3439 sum = "h1:wWpDlbK8ejRfSyi0frMyhilD3JBvtcx2AdGDnU+JtsE=", 3440 version = "v1.0.0", 3441 ) 3442 go_repository( 3443 name = "org_modernc_internal", 3444 importpath = "modernc.org/internal", 3445 sum = "h1:XMDsFDcBDsibbBnHB2xzljZ+B1yrOVLEFkKL2u15Glw=", 3446 version = "v1.0.0", 3447 ) 3448 go_repository( 3449 name = "org_modernc_lldb", 3450 importpath = "modernc.org/lldb", 3451 sum = "h1:6vjDJxQEfhlOLwl4bhpwIz00uyFK4EmSYcbwqwbynsc=", 3452 version = "v1.0.0", 3453 ) 3454 go_repository( 3455 name = "org_modernc_mathutil", 3456 importpath = "modernc.org/mathutil", 3457 sum = "h1:93vKjrJopTPrtTNpZ8XIovER7iCIH1QU7wNbOQXC60I=", 3458 version = "v1.0.0", 3459 ) 3460 go_repository( 3461 name = "org_modernc_ql", 3462 importpath = "modernc.org/ql", 3463 sum = "h1:bIQ/trWNVjQPlinI6jdOQsi195SIturGo3mp5hsDqVU=", 3464 version = "v1.0.0", 3465 ) 3466 go_repository( 3467 name = "org_modernc_sortutil", 3468 importpath = "modernc.org/sortutil", 3469 sum = "h1:oP3U4uM+NT/qBQcbg/K2iqAX0Nx7B1b6YZtq3Gk/PjM=", 3470 version = "v1.1.0", 3471 ) 3472 go_repository( 3473 name = "org_modernc_strutil", 3474 importpath = "modernc.org/strutil", 3475 sum = "h1:+1/yCzZxY2pZwwrsbH+4T7BQMoLQ9QiBshRC9eicYsc=", 3476 version = "v1.1.0", 3477 ) 3478 go_repository( 3479 name = "org_modernc_zappy", 3480 importpath = "modernc.org/zappy", 3481 sum = "h1:dPVaP+3ueIUv4guk8PuZ2wiUGcJ1WUVvIheeSSTD0yk=", 3482 version = "v1.0.0", 3483 ) 3484 go_repository( 3485 name = "org_mongodb_go_mongo_driver", 3486 importpath = "go.mongodb.org/mongo-driver", 3487 sum = "h1:jxcFYjlkl8xaERsgLo+RNquI0epW6zuy/ZRQs6jnrFA=", 3488 version = "v1.1.2", 3489 ) 3490 go_repository( 3491 name = "org_skia_go_infra", 3492 importpath = "go.skia.org/infra", 3493 sum = "h1:EQFMh6ZPs6RJ7pyDiH3z1JrIEl/BR2YNGqMAdctU7N8=", 3494 version = "v0.0.0-20220110171919-69477ccd2d29", 3495 ) 3496 go_repository( 3497 name = "org_uber_go_atomic", 3498 importpath = "go.uber.org/atomic", 3499 sum = "h1:Ezj3JGmsOnG1MoRWQkPBsKLe9DwWD9QeXzTRzzldNVk=", 3500 version = "v1.6.0", 3501 ) 3502 go_repository( 3503 name = "org_uber_go_multierr", 3504 importpath = "go.uber.org/multierr", 3505 sum = "h1:KCa4XfM8CWFCpxXRGok+Q0SS/0XBhMDbHHGABQLvD2A=", 3506 version = "v1.5.0", 3507 ) 3508 go_repository( 3509 name = "org_uber_go_tools", 3510 importpath = "go.uber.org/tools", 3511 sum = "h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4=", 3512 version = "v0.0.0-20190618225709-2cfd321de3ee", 3513 ) 3514 go_repository( 3515 name = "org_uber_go_zap", 3516 importpath = "go.uber.org/zap", 3517 sum = "h1:nR6NoDBgAf67s68NhaXbsojM+2gxp3S1hWkHDl27pVU=", 3518 version = "v1.13.0", 3519 ) 3520 go_repository( 3521 name = "tools_gotest_v3", 3522 importpath = "gotest.tools/v3", 3523 sum = "h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0=", 3524 version = "v3.0.3", 3525 ) 3526