Skip to content

Commit 232b840

Browse files
committed
Publish dzbarsky/[email protected]
1 parent d9a1816 commit 232b840

File tree

5 files changed

+61
-1
lines changed

5 files changed

+61
-1
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
module(
2+
name = "aws-in-a-box",
3+
version = "0.0.51",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "rules_go", version = "0.44.0")
8+
bazel_dep(name = "gazelle", version = "0.34.0")
9+
10+
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
11+
go_deps.from_file(go_mod = "//:go.mod")
12+
use_repo(
13+
go_deps,
14+
"com_github_aws_aws_sdk_go_v2",
15+
"com_github_aws_aws_sdk_go_v2_service_dynamodb",
16+
"com_github_aws_aws_sdk_go_v2_service_kinesis",
17+
"com_github_aws_aws_sdk_go_v2_service_kms",
18+
"com_github_aws_aws_sdk_go_v2_service_s3",
19+
"com_github_aws_aws_sdk_go_v2_service_sqs",
20+
"com_github_aws_smithy_go",
21+
"com_github_fxamacker_cbor_v2",
22+
"com_github_gofrs_uuid_v5",
23+
"com_github_google_go_cmp",
24+
"org_golang_x_exp",
25+
"org_golang_x_net",
26+
)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
===================================================================
2+
--- a/MODULE.bazel
3+
+++ b/MODULE.bazel
4+
@@ -1,7 +1,7 @@
5+
module(
6+
name = "aws-in-a-box",
7+
- version = "0.0.41",
8+
+ version = "0.0.51",
9+
compatibility_level = 1,
10+
)
11+
12+
bazel_dep(name = "rules_go", version = "0.44.0")
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
bcr_test_module:
2+
module_path: "."
3+
matrix:
4+
platform: ["debian10", "macos", "ubuntu2004"]
5+
bazel: ["7.x"]
6+
tasks:
7+
run_tests:
8+
name: "Run tests"
9+
platform: ${{ platform }}
10+
bazel: ${{ bazel }}
11+
test_targets:
12+
- "//..."
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-NXzgqAaYGGl1g0t5PiJN0vsumc7wUkwuRBxkw80fQ+Q=",
3+
"strip_prefix": "aws-in-a-box-0.0.51",
4+
"url": "https://github.com/dzbarsky/aws-in-a-box/releases/download/v0.0.51/aws-in-a-box-v0.0.51.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-EWBWO/iZb23K7wx3vXUNBzPTY1e9FJhr0j9JCR9z1pw="
7+
},
8+
"patch_strip": 1
9+
}

modules/aws-in-a-box/metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"0.0.43",
1515
"0.0.44",
1616
"0.0.48",
17-
"0.0.49"
17+
"0.0.49",
18+
"0.0.51"
1819
],
1920
"yanked_versions": {}
2021
}

0 commit comments

Comments
 (0)