Your message dated Fri, 13 Mar 2026 10:33:55 +0000
with message-id <[email protected]>
and subject line Bug#1129118: fixed in golang-github-prometheus-client-golang 
1.23.2-2
has caused the Debian Bug report #1129118,
regarding golang-github-prometheus-client-golang: FTBFS: FAIL    
github.com/prometheus/client_golang/prometheus/collectors [build failed]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1129118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1129118
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:golang-github-prometheus-client-golang
Version: 1.23.2-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202602/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:golang-github-prometheus-client-golang, so 
that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=golang --builddirectory=_build
   dh_auto_clean -O--buildsystem=golang -O--builddirectory=_build
   dh_autoreconf_clean -O--buildsystem=golang -O--builddirectory=_build
   dh_clean -O--buildsystem=golang -O--builddirectory=_build
 debian/rules binary
dh binary --buildsystem=golang --builddirectory=_build
   dh_update_autotools_config -O--buildsystem=golang -O--builddirectory=_build
   dh_autoreconf -O--buildsystem=golang -O--builddirectory=_build
   dh_auto_configure -O--buildsystem=golang -O--builddirectory=_build
dh_auto_configure: warning: "github.com/prometheus/client_golang" is already 
installed. Please check for circular dependencies.

   dh_auto_build -O--buildsystem=golang -O--builddirectory=_build
        cd _build && go install -trimpath -v -p 2 github.com/promet 
[too-long-redacted] s/testutil/promlint/validations
internal/unsafeheader

[... snipped ...]

    --- PASS: TestLabelCheck/mixed_var_labels_but_unsupported_curried (0.00s)
    --- PASS: 
TestLabelCheck/supported_label_as_const_and_curry_with_unsupported_as_var 
(0.00s)
    --- PASS: TestLabelCheck/invalid_name_with_all_the_otherwise_valid_labels 
(0.00s)
    --- PASS: TestLabelCheck/code_as_single_var_label (0.00s)
    --- PASS: TestLabelCheck/method_as_single_var_label (0.00s)
=== RUN   TestLabels
=== RUN   
TestLabels/all_labels_used_with_an_unknown_method_and_out-of-range_code
=== RUN   TestLabels/code_as_single_var_label_and_out-of-range_code
=== RUN   TestLabels/code_and_method_as_var_labels
=== RUN   TestLabels/method_as_single_var_label_with_extra_methods_specified
=== RUN   TestLabels/empty
=== RUN   TestLabels/code_as_single_var_label
=== RUN   TestLabels/code_as_single_var_label_and_in-range_but_unrecognized_code
=== RUN   TestLabels/method_as_single_var_label
=== RUN   TestLabels/method_as_single_var_label_and_unknown_method
--- PASS: TestLabels (0.00s)
    --- PASS: 
TestLabels/all_labels_used_with_an_unknown_method_and_out-of-range_code (0.00s)
    --- PASS: TestLabels/code_as_single_var_label_and_out-of-range_code (0.00s)
    --- PASS: TestLabels/code_and_method_as_var_labels (0.00s)
    --- PASS: 
TestLabels/method_as_single_var_label_with_extra_methods_specified (0.00s)
    --- PASS: TestLabels/empty (0.00s)
    --- PASS: TestLabels/code_as_single_var_label (0.00s)
    --- PASS: 
TestLabels/code_as_single_var_label_and_in-range_but_unrecognized_code (0.00s)
    --- PASS: TestLabels/method_as_single_var_label (0.00s)
    --- PASS: TestLabels/method_as_single_var_label_and_unknown_method (0.00s)
