Skip to content

Commit

Permalink
Add circl@v1.3.7 (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jan 9, 2024
1 parent 12db0c4 commit ec0c27f
Show file tree
Hide file tree
Showing 7 changed files with 3,117 additions and 1 deletion.
16 changes: 16 additions & 0 deletions modules/circl/1.3.7/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",
)
28 changes: 28 additions & 0 deletions modules/circl/1.3.7/patches/add_module_file.patch
@@ -0,0 +1,28 @@
commit f88c99d4b8d02731ede3fd7e3a5f01fe84336c31
Author: Fabian Meumertzheim <fabian@meumertzhe.im>
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",
+)

0 comments on commit ec0c27f

Please sign in to comment.