@@ -3,32 +3,32 @@ module(
33 version = "0.0.1" ,
44)
55
6- bazel_dep (name = "rules_cc" , version = "0.0.17 " )
7- bazel_dep (name = "glog " , version = "0.5.0 " , repo_name = "com_github_google_glog " )
6+ bazel_dep (name = "rules_cc" , version = "0.2.16 " )
7+ bazel_dep (name = "abseil-cpp " , version = "20250814.1 " , repo_name = "com_google_absl " )
88
9- # Override glog to a fork version with archive_override.
9+ # # Override abseil-cpp to a fork version with archive_override.
1010archive_override (
11- module_name = "glog " ,
12- integrity = "sha256-EH4o3n+qkfcsEFODkkRzs1/XAH9ej2V77gv05eplB5k =" ,
13- strip_prefix = "glog-9401faa19e0424791243827b8e95efd3d0d8db23 " ,
14- urls = ["https://github.com/meteorcloudy/glog /archive/9401faa19e0424791243827b8e95efd3d0d8db23 .tar.gz" ],
11+ module_name = "abseil-cpp " ,
12+ integrity = "sha256-nfNEp86X1YI48kp7nyCFbubyFrtzDw+8dwBl0PACXrc =" ,
13+ strip_prefix = "abseil-cpp-7599e36e7cbad38ec77cadd959d3a45d2124800a " ,
14+ urls = ["https://github.com/abseil/abseil-cpp /archive/7599e36e7cbad38ec77cadd959d3a45d2124800a .tar.gz" ],
1515)
1616
17- # Override gflag to a fork version with git_override.
18- # gflag is still an indirect dependency, the override itself doesn't give the root module visibility on gflags .
17+ # Override platforms to a fork version with git_override.
18+ # platforms is still an indirect dependency, the override itself doesn't give the root module visibility on platforms .
1919git_override (
20- module_name = "gflags " ,
21- commit = "95995169e86f3fedd19696df5b1811d441c462a2 " ,
22- remote = "https://github.com/meteorcloudy/gflags .git" ,
20+ module_name = "platforms " ,
21+ commit = "5cf94563e35494b0dab15435868dd7f9e3cab2c8 " ,
22+ remote = "https://github.com/bazelbuild/platforms .git" ,
2323)
2424
25- # Patch bazel skylib 1.7.1 with a local patch file.
26- bazel_dep (name = "bazel_skylib" , version = "1.7.1 " )
25+ # Patch bazel skylib 1.9.0 with a local patch file.
26+ bazel_dep (name = "bazel_skylib" , version = "1.9.0 " )
2727single_version_override (
2828 module_name = "bazel_skylib" ,
2929 patch_strip = 1 ,
3030 patches = ["//:bazel_skylib.patch" ],
31- version = "1.7.1 " ,
31+ version = "1.9.0 " ,
3232)
3333
3434# Depend on module lib_a at a local path.
0 commit comments