File tree Expand file tree Collapse file tree 5 files changed +61
-1
lines changed
Expand file tree Collapse file tree 5 files changed +61
-1
lines changed Original file line number Diff line number Diff line change 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+ )
Original file line number Diff line number Diff line change 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")
Original file line number Diff line number Diff line change 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+ - " //..."
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments