Skip to content

Commit 5d41286

Browse files
Publish dzbarsky/[email protected] (#1236)
Co-authored-by: David Zbarsky <[email protected]>
1 parent b8c0e6a commit 5d41286

File tree

5 files changed

+74
-0
lines changed

5 files changed

+74
-0
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.43",
4+
compatibility_level = 1,
5+
)
6+
7+
bazel_dep(name = "rules_go", version = "0.44.0")
8+
9+
bazel_dep(name = "gazelle", version = "0.34.0")
10+
go_deps = use_extension("@gazelle//:extensions.bzl", "go_deps")
11+
go_deps.from_file(go_mod = "//:go.mod")
12+
13+
use_repo(
14+
go_deps,
15+
"com_github_aws_aws_sdk_go_v2",
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.43",
9+
compatibility_level = 1,
10+
)
11+
12+
bazel_dep(name = "rules_go", version = "0.44.0")
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
bcr_test_module:
2+
module_path: "."
3+
matrix:
4+
platform: ["debian10", "macos", "ubuntu2004"]
5+
tasks:
6+
run_tests:
7+
name: "Run tests"
8+
platform: ${{ platform }}
9+
test_targets:
10+
- "//..."
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"integrity": "sha256-6KRzbOWspG4xKy6Rqt66SzsMq3zLhxw7kQYXJ3T2S0M=",
3+
"strip_prefix": "aws-in-a-box-0.0.43",
4+
"url": "https://github.com/dzbarsky/aws-in-a-box/releases/download/v0.0.43/aws-in-a-box-v0.0.43.tar.gz",
5+
"patches": {
6+
"module_dot_bazel_version.patch": "sha256-JMftwG0mORCQFT4YFv6c247JJDfG23vpuEKAuuFv/aw="
7+
},
8+
"patch_strip": 1
9+
}

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"homepage": "https://github.com/dzbarsky/aws-in-a-box",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "dzbarsky",
7+
"name": "David Zbarsky"
8+
}
9+
],
10+
"repository": [
11+
"github:dzbarsky/aws-in-a-box"
12+
],
13+
"versions": [
14+
"0.0.43"
15+
],
16+
"yanked_versions": {}
17+
}

0 commit comments

Comments
 (0)