mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 06:21:24 +00:00
496b60ba44
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
14 lines
427 B
Python
14 lines
427 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "clientcredentials",
|
|
srcs = ["clientcredentials.go"],
|
|
importmap = "peridot.resf.org/vendor/golang.org/x/oauth2/clientcredentials",
|
|
importpath = "golang.org/x/oauth2/clientcredentials",
|
|
visibility = ["//visibility:public"],
|
|
deps = [
|
|
"//vendor/golang.org/x/oauth2",
|
|
"//vendor/golang.org/x/oauth2/internal",
|
|
],
|
|
)
|