blob: 3be122e5c472a2dbf7612b1529056e5b02856d1a [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "update",
srcs = ["update.go"],
importpath = "source.monogon.dev/metropolis/node/core/update",
visibility = ["//visibility:public"],
deps = [
"//metropolis/node/build/mkimage/osimage",
"//metropolis/node/core/abloader/spec",
"//metropolis/pkg/blockdev",
"//metropolis/pkg/efivarfs",
"//metropolis/pkg/gpt",
"//metropolis/pkg/kexec",
"//metropolis/pkg/logtree",
"@com_github_cenkalti_backoff_v4//:backoff",
"@org_golang_google_grpc//codes",
"@org_golang_google_grpc//status",
"@org_golang_google_protobuf//proto",
"@org_golang_x_sys//unix",
],
)