diff --git a/.bcr/patches/remove_dev_deps.patch b/.bcr/patches/remove_dev_deps.patch index ee92bbae..89c13348 100644 --- a/.bcr/patches/remove_dev_deps.patch +++ b/.bcr/patches/remove_dev_deps.patch @@ -1,5 +1,5 @@ ---- a/MODULE.bazel 2025-11-17 02:33:20.184254871 +0000 -+++ b/MODULE.bazel 2025-11-17 02:33:20.184254871 +0000 +--- a/MODULE.bazel 2025-11-19 19:09:45.780615637 +0000 ++++ b/MODULE.bazel 2025-11-19 19:09:45.780615637 +0000 @@ -40,558 +40,3 @@ # HACK: In prod the includer's patch inserts the use_repo for multitool. This # solves the problem of needing a use_repo here in prod and below in dev. @@ -449,7 +449,7 @@ -bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True) -git_override( - module_name = "container_structure_test", -- commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650", +- commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", - remote = "https://github.com/GoogleContainerTools/container-structure-test.git", -) - diff --git a/MODULE.bazel b/MODULE.bazel index fdf58bab..06a06cb4 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -485,7 +485,7 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8") bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True) git_override( module_name = "container_structure_test", - commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650", + commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", remote = "https://github.com/GoogleContainerTools/container-structure-test.git", ) diff --git a/bazel/include/oci.MODULE.bazel b/bazel/include/oci.MODULE.bazel index 34872fa7..f7316877 100644 --- a/bazel/include/oci.MODULE.bazel +++ b/bazel/include/oci.MODULE.bazel @@ -18,7 +18,7 @@ use_repo(oci, "ubuntu", "ubuntu_linux_amd64", "ubuntu_linux_arm64_v8") bazel_dep(name = "container_structure_test", version = "1.19.3", dev_dependency = True) git_override( module_name = "container_structure_test", - commit = "89353131caa8b28f73bb5aa67e91cf5b1b5b5650", + commit = "63ee63e15fae64f00b1c1ace1eb5cc99251b9e02", remote = "https://github.com/GoogleContainerTools/container-structure-test.git", )