1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: golang-github-prometheus-exporter-toolkit
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Swarbrick <dswarbrick@debian.org>,
Martina Ferrari <tina@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any (>= 2:1.21~),
golang-github-coreos-go-systemd-dev,
golang-github-go-kit-log-dev,
golang-github-mdlayher-vsock-dev,
golang-github-prometheus-common-dev (>= 0.63.0),
golang-golang-x-crypto-dev,
golang-golang-x-sync-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-exporter-toolkit
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-exporter-toolkit.git
Homepage: https://github.com/prometheus/exporter-toolkit
XS-Go-Import-Path: github.com/prometheus/exporter-toolkit
Package: golang-github-prometheus-exporter-toolkit-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-coreos-go-systemd-dev,
golang-github-go-kit-log-dev,
golang-github-mdlayher-vsock-dev,
golang-github-prometheus-common-dev (>= 0.63.0),
golang-golang-x-crypto-dev,
golang-golang-x-sync-dev,
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev,
${misc:Depends},
Breaks: prometheus-alertmanager (<< 0.24.0-4),
prometheus-node-exporter (<< 1.4.1-1),
Description: Go library for Prometheus exporters
Go library for implementing features commonly required in Prometheus
exporters, such as command line flag parsing, HTTP TLS options and
authentication.
|