mirror of https://github.com/kubernetes/kops.git
17 lines
530 B
Python
17 lines
530 B
Python
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "go_default_library",
|
|
srcs = [
|
|
"certpool_go17.go",
|
|
"certpool_other.go",
|
|
"config.go",
|
|
"config_client_ciphers.go",
|
|
"config_legacy_client_ciphers.go",
|
|
],
|
|
importmap = "k8s.io/kops/vendor/github.com/docker/go-connections/tlsconfig",
|
|
importpath = "github.com/docker/go-connections/tlsconfig",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["//vendor/github.com/pkg/errors:go_default_library"],
|
|
)
|