| load("@io_bazel_rules_go//go:def.bzl", "go_library") | 
 |  | 
 | go_library( | 
 |     name = "cluster", | 
 |     srcs = [ | 
 |         "cluster.go", | 
 |         "insecure_key.go", | 
 |         "metroctl.go", | 
 |         "prefixed_stdio.go", | 
 |     ], | 
 |     data = [ | 
 |         "//metropolis/node:image", | 
 |         "//metropolis/node:swtpm_data", | 
 |         "//metropolis/test/ktest:linux-testing", | 
 |         "//metropolis/test/nanoswitch:initramfs", | 
 |         "//third_party/edk2:firmware", | 
 |         "@com_github_bonzini_qboot//:qboot-bin", | 
 |     ], | 
 |     importpath = "source.monogon.dev/metropolis/test/launch/cluster", | 
 |     visibility = ["//visibility:public"], | 
 |     deps = [ | 
 |         "//metropolis/cli/metroctl/core", | 
 |         "//metropolis/cli/pkg/datafile", | 
 |         "//metropolis/node", | 
 |         "//metropolis/node/core/identity", | 
 |         "//metropolis/node/core/rpc", | 
 |         "//metropolis/node/core/rpc/resolver", | 
 |         "//metropolis/pkg/logbuffer", | 
 |         "//metropolis/proto/api", | 
 |         "//metropolis/proto/common", | 
 |         "//metropolis/test/launch", | 
 |         "@com_github_cenkalti_backoff_v4//:backoff", | 
 |         "@com_github_kballard_go_shellquote//:go-shellquote", | 
 |         "@io_k8s_client_go//kubernetes", | 
 |         "@io_k8s_client_go//rest", | 
 |         "@org_golang_google_grpc//:go_default_library", | 
 |         "@org_golang_google_grpc//codes", | 
 |         "@org_golang_google_grpc//status", | 
 |         "@org_golang_google_protobuf//proto", | 
 |         "@org_golang_x_net//proxy", | 
 |         "@org_uber_go_multierr//:multierr", | 
 |     ], | 
 | ) |