diff --git a/deps.bzl b/deps.bzl index 49c5136a..44f55073 100644 --- a/deps.bzl +++ b/deps.bzl @@ -790,12 +790,12 @@ def go(): go_repository( name = "com_github_mattn_go_isatty", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/mattn/go-isatty", - sum = "h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE=", - version = "v0.0.8", + sum = "h1:FxPOTFNqGkuDUGi3H/qkUbQO4ZiBa2brKq5r0l8TGeM=", + version = "v0.0.11", ) go_repository( name = "com_github_mattn_go_runewidth", build_file_generation = "on", build_file_proto_mode = "disable_global", @@ -928,12 +928,12 @@ def go(): go_repository( name = "com_github_pkg_errors", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/pkg/errors", - sum = "h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=", - version = "v0.8.1", + sum = "h1:J8lpUdobwIeCI7OiSxHqEwJUKvJwicL5+3v1oe2Yb4k=", + version = "v0.9.0", ) go_repository( name = "com_github_pmezard_go_difflib", build_file_generation = "on", build_file_proto_mode = "disable_global", @@ -1256,12 +1256,12 @@ def go(): go_repository( name = "in_gopkg_yaml_v3", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "gopkg.in/yaml.v3", - sum = "h1:B0J02caTR6tpSJozBJyiAzT6CtBzjclw4pgm9gg8Ys0=", - version = "v3.0.0-20190905181640-827449938966", + sum = "h1:XZx7nhd5GMaZpmDaEHFVafUZC7ya0fuo7cSJ3UCKYmM=", + version = "v3.0.0-20191120175047-4206685974f2", ) go_repository( name = "io_etcd_go_bbolt", build_file_generation = "on", build_file_proto_mode = "disable_global", @@ -2057,10 +2057,26 @@ def go(): build_file_proto_mode = "disable_global", importpath = "github.com/peterbourgon/ff/v3", sum = "h1:eQzEmNahuOjQXfuegsKQTSTDbf4dNvr/eNLrmJhiH7M=", version = "v3.0.0", ) + go_repository( + name = "com_github_codegangsta_inject", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "github.com/codegangsta/inject", + sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=", + version = "v0.0.0-20150114235600-33e0aa1cb7c0", + ) + go_repository( + name = "com_github_codeskyblue_go_sh", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "github.com/codeskyblue/go-sh", + sum = "h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=", + version = "v0.0.0-20200712050446-30169cf553fe", + ) go_repository( name = "com_github_alessio_shellescape", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/alessio/shellescape", @@ -2078,12 +2094,12 @@ def go(): go_repository( name = "com_github_cpuguy83_go_md2man_v2", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/cpuguy83/go-md2man/v2", - sum = "h1:EoUDS0afbrsXAZ9YQ9jdu/mZ2sXgT1/2yyNng4PGlyM=", - version = "v2.0.0", + sum = "h1:U+s90UTSYgptZMwQh2aRr3LuazLJIa+Pg3Kc1ylSYVY=", + version = "v2.0.0-20190314233015-f79a8a8ca69d", ) go_repository( name = "com_github_dgryski_go_sip13", build_file_generation = "on", build_file_proto_mode = "disable_global", @@ -2830,12 +2846,12 @@ def go(): go_repository( name = "com_github_sourcegraph_go_diff", build_file_generation = "on", build_file_proto_mode = "disable_global", importpath = "github.com/sourcegraph/go-diff", - sum = "h1:gO6i5zugwzo1RVTvgvfwCOSVegNuvnNi6bAD1QCmkHs=", - version = "v0.5.1", + sum = "h1:lhIKJ2nXLZZ+AfbHpYxTn0pXpNTTui0DX7DO3xeb1Zs=", + version = "v0.5.3", ) go_repository( name = "com_github_stackexchange_wmi", build_file_generation = "on", build_file_proto_mode = "disable_global", @@ -5073,5 +5089,37 @@ def go(): build_file_proto_mode = "disable_global", importpath = "gotest.tools/v3", sum = "h1:xT3Ou4AZrSCcl+gadYdfJsl87tvanhptiJ71SctTVDE=", version = "v3.0.1", ) + go_repository( + name = "com_github_bmatcuk_doublestar", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "github.com/bmatcuk/doublestar", + sum = "h1:oC24CykoSAB8zd7XgruHo33E0cHJf/WhQA/7BeXj+x0=", + version = "v1.2.2", + ) + go_repository( + name = "com_github_urfave_cli_v2", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "github.com/urfave/cli/v2", + sum = "h1:JTTnM6wKzdA0Jqodd966MVj4vWbbquZykeX1sKbe2C4=", + version = "v2.2.0", + ) + go_repository( + name = "com_github_codegangsta_inject", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "github.com/codegangsta/inject", + sum = "h1:sDMmm+q/3+BukdIpxwO365v/Rbspp2Nt5XntgQRXq8Q=", + version = "v0.0.0-20150114235600-33e0aa1cb7c0", + ) + go_repository( + name = "com_github_codeskyblue_go_sh", + build_file_generation = "on", + build_file_proto_mode = "disable_global", + importpath = "github.com/codeskyblue/go-sh", + sum = "h1:69JI97HlzP+PH5Mi1thcGlDoBr6PS2Oe+l3mNmAkbs4=", + version = "v0.0.0-20200712050446-30169cf553fe", + )