Skip to content

Commit

Permalink
Major Renovate Updates (#2264)
Browse files Browse the repository at this point in the history
* Update dependency com_github_spf13_cobra to v0.0.3

* Update dependency com_github_allegro_bigcache to v1

* Update dependency com_github_hashicorp_go_multierror to v1

* Update dependency com_github_x_cray_logrus_prefixed_formatter to v0.5.2

* Update dependency com_github_fd_go_nat to v1

* Update dependency com_github_matttproud_golang_protobuf_extensions to v1

* Update dependency com_github_grpc_ecosystem_go_grpc_middleware to v1

* Update io_bazel_rules_k8s commit hash to 8b2d62a

* Update prysm_testnet_site commit hash to 3d0a15d

* Update dependency build_bazel_rules_nodejs to v0.27.10

* Update dependency io_bazel_rules_go to v0.18.2

* Update dependency io_opencensus_go to v0.20.0

* Update libp2p

* Update WORKSPACE

* Update com_github_atlassian_bazel_tools commit hash to e31d79d

* Update io_bazel_rules_k8s commit hash to 50fb3c2

* Update dependency build_bazel_rules_nodejs to v0.27.12

* Update dependency com_github_coreos_go_semver to v0.3.0

* Update dependency com_github_prometheus_client_golang to v0.9.2

* Update dependency com_github_prometheus_common to v0.3.0

* Update dependency com_google_cloud_go to v0.37.4

* Update dependency io_bazel_rules_go to v0.18.3

* Update dependency io_opencensus_go to v0.20.2

* Update dependency org_golang_google_api to v0.3.2

* Update dependency solium to v1.2.4

* Update libp2p

* Update dependency com_github_beorn7_perks to v1

* Update dependency com_github_google_gofuzz to v1

* retry nat
  • Loading branch information
terencechain authored and Nishant Das committed Apr 15, 2019
1 parent fd5dac5 commit 3e52287
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 31 deletions.
54 changes: 27 additions & 27 deletions WORKSPACE
Expand Up @@ -9,8 +9,8 @@ http_archive(

http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.2/rules_go-0.18.2.tar.gz",
sha256 = "31f959ecf3687f6e0bb9d01e1e7a7153367ecd82816c9c0ae149cd0e5a92bf8c",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.18.3/rules_go-0.18.3.tar.gz",
sha256 = "86ae934bd4c43b99893fc64be9d9fc684b81461581df7ea8fc291c816f5ee8c5",
)

http_archive(
Expand All @@ -21,9 +21,9 @@ http_archive(

http_archive(
name = "com_github_atlassian_bazel_tools",
sha256 = "87e1c493c1f91d101da5c654c8be01cddeea8ad6ef0c53be5fa1a2dfe75e2807",
strip_prefix = "bazel-tools-c7e0fd9070f04f88bf671e57f101aa0877a9b5c8",
urls = ["https://github.com/atlassian/bazel-tools/archive/c7e0fd9070f04f88bf671e57f101aa0877a9b5c8.tar.gz"],
sha256 = "f4d370dec7316e668c015be86b05593a0a71fa3047108c445b6643cb954193f7",
strip_prefix = "bazel-tools-e31d79dc72434fe064b7df4efb51875b2c201e84",
urls = ["https://github.com/atlassian/bazel-tools/archive/e31d79dc72434fe064b7df4efb51875b2c201e84.tar.gz"],
)

http_archive(
Expand All @@ -35,15 +35,15 @@ http_archive(

http_archive(
name = "build_bazel_rules_nodejs",
sha256 = "1fbea5f33a8cbf8fd798f4cf7973a9b09e53bda872c75b5665a92a6d28fbbb13",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.10/rules_nodejs-0.27.10.tar.gz"],
sha256 = "3a3efbf223f6de733475602844ad3a8faa02abda25ab8cfe1d1ed0db134887cf",
urls = ["https://github.com/bazelbuild/rules_nodejs/releases/download/0.27.12/rules_nodejs-0.27.12.tar.gz"],
)

http_archive(
name = "io_bazel_rules_k8s",
sha256 = "281eb0bfeb48acd12ffb7454aca3f5d9100639662785a76836a0e7f00205b5f9",
strip_prefix = "rules_k8s-8b2d62aef3f495cc7d8c14184b8ccc954dd915a8",
url = "https://github.com/bazelbuild/rules_k8s/archive/8b2d62aef3f495cc7d8c14184b8ccc954dd915a8.tar.gz",
sha256 = "f0a66b29bb6705da233899b61723d3fcc1b68d1e6414189a6f9c82795d407f27",
strip_prefix = "rules_k8s-50fb3c2f868fcd0b5c3f223ac19ba72db1f6eb7d",
url = "https://github.com/bazelbuild/rules_k8s/archive/50fb3c2f868fcd0b5c3f223ac19ba72db1f6eb7d.tar.gz",
)

load(
Expand Down Expand Up @@ -182,7 +182,7 @@ go_repository(

go_repository(
name = "com_github_libp2p_go_libp2p",
commit = "d179525e24b7d78531ca671cd5ec295587dbea79", # v0.0.5
commit = "f106bf7f74f573d33505b7173ef2f7f0596b5d67", # v0.0.13
importpath = "github.com/libp2p/go-libp2p",
)

Expand Down Expand Up @@ -219,7 +219,7 @@ go_repository(

go_repository(
name = "com_github_libp2p_go_libp2p_swarm",
commit = "60a7ff4a5eda1873184a80689a0c7a3b36e76452", # v0.0.1
commit = "51da4b6c9c2e869dce87a455a7c788d7181711c7", # v0.0.2
importpath = "github.com/libp2p/go-libp2p-swarm",
)

Expand All @@ -231,19 +231,19 @@ go_repository(

go_repository(
name = "com_github_libp2p_go_libp2p_peerstore",
commit = "d2a21b6d4a88bd06c1cd5700b38df4529e556b28", # v0.0.1
commit = "47258995923bfab02b60b8f45257642568b0a358", # v0.0.2
importpath = "github.com/libp2p/go-libp2p-peerstore",
)

go_repository(
name = "com_github_libp2p_go_libp2p_circuit",
commit = "0e57e52a3e3dc6d9e446117beded675d021fd3a4", # v0.0.1
commit = "d07cd5f739a7878121b10e54a8ead734f93e2ddf", # v0.0.4
importpath = "github.com/libp2p/go-libp2p-circuit",
)

go_repository(
name = "com_github_coreos_go_semver",
commit = "e214231b295a8ea9479f11b70b35d5acf3556d9b",
commit = "6e25b691b0ebe9657dd0ee60d73a9f8716f0c6f5", # v0.3.0
importpath = "github.com/coreos/go-semver",
)

Expand All @@ -267,7 +267,7 @@ go_repository(

go_repository(
name = "com_github_libp2p_go_libp2p_net",
commit = "3835e54052bfbea8a8cc81758c4981aeda28de51", # v0.0.1
commit = "e1b54a3fd69634603ac02b34e4eefcf5aca50ed9", # v0.0.2
importpath = "github.com/libp2p/go-libp2p-net",
)

Expand Down Expand Up @@ -628,13 +628,13 @@ go_repository(

go_repository(
name = "io_opencensus_go",
commit = "c7872c57080a5e9808cccc5c3331d24b4a21f5e2", # v0.20.0
commit = "bd64e5eff7498c1c67eba74dc87ad96aa525bf28", # v0.20.2
importpath = "go.opencensus.io",
)

go_repository(
name = "org_golang_google_api",
commit = "bce707a4d0ea3488942724b3bcc1c8338f38f991", # v0.3.0
commit = "0cbcb99a9ea0c8023c794b2693cbe1def82ed4d7", # v0.3.2
importpath = "google.golang.org/api",
)

Expand Down Expand Up @@ -664,7 +664,7 @@ go_repository(

go_repository(
name = "com_github_prometheus_client_golang",
commit = "2daed26f633ce23fab5efc02fb3f2e803b3526c3",
commit = "ac0d4da0b001139583d0dfb84d614a0f907ea0a9", # v0.9.2
importpath = "github.com/prometheus/client_golang",
)

Expand All @@ -676,7 +676,7 @@ go_repository(

go_repository(
name = "com_github_prometheus_common",
commit = "7a3416fd1f41341905f138746c51a5092e7ddf7a",
commit = "a82f4c12f983cc2649298185f296632953e50d3e", # v0.3.0
importpath = "github.com/prometheus/common",
)

Expand All @@ -694,7 +694,7 @@ go_repository(

go_repository(
name = "com_github_beorn7_perks",
commit = "3a771d992973f24aa725d07868b467d1ddfceafb",
commit = "4ded152d4a3e2847f17f185a27b2041ae7b63979", # v1.0.0
importpath = "github.com/beorn7/perks",
)

Expand Down Expand Up @@ -750,13 +750,13 @@ go_repository(
go_repository(
name = "com_github_libp2p_go_libp2p_kad_dht",
build_file_proto_mode = "disable_global",
commit = "ec1ba23f0ba7fc028c848201e1763cca0b190dd9", # v0.0.7
commit = "b99a6ee931a8331ccfb8292bee6d3e5c03edf5e1", # v0.0.8
importpath = "github.com/libp2p/go-libp2p-kad-dht",
)

go_repository(
name = "com_github_ipfs_go_datastore",
commit = "f3abe0ceeea5156a0873c09d3f3b36c38d881f93", # v0.0.2
commit = "80940bb93587a19603a74ea07f9e5c921bae3b07", # v0.0.4
importpath = "github.com/ipfs/go-datastore",
)

Expand Down Expand Up @@ -787,7 +787,7 @@ go_repository(

go_repository(
name = "com_github_libp2p_go_libp2p_kbucket",
commit = "fb3bb85b76cc6efea5566649702b3fe6ecbad05f", # v0.1.0
commit = "156082e365307f3f5585c23acb433ec6df93bfb8", # v0.1.1
importpath = "github.com/libp2p/go-libp2p-kbucket",
)

Expand Down Expand Up @@ -835,7 +835,7 @@ go_repository(

go_repository(
name = "com_github_libp2p_go_libp2p_autonat",
commit = "c6b40f96419660dc6a55e811d4e3299f2e3deffe", # v0.0.3
commit = "22b9ad627d2ff57437408c9a74652befc2c694ad", # v0.0.4
importpath = "github.com/libp2p/go-libp2p-autonat",
)

Expand Down Expand Up @@ -872,7 +872,7 @@ go_repository(

go_repository(
name = "com_github_google_gofuzz",
commit = "24818f796faf91cd76ec7bddd72458fbced7a6c1",
commit = "f140a6486e521aad38f5917de355cbf147cc0496", # v1.0.0
importpath = "github.com/google/gofuzz",
)

Expand Down Expand Up @@ -941,7 +941,7 @@ go_repository(

go_repository(
name = "com_google_cloud_go",
commit = "458e1f376a2b44413160b5d301183b65debaa3f6", # v0.37.2
commit = "fcb9a2d5f791d07be64506ab54434de65989d370", # v0.37.4
importpath = "cloud.google.com/go",
)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,6 +3,6 @@
"version": "0.0.0",
"repository": "git@github.com:prysmaticlabs/prysm.git",
"devDependencies": {
"solium": "1.2.3"
"solium": "1.2.4"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -1294,9 +1294,9 @@ solium-plugin-security@0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/solium-plugin-security/-/solium-plugin-security-0.1.1.tgz#2a87bcf8f8c3abf7d198e292e4ac080284e3f3f6"

solium@1.2.3:
version "1.2.3"
resolved "https://registry.yarnpkg.com/solium/-/solium-1.2.3.tgz#88167ea6c8f7d1b68b59d3a6a78d563ca455ecdd"
solium@1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/solium/-/solium-1.2.4.tgz#7908806e5e6c596ddb18b7aa64757752428ce238"
dependencies:
ajv "^5.2.2"
chokidar "^1.6.0"
Expand Down

0 comments on commit 3e52287

Please sign in to comment.