Skip to content

Commit

Permalink
Publish dzbarsky/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
dzbarsky committed Apr 24, 2024
1 parent 7b26bf1 commit b8cfd00
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 1 deletion.
26 changes: 26 additions & 0 deletions modules/aws-in-a-box/0.0.54/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module(
name = "aws-in-a-box",
version = "0.0.54",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.44.0")
bazel_dep(name = "gazelle", version = "0.34.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",
)
12 changes: 12 additions & 0 deletions modules/aws-in-a-box/0.0.54/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.54",
compatibility_level = 1,
)

bazel_dep(name = "rules_go", version = "0.44.0")
12 changes: 12 additions & 0 deletions modules/aws-in-a-box/0.0.54/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.54/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-mxBpXQ1VpCEwg9wUu0n13R7D0LEKlChBghU1BH0Qprk=",
"strip_prefix": "aws-in-a-box-0.0.54",
"url": "https://github.com/dzbarsky/aws-in-a-box/releases/download/v0.0.54/aws-in-a-box-v0.0.54.tar.gz",
"patches": {
"module_dot_bazel_version.patch": "sha256-GRI4dghRcwZCiedem3AJl/Nt8XgUIoNS0zsvTa8gqHg="
},
"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 @@ -15,7 +15,8 @@
"0.0.44",
"0.0.48",
"0.0.49",
"0.0.51"
"0.0.51",
"0.0.54"
],
"yanked_versions": {}
}

0 comments on commit b8cfd00

Please sign in to comment.