mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
20 lines
525 B
Python
20 lines
525 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "gax-go",
|
|
srcs = [
|
|
"call_option.go",
|
|
"gax.go",
|
|
"header.go",
|
|
"invoke.go",
|
|
],
|
|
importmap = "peridot.resf.org/vendor/github.com/googleapis/gax-go/v2",
|
|
importpath = "github.com/googleapis/gax-go/v2",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"@org_golang_google_grpc//:go_default_library",
|
|
"@org_golang_google_grpc//codes",
|
|
"@org_golang_google_grpc//status",
|
|
],
|
|
)
|