blob: c78b9884c9f882d1baf4608fedf1921b4e0adfd9 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "certs",
srcs = [
"certs.go",
"generator.go",
"x509.go",
],
importpath = "code.hackerspace.pl/hscloud/cluster/clustercfg/certs",
visibility = ["//visibility:public"],
)