|  | load("@io_bazel_rules_go//go:def.bzl", "go_library") | 
|  |  | 
|  | go_library( | 
|  | name = "cluster", | 
|  | srcs = [ | 
|  | "cluster.go", | 
|  | "insecure_key.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/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", | 
|  | "@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", | 
|  | ], | 
|  | ) |