mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
11 lines
339 B
Python
11 lines
339 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "authhandler",
|
|
srcs = ["authhandler.go"],
|
|
importmap = "peridot.resf.org/vendor/golang.org/x/oauth2/authhandler",
|
|
importpath = "golang.org/x/oauth2/authhandler",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//vendor/golang.org/x/oauth2"],
|
|
)
|