mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
10 lines
302 B
Python
10 lines
302 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "connrotation",
|
|
srcs = ["connrotation.go"],
|
|
importmap = "peridot.resf.org/vendor/k8s.io/client-go/util/connrotation",
|
|
importpath = "k8s.io/client-go/util/connrotation",
|
|
visibility = ["//visibility:public"],
|
|
)
|