Update Bazel
Signed-off-by: Maartje Eyskens <maartje@eyskens.me>
This commit is contained in:
parent
5d4054067e
commit
b780d78f75
@ -1,3 +1,5 @@
|
||||
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||||
|
||||
filegroup(
|
||||
name = "package-srcs",
|
||||
srcs = glob(["**"]),
|
||||
@ -11,3 +13,11 @@ filegroup(
|
||||
tags = ["automanaged"],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
go_library(
|
||||
name = "go_default_library",
|
||||
srcs = ["api.go"],
|
||||
importpath = "github.com/jetstack/cert-manager/pkg/internal/venafi/api",
|
||||
visibility = ["//pkg:__subpackages__"],
|
||||
deps = ["@com_github_venafi_vcert//pkg/certificate:go_default_library"],
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user