peridot/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg/BUILD.bazel

10 lines
388 B
Python
Raw Normal View History

load("@io_bazel_rules_go//go:def.bzl", "go_library")
go_library(
name = "goautoneg",
srcs = ["autoneg.go"],
importmap = "peridot.resf.org/vendor/github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg",
importpath = "github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg",
visibility = ["//vendor/github.com/prometheus/common:__subpackages__"],
)