peridot/vendor/github.com/authzed/authzed-go/v1/BUILD.bazel
Mustafa Gezen f330111606 govendor
2024-10-16 13:26:54 +02:00

15 lines
477 B
Python

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//:grpc",
],
)