Skip to content

Commit b381c4e

Browse files
authored
Merge pull request #20 from SanjayVas/bzlmod
build: Migrate to bzlmod
2 parents 3b1bdfa + 08f16c8 commit b381c4e

File tree

5 files changed

+3649
-100
lines changed

5 files changed

+3649
-100
lines changed

.bazelversion

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
7.4.1

MODULE.bazel

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
module(
2+
name = "shell-encryption",
3+
)
4+
5+
bazel_dep(name = "tink_cc", version = "2.1.3", repo_name = "com_github_tink_crypto_tink_cc")
6+
bazel_dep(name = "rules_cc", version = "0.1.0")
7+
bazel_dep(name = "rules_proto", version = "7.0.2")
8+
bazel_dep(name = "protobuf", version = "27.3", repo_name = "com_google_protobuf")
9+
bazel_dep(name = "googletest", version = "1.15.2", repo_name = "com_github_google_googletest")
10+
bazel_dep(name = "abseil-cpp", version = "20240116.2", repo_name = "com_google_absl")
11+
bazel_dep(name = "boringssl", version = "0.20241209.0")
12+
bazel_dep(name = "glog", version = "0.5.0", repo_name = "com_github_google_glog")
13+
bazel_dep(name = "rules_license", version = "1.0.0")
14+
bazel_dep(name = "highway", version = "1.2.0", repo_name = "com_github_google_highway")

0 commit comments

Comments
 (0)