File tree Expand file tree Collapse file tree
cmd/container-structure-test/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ go_library(
44 name = "app" ,
55 srcs = ["container-structure-test.go" ],
66 importpath = "github.com/GoogleContainerTools/container-structure-test/cmd/container-structure-test/app" ,
7- visibility = ["//visibility:public " ],
7+ visibility = ["//cmd/container-structure-test:__pkg__ " ],
88 deps = ["//cmd/container-structure-test/app/cmd" ],
99)
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ go_library(
88 "version.go" ,
99 ],
1010 importpath = "github.com/GoogleContainerTools/container-structure-test/cmd/container-structure-test/app/cmd" ,
11- visibility = ["//visibility:public " ],
11+ visibility = ["//cmd/container-structure-test/app:__pkg__ " ],
1212 deps = [
1313 "//cmd/container-structure-test/app/cmd/test" ,
1414 "//cmd/container-structure-test/app/flags" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go_library(
44 name = "test" ,
55 srcs = ["util.go" ],
66 importpath = "github.com/GoogleContainerTools/container-structure-test/cmd/container-structure-test/app/cmd/test" ,
7- visibility = ["//visibility:public " ],
7+ visibility = ["//cmd/container-structure-test/app/cmd:__pkg__ " ],
88 deps = [
99 "//pkg/config" ,
1010 "//pkg/drivers" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,6 @@ go_library(
44 name = "flags" ,
55 srcs = ["template.go" ],
66 importpath = "github.com/GoogleContainerTools/container-structure-test/cmd/container-structure-test/app/flags" ,
7- visibility = ["//visibility:public " ],
7+ visibility = ["//cmd/container-structure-test/app/cmd:__pkg__ " ],
88 deps = ["@com_github_pkg_errors//:go_default_library" ],
99)
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ go_library(
88 deps = [
99 "//pkg/drivers" ,
1010 "//pkg/types/v1" ,
11- "//pkg/types/v2:types " ,
11+ "//pkg/types/v2" ,
1212 ],
1313)
Original file line number Diff line number Diff line change 11load ("@rules_go//go:def.bzl" , "go_library" )
22
33go_library (
4- name = "types " ,
4+ name = "v2 " ,
55 srcs = [
66 "command.go" ,
77 "file_content.go" ,
You can’t perform that action at this time.
0 commit comments