mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 06:01:25 +00:00
11 lines
424 B
Python
11 lines
424 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "client",
|
||
|
srcs = ["client.go"],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/googleapis/enterprise-certificate-proxy/client",
|
||
|
importpath = "github.com/googleapis/enterprise-certificate-proxy/client",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = ["//vendor/github.com/googleapis/enterprise-certificate-proxy/client/util"],
|
||
|
)
|