mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-12-30 14:00:57 +00:00
10 lines
326 B
Text
10 lines
326 B
Text
load("@io_bazel_rules_go//go:def.bzl", "go_library")
|
|
|
|
go_library(
|
|
name = "sanitize",
|
|
srcs = ["sanitize.go"],
|
|
importmap = "peridot.resf.org/vendor/github.com/kennygrant/sanitize",
|
|
importpath = "github.com/kennygrant/sanitize",
|
|
visibility = ["//visibility:public"],
|
|
deps = ["@org_golang_x_net//html"],
|
|
)
|