Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
publish-to-bcr-bot[bot] and dzbarsky authored Nov 21, 2024
1 parent 997afd3 commit 3182362
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 1 deletion.
27 changes: 27 additions & 0 deletions modules/aws-in-a-box/0.0.68/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
module(
name = "aws-in-a-box",
version = "0.0.68",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.49.0")
bazel_dep(name = "gazelle", version = "0.38.0")

go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
go_deps.from_file(go_mod = "//:go.mod")
use_repo(
go_deps,
"com_github_aws_aws_sdk_go_v2",
"com_github_aws_aws_sdk_go_v2_service_dynamodb",
"com_github_aws_aws_sdk_go_v2_service_kinesis",
"com_github_aws_aws_sdk_go_v2_service_kms",
"com_github_aws_aws_sdk_go_v2_service_s3",
"com_github_aws_aws_sdk_go_v2_service_sqs",
"com_github_aws_smithy_go",
"com_github_fxamacker_cbor_v2",
"com_github_gofrs_uuid_v5",
"com_github_google_go_cmp",
"org_golang_x_exp",
"org_golang_x_net",
"org_golang_x_sys",
)
12 changes: 12 additions & 0 deletions modules/aws-in-a-box/0.0.68/patches/module_dot_bazel_version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
===================================================================
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -1,7 +1,7 @@
module(
name = "aws-in-a-box",
- version = "0.0.41",
+ version = "0.0.68",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.49.0")
12 changes: 12 additions & 0 deletions modules/aws-in-a-box/0.0.68/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
bcr_test_module:
module_path: "."
matrix:
platform: ["debian10", "macos", "ubuntu2004"]
bazel: ["7.x"]
tasks:
run_tests:
name: "Run tests"
platform: ${{ platform }}
bazel: ${{ bazel }}
test_targets:
- "//..."
9 changes: 9 additions & 0 deletions modules/aws-in-a-box/0.0.68/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-dWVWN6JeSnW+WgYvz76ZyY0Kb+9XHjgAAF06me1gK9k=",
"strip_prefix": "aws-in-a-box-0.0.68",
"url": "https://github.com/dzbarsky/aws-in-a-box/releases/download/v0.0.68/aws-in-a-box-v0.0.68.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-D7DTRFCL4jh2iQZyVyVM0u+Mmca5uzv3uCoaREzsuTs="
},
"patch_strip": 1
}
3 changes: 2 additions & 1 deletion modules/aws-in-a-box/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"0.0.64",
"0.0.65",
"0.0.66",
"0.0.67"
"0.0.67",
"0.0.68"
],
"yanked_versions": {}
}

0 comments on commit 3182362

Please sign in to comment.