Skip to content

Commit

Permalink
Add some missing sha256 hashes to WORKSPACE dependencies.
Browse files Browse the repository at this point in the history
Also, remove RE2, which is not used anywhere

PiperOrigin-RevId: 613328339
  • Loading branch information
hzeller authored and auxiliary committed Mar 11, 2024
1 parent 0c7c7b0 commit 2f8afc6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ http_archive(
# TODO(b/210576094): Unpin dependency after fixing compatibility.
http_archive(
name = "com_google_googletest",
sha256 = "353571c2440176ded91c2de6d6cd88ddd41401d14692ec1f99e35d013feda55a",
urls = ["https://github.com/google/googletest/archive/release-1.11.0.zip"],
strip_prefix = "googletest-release-1.11.0",
)
Expand Down Expand Up @@ -63,12 +64,7 @@ http_archive(

http_archive(
name = "com_github_gflags_gflags",
urls = ["https://github.com/gflags/gflags/archive/master.zip"],
strip_prefix = "gflags-master",
)

http_archive(
name = "com_google_re2",
urls = ["https://github.com/google/re2/archive/master.zip"],
strip_prefix = "re2-master",
sha256 = "d68d13fd62957314d67b239bea6d6957b11e58ce53fa0e8d6f5ecb212ec7f9e0",
urls = ["https://github.com/gflags/gflags/archive/a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd.tar.gz"],
strip_prefix = "gflags-a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd",
)

0 comments on commit 2f8afc6

Please sign in to comment.