mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 12:41:24 +00:00
14 lines
384 B
Python
14 lines
384 B
Python
|
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
||
|
|
||
|
go_library(
|
||
|
name = "errors",
|
||
|
srcs = [
|
||
|
"doc.go",
|
||
|
"errors.go",
|
||
|
],
|
||
|
importmap = "peridot.resf.org/vendor/k8s.io/apimachinery/pkg/util/errors",
|
||
|
importpath = "k8s.io/apimachinery/pkg/util/errors",
|
||
|
visibility = ["//visibility:public"],
|
||
|
deps = ["//vendor/k8s.io/apimachinery/pkg/util/sets"],
|
||
|
)
|