-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathMODULE.bazel
More file actions
21 lines (19 loc) · 1.09 KB
/
MODULE.bazel
File metadata and controls
21 lines (19 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module(
name = "cpp2sky",
version = "0.6.1-dev",
)
bazel_dep(name = "abseil-cpp", version = "20250512.1", repo_name = "com_google_absl")
bazel_dep(name = "fmt", version = "8.1.1", repo_name = "com_github_fmtlib_fmt")
bazel_dep(name = "grpc", version = "1.74.1", repo_name = "com_github_grpc_grpc")
bazel_dep(name = "cpp-httplib", version = "0.22.0", repo_name = "com_github_httplib")
bazel_dep(name = "protobuf", version = "32.0", repo_name = "com_google_protobuf")
bazel_dep(name = "rules_cc", version = "0.2.2")
bazel_dep(name = "skywalking-data-collect-protocol", version = "10.3.0", repo_name = "skywalking_data_collect_protocol")
bazel_dep(name = "spdlog", version = "1.10.0", repo_name = "com_github_gabime_spdlog")
bazel_dep(name = "googletest", version = "1.17.0", dev_dependency = True, repo_name = "com_google_googletest")
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
git_override(
module_name = "hedron_compile_commands",
commit = "abb61a688167623088f8768cc9264798df6a9d10",
remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
)