mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 06:01:25 +00:00
14 lines
408 B
Python
14 lines
408 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "fallback",
|
||
|
srcs = ["s2a_fallback.go"],
|
||
|
importmap = "peridot.resf.org/vendor/github.com/google/s2a-go/fallback",
|
||
|
importpath = "github.com/google/s2a-go/fallback",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = [
|
||
|
"@org_golang_google_grpc//credentials",
|
||
|
"@org_golang_google_grpc//grpclog",
|
||
|
],
|
||
|
)
|