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.
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
module(
|
|
name = "glog",
|
|
compatibility_level = 1,
|
|
)
|
|
|
|
bazel_dep(name = "gflags", version = "2.2.2", repo_name = "com_github_gflags_gflags")
|