peridot/vendor/github.com/pelletier/go-toml/v2/internal/danger/BUILD.bazel

13 lines
389 B
Python
Raw Normal View History

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "danger",
srcs = [
"danger.go",
"typeid.go",
],
importmap = "peridot.resf.org/vendor/github.com/pelletier/go-toml/v2/internal/danger",
importpath = "github.com/pelletier/go-toml/v2/internal/danger",
visibility = ["//vendor/github.com/pelletier/go-toml/v2:__subpackages__"],
)