kops/vendor/github.com/sergi/go-diff/diffmatchpatch/BUILD.bazel

18 lines
468 B
Python

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "go_default_library",
srcs = [
"diff.go",
"diffmatchpatch.go",
"match.go",
"mathutil.go",
"operation_string.go",
"patch.go",
"stringutil.go",
],
importmap = "k8s.io/kops/vendor/github.com/sergi/go-diff/diffmatchpatch",
importpath = "github.com/sergi/go-diff/diffmatchpatch",
visibility = ["//visibility:public"],
)