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