mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-24 14:11:25 +00:00
14 lines
508 B
Python
14 lines
508 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "stsexchange",
|
||
|
srcs = ["sts_exchange.go"],
|
||
|
importmap = "peridot.resf.org/vendor/cloud.google.com/go/auth/credentials/internal/stsexchange",
|
||
|
importpath = "cloud.google.com/go/auth/credentials/internal/stsexchange",
|
||
|
visibility = ["//vendor/cloud.google.com/go/auth/credentials:__subpackages__"],
|
||
|
deps = [
|
||
|
"//vendor/cloud.google.com/go/auth",
|
||
|
"//vendor/cloud.google.com/go/auth/internal",
|
||
|
],
|
||
|
)
|