Renovate Renovate Updates (#2587)

* exclusive of finalized block

* Update com_github_atlassian_bazel_tools commit hash to 20cbdb1

* Update io_bazel_rules_k8s commit hash to 7475ba2

* Update dependency build_bazel_rules_nodejs to v0.29.0

* Update dependency com_github_jbenet_goprocess to v0.1.3

* Update dependency com_github_prometheus_common to v0.4.0

* Update dependency io_bazel_rules_go to v0.18.4

* Update dependency org_golang_google_api to v0.5.0

* Update libp2p

* Update prysm_testnet_site commit hash to 0438607

* renovate updates

* fixed duplication
This commit is contained in:
terence tsao 2019-05-13 22:37:12 -07:00 committed by Preston Van Loon
parent fd4c7ffc07
commit c10c45c4b1

View File

@ -9,8 +9,8 @@ http_archive(
http_archive(
name = "io_bazel_rules_go",
sha256 = "86ae934bd4c43b99893fc64be9d9fc684b81461581df7ea8fc291c816f5ee8c5",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.3/rules_go-0.18.3.tar.gz",
sha256 = "3743a20704efc319070957c45e24ae4626a05ba4b1d6a8961e87520296f1b676",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.4/rules_go-0.18.4.tar.gz",
)
http_archive(
@ -21,9 +21,9 @@ http_archive(
http_archive(
name = "com_github_atlassian_bazel_tools",
sha256 = "af4908ea16b43e0c88007742a5c54997ee068fc393f9850ade2d59b1d5f49f55",
strip_prefix = "bazel-tools-31382b2267b0bc3d9771085e3503473a061593e1",
urls = ["https://github.com/atlassian/bazel-tools/archive/31382b2267b0bc3d9771085e3503473a061593e1.tar.gz"],
sha256 = "723f53b4ea6d1524c921b2bc373d3fc7d37322311d9b3bac011314f6d6a56d0d",
strip_prefix = "bazel-tools-20cbdb188d18c5470697783258cd2ec2b531b710",
urls = ["https://github.com/atlassian/bazel-tools/archive/20cbdb188d18c5470697783258cd2ec2b531b710.tar.gz"],
)
http_archive(
@ -35,15 +35,15 @@ http_archive(
http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "4c702ffeeab2d24dd4101601b6d27cf582d2e0d4cdc3abefddd4834664669b6b",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.28.0/rules_nodejs-0.28.0.tar.gz"],
sha256 = "1db950bbd27fb2581866e307c0130983471d4c3cd49c46063a2503ca7b6770a4",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.29.0/rules_nodejs-0.29.0.tar.gz"],
)
http_archive(
name = "io_bazel_rules_k8s",
sha256 = "00606b1de959028881220e2cdc1186068242de491f8782e30922e8285b5f3ad1",
strip_prefix = "rules_k8s-c1daa04ce0a83fbaa4396fb4987d7675cd24f25e",
url = "https://github.com/bazelbuild/rules_k8s/archive/c1daa04ce0a83fbaa4396fb4987d7675cd24f25e.tar.gz",
sha256 = "4c4fea5c7fb0768bd440e6bf0a893bdb0449f3f41707522eaa9ada3d1152402f",
strip_prefix = "rules_k8s-7475ba20133e4a3f585a3648db6d055e7d1c5f78",
url = "https://github.com/bazelbuild/rules_k8s/archive/7475ba20133e4a3f585a3648db6d055e7d1c5f78.tar.gz",
)
load(
@ -117,9 +117,9 @@ proto_library(
srcs = ["src/proto/faucet.proto"],
visibility = ["//visibility:public"],
)""",
sha256 = "d57cbb11cbd8126d31385064315df731132401f5c5ea110e05ed86da350c9523",
strip_prefix = "prysm-testnet-site-3848e91aab9332a0b2c15291f65f09c94db1a84d",
url = "https://github.com/prestonvanloon/prysm-testnet-site/archive/3848e91aab9332a0b2c15291f65f09c94db1a84d.tar.gz",
sha256 = "1626d546c696fd4fc093058d378787b8794f532acba729a9d1f5375c1f79f4a6",
strip_prefix = "prysm-testnet-site-0438607f2c926108a1cca238eefb35725a2bcf76",
url = "https://github.com/prestonvanloon/prysm-testnet-site/archive/0438607f2c926108a1cca238eefb35725a2bcf76.tar.gz",
)
http_archive(
@ -182,20 +182,20 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_libp2p",
commit = "4d4f98f9ae7a78727e76c0cf5609bfa09e70715a", # v0.0.20
commit = "e37301c3440bed13002e4d9f1926fb90e76cc589", # v0.0.23
importpath = "github.com/libp2p/go-libp2p",
)
go_repository(
name = "com_github_libp2p_go_libp2p_peer",
commit = "0af66450abe0a80f55c82f00b5f059cc2651498e", # v0.1.0
commit = "6312b41b8e7efdafc625d914a9b8e14b04be316c", # v0.1.1
importpath = "github.com/libp2p/go-libp2p-peer",
)
go_repository(
name = "com_github_libp2p_go_libp2p_crypto",
build_file_proto_mode = "disable_global",
commit = "b0ed0e663e8b6832bad3f4502b2f6551ff2686cd", # v0.0.1
commit = "b5d56559c07acc725b7c790138d8b66a9c6e0569", # v0.0.2
importpath = "github.com/libp2p/go-libp2p-crypto",
)
@ -225,7 +225,7 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_libp2p_host",
commit = "0edd439378603e9228acb78e0ae7e1b54b9d3f3a", # v0.0.2
commit = "520b4f10a059fd5c9a8e9473556709b64b0f66e4", # v0.0.3
importpath = "github.com/libp2p/go-libp2p-host",
)
@ -237,7 +237,7 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_libp2p_circuit",
commit = "d07cd5f739a7878121b10e54a8ead734f93e2ddf", # v0.0.4
commit = "ac02326941fa6d199a269956d5ef8f2b70ca9af0", # v0.0.6
importpath = "github.com/libp2p/go-libp2p-circuit",
)
@ -249,7 +249,7 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_libp2p_interface_connmgr",
commit = "e80dd2e9f839e44febfcb7e6b38ded8761332eb6", # v0.0.3
commit = "8a8303b8a881105c9c4ca01ab51892c7048bb429", # v0.0.4
importpath = "github.com/libp2p/go-libp2p-interface-connmgr",
)
@ -358,13 +358,13 @@ go_repository(
go_repository(
name = "com_github_jbenet_goprocess",
commit = "b497e2f366b8624394fb2e89c10ab607bebdde0b",
commit = "1dc239722b2ba3784472fb5301f62640fa5a8bc3", # v0.1.3
importpath = "github.com/jbenet/goprocess",
)
go_repository(
name = "com_github_multiformats_go_multistream",
commit = "f3f44044ac2444cd3a017c0b269f8da65b0012f1", # v0.0.1
commit = "5fb8f3e4262b9fad08188e0700640003c7c5df8f", # v0.0.3
importpath = "github.com/multiformats/go-multistream",
)
@ -430,7 +430,7 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_maddr_filter",
commit = "1258bb7e3e3a37bb9a93aaf77ef88f8405b39bce", # v0.0.1
commit = "0be077b18e81a77662ed5fe22b959d4394d71540", # v0.0.2
importpath = "github.com/libp2p/go-maddr-filter",
)
@ -642,7 +642,7 @@ go_repository(
go_repository(
name = "org_golang_google_api",
commit = "067bed655e9cbc26f4dbac8f8897b30756d90990", # v0.4.0
commit = "721295fe20d585ce7e948146f82188429d14da33", # v0.5.0
importpath = "google.golang.org/api",
)
@ -684,7 +684,7 @@ go_repository(
go_repository(
name = "com_github_prometheus_common",
commit = "a82f4c12f983cc2649298185f296632953e50d3e", # v0.3.0
commit = "1ba88736f028e37bc17328369e94a537ae9e0234", # v0.4.0
importpath = "github.com/prometheus/common",
)
@ -732,14 +732,14 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_mplex",
commit = "b16006283f6036f9a461f78692c397b134a75393", # v0.0.1
commit = "9c275bbc0db278ffa399cbbefcaa7aab4c9653d5", # v0.0.2
importpath = "github.com/libp2p/go-mplex",
)
go_repository(
name = "com_github_libp2p_go_libp2p_pubsub",
build_file_proto_mode = "disable_global",
commit = "25cbf38777e869acb77e8079c3c76d6b430e66ad", # v0.0.1
commit = "9db3dbdde90f44d1c420192c5cefd60682fbdbb9", # v0.0.2
importpath = "github.com/libp2p/go-libp2p-pubsub",
)
@ -1081,7 +1081,7 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_libp2p_connmgr",
commit = "5249ec107e4544863dd8c61a6417b640d03a62a2",
commit = "5249ec107e4544863dd8c61a6417b640d03a62a2", # v0.0.4
importpath = "github.com/libp2p/go-libp2p-connmgr",
)