Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit ac12a9e

Browse files
authored
Add MODULE.bazel file (#1059)
This is the first step of the bzlmod migration: https://bazel.build/external/migration. If/when we no longer support older Bazel versions (bzlmod became GA in 6.0), we can remove WORKSPACE.
1 parent 7e6fca9 commit ac12a9e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "glog",
3+
compatibility_level = 1,
4+
)
5+
6+
bazel_dep(name = "gflags", version = "2.2.2", repo_name = "com_github_gflags_gflags")

0 commit comments

Comments
 (0)