Skip to content

Commit

Permalink
util: bump gogoproto, protobuf, libcircllhist (envoyproxy#3323)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Hochman <[email protected]>
  • Loading branch information
danielhochman authored and mattklein123 committed May 9, 2018
1 parent b3f0e9a commit 8e95e7a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/bazel/repositories.bzl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GOOGLEAPIS_SHA = "5c6df0cd18c6a429eab739fb711c27f6e1393366" # May 14, 2017
GOGOPROTO_SHA = "342cbe0a04158f6dcb03ca0079991a51a4248c02" # Oct 7, 2017
GOGOPROTO_SHA = "1adfc126b41513cc696b209667c8656ea7aac67c" # Feb 2, 2018
PROMETHEUS_SHA = "6f3806018612930941127f2a7c6c453ba2c527d2" # Nov 02, 2017
OPENCENSUS_SHA = "993c711ba22a5f08c1d4de58a3c07466995ed962" # Dec 13, 2017

Expand Down
8 changes: 4 additions & 4 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ REPOSITORY_LOCATIONS = dict(
remote = "https://github.com/bombela/backward-cpp",
),
com_github_circonus_labs_libcircllhist = dict(
commit = "0c44450723e34c9d8768e69b11bf919be83fd2ed", # 2018-04-30
commit = "476687ac9cc636fc92ac3070246d757ae6854547", # 2018-05-08
remote = "https://github.com/circonus-labs/libcircllhist",
),
com_github_cyan4973_xxhash = dict(
Expand Down Expand Up @@ -79,9 +79,9 @@ REPOSITORY_LOCATIONS = dict(
remote = "https://github.com/google/googletest",
),
com_google_protobuf = dict(
sha256 = "0cc6607e2daa675101e9b7398a436f09167dffb8ca0489b0307ff7260498c13c",
strip_prefix = "protobuf-3.5.0",
urls = ["https://github.com/google/protobuf/archive/v3.5.0.tar.gz"],
sha256 = "826425182ee43990731217b917c5c3ea7190cfda141af4869e6d4ad9085a740f",
strip_prefix = "protobuf-3.5.1",
urls = ["https://github.com/google/protobuf/archive/v3.5.1.tar.gz"],
),
grpc_httpjson_transcoding = dict(
commit = "e4f58aa07b9002befa493a0a82e10f2e98b51fc6",
Expand Down

0 comments on commit 8e95e7a

Please sign in to comment.