| 12
 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
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 
 | Source: golang-github-prometheus-common
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Martina Ferrari <tina@debian.org>,
           Anthony Fok <foka@debian.org>,
           Lucas Kanashiro <kanashiro@debian.org>,
           Daniel Swarbrick <dswarbrick@debian.org>,
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.21~),
               golang-github-go-kit-log-dev,
               golang-github-google-go-cmp-dev,
               golang-github-julienschmidt-httprouter-dev,
               golang-github-munnerz-goautoneg-dev,
               golang-github-mwitkow-go-conntrack-dev,
               golang-github-prometheus-client-model-dev (>= 0.6.0),
               golang-github-prometheus-sigv4-dev,
               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,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
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-go-kit-log-dev,
         golang-github-google-go-cmp-dev,
         golang-github-julienschmidt-httprouter-dev,
         golang-github-munnerz-goautoneg-dev,
         golang-github-mwitkow-go-conntrack-dev,
         golang-github-prometheus-client-model-dev (>= 0.6.0),
         golang-github-prometheus-sigv4-dev,
         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.19.1-1~),
        golang-github-prometheus-exporter-toolkit-dev (<< 0.14.0-2~),
        golang-github-uber-go-tally-dev (<< 4.1.16-2~),
        golang-opentelemetry-otel-dev (<< 1.31.0-5~),
        prometheus (<< 2.53.3+ds1-2~),
        prometheus-alertmanager (<< 0.28.1+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),
        victoriametrics (<< 1.112.0+ds1-3~),
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.
 |