mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-14 19:16:42 -04:00
deps: update bazel (core) (#3531)
This commit is contained in:
parent
d346848aac
commit
cdb3e461bb
.bazelversionMODULE.bazelMODULE.bazel.lock
bazel/release/artifacts
csi/test
disk-mapper/internal/test
e2e/internal/upgrade
terraform-provider-constellation/internal/provider
@ -1 +1 @@
|
||||
7.3.2
|
||||
7.4.1
|
||||
|
@ -8,7 +8,7 @@ use_repo(bazel_lib, "jq_toolchains")
|
||||
use_repo(bazel_lib, "yq_toolchains")
|
||||
|
||||
bazel_dep(name = "bazel_skylib", version = "1.7.1")
|
||||
bazel_dep(name = "gazelle", version = "0.39.1")
|
||||
bazel_dep(name = "gazelle", version = "0.40.0")
|
||||
bazel_dep(name = "hermetic_cc_toolchain", version = "3.1.1")
|
||||
bazel_dep(name = "rules_cc", version = "0.1.0")
|
||||
bazel_dep(name = "rules_go", version = "0.50.1", repo_name = "io_bazel_rules_go")
|
||||
|
3858
MODULE.bazel.lock
generated
3858
MODULE.bazel.lock
generated
File diff suppressed because it is too large
Load Diff
@ -70,5 +70,5 @@ go_test(
|
||||
env = platform_container_sums_paths | platform_clis_paths,
|
||||
# keep
|
||||
x_defs = {"runsUnder": "bazel"},
|
||||
deps = ["@io_bazel_rules_go//go/runfiles:go_default_library"],
|
||||
deps = ["@io_bazel_rules_go//go/runfiles"],
|
||||
)
|
||||
|
@ -42,14 +42,14 @@ go_test(
|
||||
"//csi/cryptmapper",
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@io_bazel_rules_go//go/runfiles:go_default_library",
|
||||
"@io_bazel_rules_go//go/runfiles",
|
||||
"@org_uber_go_goleak//:goleak",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:linux": [
|
||||
"//csi/cryptmapper",
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@io_bazel_rules_go//go/runfiles:go_default_library",
|
||||
"@io_bazel_rules_go//go/runfiles",
|
||||
"@org_uber_go_goleak//:goleak",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
|
@ -29,7 +29,7 @@ go_test(
|
||||
"@com_github_martinjungblut_go_cryptsetup//:go-cryptsetup",
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@io_bazel_rules_go//go/runfiles:go_default_library",
|
||||
"@io_bazel_rules_go//go/runfiles",
|
||||
"@org_uber_go_goleak//:goleak",
|
||||
],
|
||||
"@io_bazel_rules_go//go/platform:linux": [
|
||||
@ -39,7 +39,7 @@ go_test(
|
||||
"@com_github_martinjungblut_go_cryptsetup//:go-cryptsetup",
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@io_bazel_rules_go//go/runfiles:go_default_library",
|
||||
"@io_bazel_rules_go//go/runfiles",
|
||||
"@org_uber_go_goleak//:goleak",
|
||||
],
|
||||
"//conditions:default": [],
|
||||
|
@ -20,7 +20,7 @@ go_library(
|
||||
"//internal/versions",
|
||||
"@com_github_spf13_afero//:afero",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@io_bazel_rules_go//go/runfiles:go_default_library",
|
||||
"@io_bazel_rules_go//go/runfiles",
|
||||
"@io_k8s_apimachinery//pkg/apis/meta/v1:meta",
|
||||
"@io_k8s_client_go//kubernetes",
|
||||
"@sh_helm_helm_v3//pkg/action",
|
||||
|
@ -110,6 +110,6 @@ go_test(
|
||||
"@com_github_hashicorp_terraform_plugin_testing//terraform",
|
||||
"@com_github_stretchr_testify//assert",
|
||||
"@com_github_stretchr_testify//require",
|
||||
"@io_bazel_rules_go//go/runfiles:go_default_library",
|
||||
"@io_bazel_rules_go//go/runfiles",
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user