kops/vendor/github.com/mitchellh/copystructure/BUILD.bazel

14 lines
422 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"copier_time.go",
"copystructure.go",
],
importmap = "k8s.io/kops/vendor/github.com/mitchellh/copystructure",
importpath = "github.com/mitchellh/copystructure",
visibility = ["//visibility:public"],
deps = ["//vendor/github.com/mitchellh/reflectwalk:go_default_library"],
)