-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
3,117 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
module( | ||
name = "circl", | ||
version = "1.3.7", | ||
) | ||
|
||
bazel_dep(name = "rules_go", version = "0.39.1", repo_name = "io_bazel_rules_go") | ||
bazel_dep(name = "gazelle", version = "0.31.0") | ||
|
||
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps") | ||
go_deps.from_file(go_mod = "//:go.mod") | ||
use_repo( | ||
go_deps, | ||
"com_github_bwesterb_go_ristretto", | ||
"org_golang_x_crypto", | ||
"org_golang_x_sys", | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
commit f88c99d4b8d02731ede3fd7e3a5f01fe84336c31 | ||
Author: Fabian Meumertzheim <[email protected]> | ||
Date: Tue Jan 9 08:55:10 2024 +0100 | ||
|
||
Add MODULE.bazel | ||
|
||
diff --git a/MODULE.bazel b/MODULE.bazel | ||
new file mode 100644 | ||
index 0000000..9754824 | ||
--- /dev/null | ||
+++ b/MODULE.bazel | ||
@@ -0,0 +1,16 @@ | ||
+module( | ||
+ name = "circl", | ||
+ version = "1.3.7", | ||
+) | ||
+ | ||
+bazel_dep(name = "rules_go", version = "0.39.1", repo_name = "io_bazel_rules_go") | ||
+bazel_dep(name = "gazelle", version = "0.31.0") | ||
+ | ||
+go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps") | ||
+go_deps.from_file(go_mod = "//:go.mod") | ||
+use_repo( | ||
+ go_deps, | ||
+ "com_github_bwesterb_go_ristretto", | ||
+ "org_golang_x_crypto", | ||
+ "org_golang_x_sys", | ||
+) |
Oops, something went wrong.