Source: golang-github-prometheus-common Maintainer: Debian Go Packaging Team Uploaders: Martina Ferrari , Anthony Fok , Lucas Kanashiro , Daniel Swarbrick , Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-aws-aws-sdk-go-dev, golang-github-go-kit-log-dev, golang-github-google-go-cmp-dev, golang-github-julienschmidt-httprouter-dev, golang-github-mwitkow-go-conntrack-dev, golang-github-prometheus-client-golang-dev (>= 1.17.0-2~), golang-github-prometheus-client-model-dev (>= 0.6.0), golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-google-protobuf-dev, golang-gopkg-alecthomas-kingpin.v2-dev, golang-gopkg-yaml.v2-dev, Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-prometheus-common.git Homepage: https://github.com/prometheus/common XS-Go-Import-Path: github.com/prometheus/common Package: golang-github-prometheus-common-dev Architecture: all Multi-Arch: foreign Depends: golang-github-aws-aws-sdk-go-dev, golang-github-go-kit-log-dev, golang-github-google-go-cmp-dev, golang-github-julienschmidt-httprouter-dev, golang-github-mwitkow-go-conntrack-dev, golang-github-prometheus-client-golang-dev (>= 1.17.0-2~), golang-github-prometheus-client-model-dev (>= 0.6.0), golang-golang-x-net-dev, golang-golang-x-oauth2-dev, golang-google-protobuf-dev, golang-gopkg-alecthomas-kingpin.v2-dev, golang-gopkg-yaml.v2-dev, ${misc:Depends}, Breaks: golang-github-armon-go-metrics-dev (<< 0.3.4-3~), golang-github-prometheus-client-golang (<< 1.18.0-3~), prometheus (<< 2.45.3+ds-3~), prometheus-alertmanager (<< 0.27.0+ds-2~), prometheus-apache-exporter (<< 1.0.7-1~), prometheus-bind-exporter (<< 0.7.0-3~), prometheus-blackbox-exporter (<< 0.24.0-3~), prometheus-elasticsearch-exporter (<< 1.7.0-2~), prometheus-frr-exporter (<< 1.2.0-2~), prometheus-mysqld-exporter (<< 0.15.1-1~), prometheus-nginx-exporter (<< 1.1.0-2~), prometheus-node-exporter (<< 1.7.0-2~), prometheus-postgres-exporter (<< 0.15.0-2~), prometheus-pushgateway (<< 1.7.0-2), prometheus-snmp-exporter (<< 0.25.0-2~), prometheus-squid-exporter (<< 1.11.0+ds-2), Description: common libraries for Prometheus components This package includes: . * github.com/prometheus/common/config: Common configuration structures. * github.com/prometheus/common/expfmt: Decoding and encoding for the exposition format. * github.com/prometheus/common/model: Shared data structures. * github.com/prometheus/common/promlog: Defines standardised ways to initialize Go kit loggers across Prometheus components. * github.com/prometheus/common/route: A routing wrapper around https://github.com/julienschmidt/httprouter using `context.Context`. * github.com/prometheus/common/server: Common servers. * github.com/prometheus/common/sigv4: Provides a http.RoundTripper that signs requests using Amazon's Signature Verification V4 signing procedure. * github.com/prometheus/common/version: Version information and metrics.