Skip to content

Commit

Permalink
📦 Update validator devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 8, 2023
1 parent 40362c3 commit 44ee492
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions validator/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "com_google_absl",
sha256 = "c12eb53b95f2b84aa92c82ca87a778370b754fa141561939f3e72e107812e86e",
strip_prefix = "abseil-cpp-c9c0fd5185067208e1cc4227d16122571762af39",
urls = ["https://github.com/abseil/abseil-cpp/archive/c9c0fd5185067208e1cc4227d16122571762af39.zip"],
sha256 = "cd89d263643c0c1560a32157e3163e043cf4154a2111bda80a9f208aef2e833c",
strip_prefix = "abseil-cpp-0ddbfd530c9124c21021970dfaeb2aa5ada57b51",
urls = ["https://github.com/abseil/abseil-cpp/archive/0ddbfd530c9124c21021970dfaeb2aa5ada57b51.zip"],
)

http_archive(
name = "com_google_googletest",
sha256 = "74d6a78f888dcef6773766c01144ada20582af5e2feb319d0e815e1e1274d85d",
strip_prefix = "googletest-c875c4e2249ec124c24f72141b3780c22256fd44",
urls = ["https://github.com/google/googletest/archive/c875c4e2249ec124c24f72141b3780c22256fd44.zip"], # 2019-01-07
sha256 = "263000d4afc2a7a26dd75fe23fc86535c73785984ab053b4dfb231caa76b03d6",
strip_prefix = "googletest-89b25572dbd7668499d2cfd01dea905f8c44e019",
urls = ["https://github.com/google/googletest/archive/89b25572dbd7668499d2cfd01dea905f8c44e019.zip"], # 2019-01-07
)

http_archive(
name = "com_google_protobuf",
sha256 = "3f703847ef2f6b0e9c63a56b9ecc4f05cfc0c2e434555348130f37b03fb9d957",
strip_prefix = "protobuf-4812107b9d0fb9fdcca933766c237c38f2150379",
urls = ["https://github.com/protocolbuffers/protobuf/archive/4812107b9d0fb9fdcca933766c237c38f2150379.zip"],
sha256 = "3777f311861e6541e656ef2fe375b166e6f7ec775e8aa0f3c506d938c7322e0e",
strip_prefix = "protobuf-161989080b77a601e040a33ade3570c9bc85cada",
urls = ["https://github.com/protocolbuffers/protobuf/archive/161989080b77a601e040a33ade3570c9bc85cada.zip"],
)
load("@com_google_protobuf//:protobuf_deps.bzl", "protobuf_deps")
protobuf_deps()
Expand All @@ -34,9 +34,9 @@ http_archive(

http_archive(
name = "com_googlesource_code_re2",
sha256 = "1e564366a75418c6485309b469e8be54cfd5c118dfae0393f14a52553993a17a",
strip_prefix = "re2-960c861764ff54c9a12ff683ba55ccaad1a8f73b",
urls = ["https://github.com/google/re2/archive/960c861764ff54c9a12ff683ba55ccaad1a8f73b.zip"],
sha256 = "bb2b6a6bde3903fb78e8cd04dfcd4940dc4dd46215d30cf18b6d6885063b65c6",
strip_prefix = "re2-9dc7ae7b52a17b75e3f9249ea85ba578bf42f255",
urls = ["https://github.com/google/re2/archive/9dc7ae7b52a17b75e3f9249ea85ba578bf42f255.zip"],
)

# rules_cc defines rules for generating C++ code from Protocol Buffers.
Expand Down Expand Up @@ -65,9 +65,9 @@ rules_proto_toolchains()

http_archive(
name = "emsdk",
sha256 = "d55e3c73fc4f8d1fecb7aabe548de86bdb55080fe6b12ce593d63b8bade54567",
strip_prefix = "emsdk-3891e7b04bf8cbb3bc62758e9c575ae096a9a518/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/3891e7b04bf8cbb3bc62758e9c575ae096a9a518.tar.gz",
sha256 = "52763f556d08ba0c0cde1840102e1e5fcf828b98924c4e77f629ad1d7d400933",
strip_prefix = "emsdk-ef2a8e929d5337755e9b1d1e1d4ad859dc694eee/bazel",
url = "https://github.com/emscripten-core/emsdk/archive/ef2a8e929d5337755e9b1d1e1d4ad859dc694eee.tar.gz",
)

load("@emsdk//:deps.bzl", emsdk_deps = "deps")
Expand All @@ -78,9 +78,9 @@ emsdk_emscripten_deps(emscripten_version = "2.0.31")

http_archive(
name = "com_google_javascript_closure_library",
sha256 = "6ccf6c1bf10173275394fb1dfd98cbbd54251dc3e9dfa09b872b872e4ed7e6c4",
strip_prefix = "closure-library-f94055af5ac46eecabe937c1cb3360fb5e4659f3",
urls = ["https://github.com/google/closure-library/archive/f94055af5ac46eecabe937c1cb3360fb5e4659f3.tar.gz"],
sha256 = "c53ba479d0597d936b55c8f7b6177525eeb90799766067ac7378134110e7621c",
strip_prefix = "closure-library-ccf3f1dcd7258ff413406daa45bad79277d40afd",
urls = ["https://github.com/google/closure-library/archive/ccf3f1dcd7258ff413406daa45bad79277d40afd.tar.gz"],
)

http_archive(
Expand Down

0 comments on commit 44ee492

Please sign in to comment.