11"Bazel module definition, see https://bazel.build/external/overview#bzlmod"
2+
23module (
34 name = "container_structure_test" ,
4- compatibility_level = 1 ,
55 # Replaced dynamically when published
66 version = "0.0.0" ,
7+ compatibility_level = 1 ,
78)
89
910# To run jq
10- bazel_dep (name = "aspect_bazel_lib" , version = "1.28.0 " )
11- bazel_dep (name = "bazel_skylib" , version = "1.6.1 " )
12- bazel_dep (name = "platforms" , version = "0 .0.9 " )
11+ bazel_dep (name = "aspect_bazel_lib" , version = "2.22.5 " )
12+ bazel_dep (name = "bazel_skylib" , version = "1.8.2 " )
13+ bazel_dep (name = "platforms" , version = "1 .0.0 " )
1314
1415ext = use_extension ("//:repositories.bzl" , "extension" )
1516use_repo (
@@ -18,13 +19,13 @@ use_repo(
1819 # For testing only
1920 "structure_test_st_darwin_amd64" ,
2021 "structure_test_st_darwin_arm64" ,
22+ "structure_test_st_linux_amd64" ,
2123 "structure_test_st_linux_arm64" ,
2224 "structure_test_st_linux_s390x" ,
23- "structure_test_st_linux_amd64" ,
2425 "structure_test_st_windows_amd64" ,
2526)
2627
2728register_toolchains ("@structure_test_toolchains//:all" )
2829
2930# 0.5.4 is the first version with bzlmod support
30- bazel_dep (name = "stardoc" , version = "0.5.4 " , repo_name = "io_bazel_stardoc" , dev_dependency = True )
31+ bazel_dep (name = "stardoc" , version = "0.7.2 " , dev_dependency = True , repo_name = "io_bazel_stardoc" )
0 commit comments