peridot/vendor/github.com/authzed/authzed-go/v1/BUILD.bazel

15 lines
491 B
Python
Raw Normal View History

2022-07-07 20:11:50 +00:00
load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "authzed-go",
srcs = ["client.go"],
importmap = "peridot.resf.org/vendor/github.com/authzed/authzed-go/v1",
importpath = "github.com/authzed/authzed-go/v1",
visibility = ["//visibility:public"],
deps = [
"//vendor/github.com/authzed/authzed-go/proto/authzed/api/v1:api",
"//vendor/github.com/jzelinskie/stringz",
"@org_golang_google_grpc//:go_default_library",
],
)