mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00

* initial client upgrade to 1.16 Signed-off-by: Michael Henriksen <mhenriks@redhat.com> * fix Route detection in OpenShift Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
19 lines
504 B
Python
19 lines
504 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = [
|
|
"adaptor.go",
|
|
"doc.go",
|
|
"errors.go",
|
|
"fmt.go",
|
|
"format.go",
|
|
"frame.go",
|
|
"wrap.go",
|
|
],
|
|
importmap = "kubevirt.io/containerized-data-importer/vendor/golang.org/x/xerrors",
|
|
importpath = "golang.org/x/xerrors",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//vendor/golang.org/x/xerrors/internal:go_default_library"],
|
|
)
|