blob: 512ebed1024f6386660eefc84cea9a355dfbc8e7 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "shepherd",
srcs = ["shepherd.go"],
importpath = "source.monogon.dev/cloud/shepherd",
visibility = ["//visibility:public"],
deps = [
"//cloud/bmaas/bmdb",
"//cloud/bmaas/bmdb/model",
],
)