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