=== RUN   TestMiddlewareAPI
--- PASS: TestMiddlewareAPI (0.00s)
=== RUN   TestMiddlewareAPI_WithExemplars
--- PASS: TestMiddlewareAPI_WithExemplars (0.00s)
=== RUN   TestInstrumentTimeToFirstWrite
--- PASS: TestInstrumentTimeToFirstWrite (0.00s)
=== RUN   TestInterfaceUpgrade
--- PASS: TestInterfaceUpgrade (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/promhttp 0.194s
?       github.com/prometheus/client_golang/prometheus/promhttp/internal        
[no test files]
?       github.com/prometheus/client_golang/prometheus/promhttp/zstd    [no 
test files]
=== RUN   TestPush
--- PASS: TestPush (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/push     0.005s
=== RUN   TestCollectAndLintGood
--- PASS: TestCollectAndLintGood (0.00s)
=== RUN   TestCollectAndLintBad
--- PASS: TestCollectAndLintBad (0.00s)
=== RUN   TestToFloat64
=== RUN   TestToFloat64/simple_summary
=== RUN   TestToFloat64/counter_vec_with_zero_elements
=== RUN   TestToFloat64/simple_counter
=== RUN   TestToFloat64/simple_gauge
=== RUN   TestToFloat64/simple_untyped
=== RUN   TestToFloat64/simple_histogram
=== RUN   TestToFloat64/simple_gauge_with_an_actual_value_set
=== RUN   TestToFloat64/counter_vec_with_one_element
=== RUN   TestToFloat64/counter_vec_with_two_elements
=== RUN   TestToFloat64/histogram_vec_with_one_element
--- PASS: TestToFloat64 (0.00s)
    --- PASS: TestToFloat64/simple_summary (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_zero_elements (0.00s)
    --- PASS: TestToFloat64/simple_counter (0.00s)
    --- PASS: TestToFloat64/simple_gauge (0.00s)
    --- PASS: TestToFloat64/simple_untyped (0.00s)
    --- PASS: TestToFloat64/simple_histogram (0.00s)
    --- PASS: TestToFloat64/simple_gauge_with_an_actual_value_set (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_one_element (0.00s)
    --- PASS: TestToFloat64/counter_vec_with_two_elements (0.00s)
    --- PASS: TestToFloat64/histogram_vec_with_one_element (0.00s)
=== RUN   TestCollectAndCompare
--- PASS: TestCollectAndCompare (0.00s)
=== RUN   TestCollectAndCompareNoLabel
--- PASS: TestCollectAndCompareNoLabel (0.00s)
=== RUN   TestCollectAndCompareNoHelp
--- PASS: TestCollectAndCompareNoHelp (0.00s)
=== RUN   TestCollectAndCompareHistogram
=== RUN   TestCollectAndCompareHistogram/Testing_Histogram_Collector
=== RUN   TestCollectAndCompareHistogram/Testing_HistogramVec_Collector
--- PASS: TestCollectAndCompareHistogram (0.00s)
    --- PASS: TestCollectAndCompareHistogram/Testing_Histogram_Collector (0.00s)
    --- PASS: TestCollectAndCompareHistogram/Testing_HistogramVec_Collector 
(0.00s)
=== RUN   TestNoMetricFilter
--- PASS: TestNoMetricFilter (0.00s)
=== RUN   TestMetricNotFound
--- PASS: TestMetricNotFound (0.00s)
=== RUN   TestScrapeAndCompare
--- PASS: TestScrapeAndCompare (0.00s)
=== RUN   TestScrapeAndCompareWithMultipleExpected
--- PASS: TestScrapeAndCompareWithMultipleExpected (0.00s)
=== RUN   TestScrapeAndCompareFetchingFail
--- PASS: TestScrapeAndCompareFetchingFail (0.00s)
=== RUN   TestScrapeAndCompareBadStatusCode
--- PASS: TestScrapeAndCompareBadStatusCode (0.00s)
=== RUN   TestCollectAndCount
--- PASS: TestCollectAndCount (0.00s)
=== RUN   TestCollectAndFormat
--- PASS: TestCollectAndFormat (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/testutil 0.005s
=== RUN   TestLintNoHelpText
=== RUN   TestLintNoHelpText/no_help
=== RUN   TestLintNoHelpText/empty_help
=== RUN   TestLintNoHelpText/no_help_and_empty_help
=== RUN   TestLintNoHelpText/OK
--- PASS: TestLintNoHelpText (0.00s)
    --- PASS: TestLintNoHelpText/no_help (0.00s)
    --- PASS: TestLintNoHelpText/empty_help (0.00s)
    --- PASS: TestLintNoHelpText/no_help_and_empty_help (0.00s)
    --- PASS: TestLintNoHelpText/OK (0.00s)
=== RUN   TestLintMetricUnits
=== RUN   TestLintMetricUnits/amperes
=== RUN   TestLintMetricUnits/bytes
=== RUN   TestLintMetricUnits/grams
=== RUN   TestLintMetricUnits/celsius
=== RUN   TestLintMetricUnits/meters
=== RUN   TestLintMetricUnits/metres
=== RUN   TestLintMetricUnits/moles
=== RUN   TestLintMetricUnits/seconds
=== RUN   TestLintMetricUnits/joules
=== RUN   TestLintMetricUnits/kelvin
=== RUN   TestLintMetricUnits/milliamperes
=== RUN   TestLintMetricUnits/gigabytes
=== RUN   TestLintMetricUnits/kilograms
=== RUN   TestLintMetricUnits/nanocelsius
=== RUN   TestLintMetricUnits/kilometers
=== RUN   TestLintMetricUnits/picometers
=== RUN   TestLintMetricUnits/microseconds
=== RUN   TestLintMetricUnits/minutes
=== RUN   TestLintMetricUnits/hours
=== RUN   TestLintMetricUnits/days
=== RUN   TestLintMetricUnits/kelvins
=== RUN   TestLintMetricUnits/fahrenheit
=== RUN   TestLintMetricUnits/rankine
=== RUN   TestLintMetricUnits/inches
=== RUN   TestLintMetricUnits/yards
=== RUN   TestLintMetricUnits/miles
=== RUN   TestLintMetricUnits/bits
=== RUN   TestLintMetricUnits/calories
=== RUN   TestLintMetricUnits/pounds
=== RUN   TestLintMetricUnits/ounces
--- PASS: TestLintMetricUnits (0.00s)
    --- PASS: TestLintMetricUnits/amperes (0.00s)
    --- PASS: TestLintMetricUnits/bytes (0.00s)
    --- PASS: TestLintMetricUnits/grams (0.00s)
    --- PASS: TestLintMetricUnits/celsius (0.00s)
    --- PASS: TestLintMetricUnits/meters (0.00s)
    --- PASS: TestLintMetricUnits/metres (0.00s)
    --- PASS: TestLintMetricUnits/moles (0.00s)
    --- PASS: TestLintMetricUnits/seconds (0.00s)
    --- PASS: TestLintMetricUnits/joules (0.00s)
    --- PASS: TestLintMetricUnits/kelvin (0.00s)
    --- PASS: TestLintMetricUnits/milliamperes (0.00s)
    --- PASS: TestLintMetricUnits/gigabytes (0.00s)
    --- PASS: TestLintMetricUnits/kilograms (0.00s)
    --- PASS: TestLintMetricUnits/nanocelsius (0.00s)
    --- PASS: TestLintMetricUnits/kilometers (0.00s)
    --- PASS: TestLintMetricUnits/picometers (0.00s)
    --- PASS: TestLintMetricUnits/microseconds (0.00s)
    --- PASS: TestLintMetricUnits/minutes (0.00s)
    --- PASS: TestLintMetricUnits/hours (0.00s)
    --- PASS: TestLintMetricUnits/days (0.00s)
    --- PASS: TestLintMetricUnits/kelvins (0.00s)
    --- PASS: TestLintMetricUnits/fahrenheit (0.00s)
    --- PASS: TestLintMetricUnits/rankine (0.00s)
    --- PASS: TestLintMetricUnits/inches (0.00s)
    --- PASS: TestLintMetricUnits/yards (0.00s)
    --- PASS: TestLintMetricUnits/miles (0.00s)
    --- PASS: TestLintMetricUnits/bits (0.00s)
    --- PASS: TestLintMetricUnits/calories (0.00s)
    --- PASS: TestLintMetricUnits/pounds (0.00s)
    --- PASS: TestLintMetricUnits/ounces (0.00s)
=== RUN   TestLintCounter
=== RUN   TestLintCounter/counter_without__total_suffix
=== RUN   TestLintCounter/gauge_with__total_suffix
=== RUN   TestLintCounter/counter_with__total_suffix
=== RUN   TestLintCounter/gauge_without__total_suffix
=== RUN   TestLintCounter/untyped_with__total_suffix
=== RUN   TestLintCounter/untyped_without__total_suffix
--- PASS: TestLintCounter (0.00s)
    --- PASS: TestLintCounter/counter_without__total_suffix (0.00s)
    --- PASS: TestLintCounter/gauge_with__total_suffix (0.00s)
    --- PASS: TestLintCounter/counter_with__total_suffix (0.00s)
    --- PASS: TestLintCounter/gauge_without__total_suffix (0.00s)
    --- PASS: TestLintCounter/untyped_with__total_suffix (0.00s)
    --- PASS: TestLintCounter/untyped_without__total_suffix (0.00s)
=== RUN   TestLintHistogramSummaryReserved
=== RUN   TestLintHistogramSummaryReserved/gauge_with__bucket_suffix
=== RUN   TestLintHistogramSummaryReserved/gauge_with__count_suffix
=== RUN   TestLintHistogramSummaryReserved/gauge_with__sum_suffix
=== RUN   TestLintHistogramSummaryReserved/gauge_with_le_label
=== RUN   TestLintHistogramSummaryReserved/gauge_with_quantile_label
=== RUN   TestLintHistogramSummaryReserved/histogram_with_quantile_label
=== RUN   TestLintHistogramSummaryReserved/summary_with_le_label
=== RUN   TestLintHistogramSummaryReserved/histogram_OK
=== RUN   TestLintHistogramSummaryReserved/summary_OK
--- PASS: TestLintHistogramSummaryReserved (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with__bucket_suffix (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with__count_suffix (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with__sum_suffix (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with_le_label (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/gauge_with_quantile_label (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/histogram_with_quantile_label 
(0.00s)
    --- PASS: TestLintHistogramSummaryReserved/summary_with_le_label (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/histogram_OK (0.00s)
    --- PASS: TestLintHistogramSummaryReserved/summary_OK (0.00s)
=== RUN   TestLintMetricTypeInName
=== RUN   TestLintMetricTypeInName/counter_with__counter_suffix
=== RUN   TestLintMetricTypeInName/gauge_with__gauge_suffix
=== RUN   TestLintMetricTypeInName/summary_with__summary_suffix
=== RUN   TestLintMetricTypeInName/histogram_with__histogram_suffix
=== RUN   TestLintMetricTypeInName/histogram_with__histogram_suffix#01
=== RUN   TestLintMetricTypeInName/gauge_with__gauge_suffix#01
--- PASS: TestLintMetricTypeInName (0.00s)
    --- PASS: TestLintMetricTypeInName/counter_with__counter_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/gauge_with__gauge_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/summary_with__summary_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/histogram_with__histogram_suffix (0.00s)
    --- PASS: TestLintMetricTypeInName/histogram_with__histogram_suffix#01 
(0.00s)
    --- PASS: TestLintMetricTypeInName/gauge_with__gauge_suffix#01 (0.00s)
=== RUN   TestLintReservedChars
=== RUN   TestLintReservedChars/request_duration::_seconds
--- PASS: TestLintReservedChars (0.00s)
    --- PASS: TestLintReservedChars/request_duration::_seconds (0.00s)
=== RUN   TestLintCamelCase
=== RUN   TestLintCamelCase/requestDuration_seconds
=== RUN   TestLintCamelCase/request_duration_seconds
--- PASS: TestLintCamelCase (0.00s)
    --- PASS: TestLintCamelCase/requestDuration_seconds (0.00s)
    --- PASS: TestLintCamelCase/request_duration_seconds (0.00s)
=== RUN   TestLintUnitAbbreviations
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_b_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_kb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_mb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_MB_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_gb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_tb_with_abbreviated_unit
=== RUN   
TestLintUnitAbbreviations/instance_memory_limit_pb_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_s_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_ms_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_us_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_ns_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_sec_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_sec_duration_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_m_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_h_with_abbreviated_unit
=== RUN   TestLintUnitAbbreviations/request_duration_d_with_abbreviated_unit
--- PASS: TestLintUnitAbbreviations (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_b_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_kb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_mb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_MB_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_gb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_tb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/instance_memory_limit_pb_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_s_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_ms_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_us_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_ns_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_sec_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_sec_duration_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_m_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_h_with_abbreviated_unit (0.00s)
    --- PASS: 
TestLintUnitAbbreviations/request_duration_d_with_abbreviated_unit (0.00s)
=== RUN   TestCustomValidations
=== RUN   TestCustomValidations/metric_without_necessary_prefix
=== RUN   TestCustomValidations/metric_without_necessary_prefix#01
--- PASS: TestCustomValidations (0.00s)
    --- PASS: TestCustomValidations/metric_without_necessary_prefix (0.00s)
    --- PASS: TestCustomValidations/metric_without_necessary_prefix#01 (0.00s)
=== RUN   TestLintDuplicateMetric
=== RUN   TestLintDuplicateMetric/metric_not_unique
--- PASS: TestLintDuplicateMetric (0.00s)
    --- PASS: TestLintDuplicateMetric/metric_not_unique (0.00s)
PASS
ok      github.com/prometheus/client_golang/prometheus/testutil/promlint        
0.005s
?       
github.com/prometheus/client_golang/prometheus/testutil/promlint/validations    
[no test files]
FAIL
dh_auto_test: error: cd _build && go test -vet=off -v -p 2 g 
[too-long-redacted] alidations returned exit code 1
make: *** [debian/rules:10: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: golang-github-prometheus-client-golang
Source-Version: 1.23.2-2
Done: Reinhard Tartler <[email protected]>

We believe that the bug you reported is fixed in the latest version of
golang-github-prometheus-client-golang, which is due to be installed in the 
Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Reinhard Tartler <[email protected]> (supplier of updated 
golang-github-prometheus-client-golang package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 13 Mar 2026 06:18:53 -0400
Source: golang-github-prometheus-client-golang
Architecture: source
Version: 1.23.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <[email protected]>
Changed-By: Reinhard Tartler <[email protected]>
Closes: 1129118
Changes:
 golang-github-prometheus-client-golang (1.23.2-2) unstable; urgency=medium
 .
   * Team upload.
   * add Go 1.26 new runtime metrics, Closes: #1129118
Checksums-Sha1:
 64f2592c5428e12d157a7d7abbff0308c80e354a 3175 
golang-github-prometheus-client-golang_1.23.2-2.dsc
 b7d9af54ee58cb8539433023b77e9ebf3298a5d1 12068 
golang-github-prometheus-client-golang_1.23.2-2.debian.tar.xz
 0c8c5815387e3e231d5ff29a2fa19edee3e36a39 1388024 
golang-github-prometheus-client-golang_1.23.2-2.git.tar.xz
 be68baabbf0c126448a13549cab0e0fe0800dcd6 17424 
golang-github-prometheus-client-golang_1.23.2-2_source.buildinfo
Checksums-Sha256:
 2fbcda91653328b8f9409beda33d6cdafe5af6d6c75090fe3d070c2b16a1bfc4 3175 
golang-github-prometheus-client-golang_1.23.2-2.dsc
 05423468c9f3fe2ff6d33566d4a6c933217979652ea1282e679c02c4a99eb82d 12068 
golang-github-prometheus-client-golang_1.23.2-2.debian.tar.xz
 d8fe91e56214ac3e8a9260d39d75ccc36addc9d52cc70f58c272ae5fa20928cc 1388024 
golang-github-prometheus-client-golang_1.23.2-2.git.tar.xz
 79461af84ebb97b5b9d572b26597f38e4395c91af3350d1475c4342f378a4f6b 17424 
golang-github-prometheus-client-golang_1.23.2-2_source.buildinfo
Files:
 15a5e1c5554ce11fd3a4cd6777e5db30 3175 golang optional 
golang-github-prometheus-client-golang_1.23.2-2.dsc
 265ff7dd93f925d7c4c0aafd83436bf7 12068 golang optional 
golang-github-prometheus-client-golang_1.23.2-2.debian.tar.xz
 44e4bdbaf0ad1209afff505943c09241 1388024 golang optional 
golang-github-prometheus-client-golang_1.23.2-2.git.tar.xz
 751db3a03fc4c064c5b87cbcf5adbb76 17424 golang optional 
golang-github-prometheus-client-golang_1.23.2-2_source.buildinfo
Git-Tag-Info: tag=37a2d0398f77addef0e51cbb2df3b442137eab1a 
fp=30de7d1763ab9452c7e0825049a76977942826cb
Git-Tag-Tagger: Reinhard Tartler <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmmz5YgACgkQYG0ITkaD
wHlFpw/+Kx4YmCF3hMHbg2kn9pRVyjEC/c04XSlXULKk0Q9MnlAlJO/AaqRkcQM/
nyXUcd71QasMgUChA/EG6OG9vBsm/R8USMvZHA4I4RwbJZTxPNHZWCa41dcrEkQT
G5NsGUZBDCuv6+WcF9mgbm6MDzm+8AMcGxVVrGQIxbkq7awf/KbvZPDE8w45nTlT
2LFjTkO1goOB7dkFd9cAjzsq054CdtAMuHf4Dztr8yUjannfhXkxaPOIrYoJlJq8
8lwoE1HEvLcOHf1CCAF8L08GuMGjMKeDzDmV0NVspEg7Qxn4EXh9bOrO8WH5B4lk
IY5oRU362Qbba0UhEQ2SwCEJLMf5KlFGzIqtTrOqfAxKhlwM6EGnaW5oar52dHj/
v2G1z01jFZPWriFMurFT5lPvpUaMwtDNMXtuW+p/DYrEr/B3DI36D7gPHZln5OYW
OUy4eM37JX93J5yBpL9hW3HwrJ1XYSB1et3ysRl30bcfEe1KjpUZYrxNNC2r0exK
iYUtjynXAOOuHPDBh6T/Tvm4TGPDptkN62AqiY+yCCaS+pOJxf3AoZZ9YBZmZhr4
KgPdoRbPVQ/a723MWucw+fT0d8ijpW4QHD8hjNmHwgnYV2/RBbk8Apow/jjXWacv
aFhHuaFau56rLKE0JYGLaqZRcWr3eo0F72JW+XmLjZsW2tFIfnI=
=7aq0
-----END PGP SIGNATURE-----

Attachment: pgpP_lg3mNuF9.pgp
Description: PGP signature


--- End Message ---

Reply via email to