Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package 
golang-github-prometheus-node_exporter for openSUSE:Factory checked in at 
2022-03-23 20:18:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter 
(Old)
 and      
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.25692 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "golang-github-prometheus-node_exporter"

Wed Mar 23 20:18:52 2022 rev:11 rq:964247 version:1.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/golang-github-prometheus-node_exporter/golang-github-prometheus-node_exporter.changes
    2021-12-02 02:13:47.070931628 +0100
+++ 
/work/SRC/openSUSE:Factory/.golang-github-prometheus-node_exporter.new.25692/golang-github-prometheus-node_exporter.changes
 2022-03-23 20:20:40.614540784 +0100
@@ -1,0 +2,7 @@
+Wed Mar  9 09:35:46 UTC 2022 - Witek Bedyk <witold.be...@suse.com>
+
+- Update vendor tarball with prometheus/client_golang 1.11.1
+  (bsc#1196338)
+  + Added 0001-Update-prometheus-client-to-1.11.1.patch
+
+-------------------------------------------------------------------

Old:
----
  node_exporter-1.3.0.tar.gz

New:
----
  0001-Update-prometheus-client-to-1.11.1.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ golang-github-prometheus-node_exporter.spec ++++++
--- /var/tmp/diff_new_pack.HXOjnF/_old  2022-03-23 20:20:41.190541110 +0100
+++ /var/tmp/diff_new_pack.HXOjnF/_new  2022-03-23 20:20:41.194541112 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package golang-github-prometheus-node_exporter
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 # Copyright (c) 2017 Silvio Moioli <m...@suse.com>
 #
 # All modifications and additions to the file contributed by third parties
@@ -27,9 +27,12 @@
 Group:          System/Management
 URL:            https://prometheus.io/
 Source:         node_exporter-%{version}.tar.gz
+# Generated after applying 0001-Update-prometheus-client-to-1.11.1.patch
 Source1:        vendor.tar.gz
 Source2:        prometheus-node_exporter.service
 Source4:        prometheus-node_exporter.sysconfig
+# This patch has been applied before generating vendor tarball
+Patch1:         0001-Update-prometheus-client-to-1.11.1.patch
 BuildRequires:  fdupes
 BuildRequires:  golang-packaging
 BuildRequires:  golang(API) = 1.14

++++++ 0001-Update-prometheus-client-to-1.11.1.patch ++++++
>From 72a3d83a60366c9c2c25ab734f45b4860edc24b4 Mon Sep 17 00:00:00 2001
From: Alexandre Marchal <amarc...@scaleway.com>
Date: Thu, 3 Mar 2022 15:43:09 +0100
Subject: [PATCH] CVE-2022-21698: Update client_golang dependecy for security
 concerns

Signed-off-by: Alexandre Marchal <amarc...@scaleway.com>
---
 go.mod | 2 +-
 go.sum | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/go.mod b/go.mod
index 2311026de..103618cef 100644
--- a/go.mod
+++ b/go.mod
@@ -13,7 +13,7 @@ require (
        github.com/lufia/iostat v1.2.0
        github.com/mattn/go-xmlrpc v0.0.3
        github.com/mdlayher/wifi v0.0.0-20200527114002-84f0b9457fdd
-       github.com/prometheus/client_golang v1.11.0
+       github.com/prometheus/client_golang v1.11.1
        github.com/prometheus/client_model v0.2.0
        github.com/prometheus/common v0.32.1
        github.com/prometheus/exporter-toolkit v0.7.0
diff --git a/go.sum b/go.sum
index 0c47623a0..71d562d46 100644
--- a/go.sum
+++ b/go.sum
@@ -223,8 +223,9 @@ github.com/pmezard/go-difflib v1.0.0/go.mod 
h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
 github.com/prometheus/client_golang v0.9.1/go.mod 
h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
 github.com/prometheus/client_golang v1.0.0/go.mod 
h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
 github.com/prometheus/client_golang v1.7.1/go.mod 
h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M=
-github.com/prometheus/client_golang v1.11.0 
h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ=
 github.com/prometheus/client_golang v1.11.0/go.mod 
h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
+github.com/prometheus/client_golang v1.11.1 
h1:+4eQaD7vAZ6DsfsxB15hbE0odUjGI5ARs9yskGu1v4s=
+github.com/prometheus/client_golang v1.11.1/go.mod 
h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0=
 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod 
h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod 
h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
 github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod 
h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=

++++++ vendor.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go
 
new/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go
--- 
old/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go
     2021-11-18 22:27:40.897525300 +0100
+++ 
new/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_client.go
     2022-03-10 12:09:24.507340097 +0100
@@ -49,7 +49,10 @@
 // http.RoundTripper to observe the request result with the provided 
CounterVec.
 // The CounterVec must have zero, one, or two non-const non-curried labels. For
 // those, the only allowed label names are "code" and "method". The function
-// panics otherwise. Partitioning of the CounterVec happens by HTTP status code
+// panics otherwise. For the "method" label a predefined default label value 
set
+// is used to filter given values. Values besides predefined values will count
+// as `unknown` method.`WithExtraMethods` can be used to add more
+// methods to the set. Partitioning of the CounterVec happens by HTTP status 
code
 // and/or HTTP method if the respective instance label names are present in the
 // CounterVec. For unpartitioned counting, use a CounterVec with zero labels.
 //
@@ -57,13 +60,18 @@
 // is not incremented.
 //
 // See the example for ExampleInstrumentRoundTripperDuration for example usage.
-func InstrumentRoundTripperCounter(counter *prometheus.CounterVec, next 
http.RoundTripper) RoundTripperFunc {
+func InstrumentRoundTripperCounter(counter *prometheus.CounterVec, next 
http.RoundTripper, opts ...Option) RoundTripperFunc {
+       rtOpts := &option{}
+       for _, o := range opts {
+               o(rtOpts)
+       }
+
        code, method := checkLabels(counter)
 
        return RoundTripperFunc(func(r *http.Request) (*http.Response, error) {
                resp, err := next.RoundTrip(r)
                if err == nil {
-                       counter.With(labels(code, method, r.Method, 
resp.StatusCode)).Inc()
+                       counter.With(labels(code, method, r.Method, 
resp.StatusCode, rtOpts.extraMethods...)).Inc()
                }
                return resp, err
        })
@@ -73,7 +81,10 @@
 // http.RoundTripper to observe the request duration with the provided
 // ObserverVec.  The ObserverVec must have zero, one, or two non-const
 // non-curried labels. For those, the only allowed label names are "code" and
-// "method". The function panics otherwise. The Observe method of the Observer
+// "method". The function panics otherwise. For the "method" label a predefined
+// default label value set is used to filter given values. Values besides
+// predefined values will count as `unknown` method. `WithExtraMethods`
+// can be used to add more methods to the set. The Observe method of the 
Observer
 // in the ObserverVec is called with the request duration in
 // seconds. Partitioning happens by HTTP status code and/or HTTP method if the
 // respective instance label names are present in the ObserverVec. For
@@ -85,14 +96,19 @@
 //
 // Note that this method is only guaranteed to never observe negative durations
 // if used with Go1.9+.
-func InstrumentRoundTripperDuration(obs prometheus.ObserverVec, next 
http.RoundTripper) RoundTripperFunc {
+func InstrumentRoundTripperDuration(obs prometheus.ObserverVec, next 
http.RoundTripper, opts ...Option) RoundTripperFunc {
+       rtOpts := &option{}
+       for _, o := range opts {
+               o(rtOpts)
+       }
+
        code, method := checkLabels(obs)
 
        return RoundTripperFunc(func(r *http.Request) (*http.Response, error) {
                start := time.Now()
                resp, err := next.RoundTrip(r)
                if err == nil {
-                       obs.With(labels(code, method, r.Method, 
resp.StatusCode)).Observe(time.Since(start).Seconds())
+                       obs.With(labels(code, method, r.Method, 
resp.StatusCode, rtOpts.extraMethods...)).Observe(time.Since(start).Seconds())
                }
                return resp, err
        })
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go
 
new/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go
--- 
old/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go
     2021-11-18 22:27:40.897525300 +0100
+++ 
new/vendor/github.com/prometheus/client_golang/prometheus/promhttp/instrument_server.go
     2022-03-10 12:09:24.507340097 +0100
@@ -45,7 +45,10 @@
 // http.Handler to observe the request duration with the provided ObserverVec.
 // The ObserverVec must have valid metric and label names and must have zero,
 // one, or two non-const non-curried labels. For those, the only allowed label
-// names are "code" and "method". The function panics otherwise. The Observe
+// names are "code" and "method". The function panics otherwise. For the 
"method"
+// label a predefined default label value set is used to filter given values.
+// Values besides predefined values will count as `unknown` method.
+//`WithExtraMethods` can be used to add more methods to the set. The Observe
 // method of the Observer in the ObserverVec is called with the request 
duration
 // in seconds. Partitioning happens by HTTP status code and/or HTTP method if
 // the respective instance label names are present in the ObserverVec. For
@@ -58,7 +61,12 @@
 //
 // Note that this method is only guaranteed to never observe negative durations
 // if used with Go1.9+.
-func InstrumentHandlerDuration(obs prometheus.ObserverVec, next http.Handler) 
http.HandlerFunc {
+func InstrumentHandlerDuration(obs prometheus.ObserverVec, next http.Handler, 
opts ...Option) http.HandlerFunc {
+       mwOpts := &option{}
+       for _, o := range opts {
+               o(mwOpts)
+       }
+
        code, method := checkLabels(obs)
 
        if code {
@@ -67,14 +75,14 @@
                        d := newDelegator(w, nil)
                        next.ServeHTTP(d, r)
 
-                       obs.With(labels(code, method, r.Method, 
d.Status())).Observe(time.Since(now).Seconds())
+                       obs.With(labels(code, method, r.Method, d.Status(), 
mwOpts.extraMethods...)).Observe(time.Since(now).Seconds())
                })
        }
 
        return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
                now := time.Now()
                next.ServeHTTP(w, r)
-               obs.With(labels(code, method, r.Method, 
0)).Observe(time.Since(now).Seconds())
+               obs.With(labels(code, method, r.Method, 0, 
mwOpts.extraMethods...)).Observe(time.Since(now).Seconds())
        })
 }
 
@@ -82,7 +90,10 @@
 // to observe the request result with the provided CounterVec. The CounterVec
 // must have valid metric and label names and must have zero, one, or two
 // non-const non-curried labels. For those, the only allowed label names are
-// "code" and "method". The function panics otherwise. Partitioning of the
+// "code" and "method". The function panics otherwise. For the "method"
+// label a predefined default label value set is used to filter given values.
+// Values besides predefined values will count as `unknown` method.
+// `WithExtraMethods` can be used to add more methods to the set. Partitioning 
of the
 // CounterVec happens by HTTP status code and/or HTTP method if the respective
 // instance label names are present in the CounterVec. For unpartitioned
 // counting, use a CounterVec with zero labels.
@@ -92,20 +103,25 @@
 // If the wrapped Handler panics, the Counter is not incremented.
 //
 // See the example for InstrumentHandlerDuration for example usage.
-func InstrumentHandlerCounter(counter *prometheus.CounterVec, next 
http.Handler) http.HandlerFunc {
+func InstrumentHandlerCounter(counter *prometheus.CounterVec, next 
http.Handler, opts ...Option) http.HandlerFunc {
+       mwOpts := &option{}
+       for _, o := range opts {
+               o(mwOpts)
+       }
+
        code, method := checkLabels(counter)
 
        if code {
                return http.HandlerFunc(func(w http.ResponseWriter, r 
*http.Request) {
                        d := newDelegator(w, nil)
                        next.ServeHTTP(d, r)
-                       counter.With(labels(code, method, r.Method, 
d.Status())).Inc()
+                       counter.With(labels(code, method, r.Method, d.Status(), 
mwOpts.extraMethods...)).Inc()
                })
        }
 
        return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
                next.ServeHTTP(w, r)
-               counter.With(labels(code, method, r.Method, 0)).Inc()
+               counter.With(labels(code, method, r.Method, 0, 
mwOpts.extraMethods...)).Inc()
        })
 }
 
@@ -114,7 +130,10 @@
 // until the response headers are written. The ObserverVec must have valid
 // metric and label names and must have zero, one, or two non-const non-curried
 // labels. For those, the only allowed label names are "code" and "method". The
-// function panics otherwise. The Observe method of the Observer in the
+// function panics otherwise. For the "method" label a predefined default label
+// value set is used to filter given values. Values besides predefined values
+// will count as `unknown` method.`WithExtraMethods` can be used to add more
+// methods to the set. The Observe method of the Observer in the
 // ObserverVec is called with the request duration in seconds. Partitioning
 // happens by HTTP status code and/or HTTP method if the respective instance
 // label names are present in the ObserverVec. For unpartitioned observations,
@@ -128,13 +147,18 @@
 // if used with Go1.9+.
 //
 // See the example for InstrumentHandlerDuration for example usage.
-func InstrumentHandlerTimeToWriteHeader(obs prometheus.ObserverVec, next 
http.Handler) http.HandlerFunc {
+func InstrumentHandlerTimeToWriteHeader(obs prometheus.ObserverVec, next 
http.Handler, opts ...Option) http.HandlerFunc {
+       mwOpts := &option{}
+       for _, o := range opts {
+               o(mwOpts)
+       }
+
        code, method := checkLabels(obs)
 
        return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
                now := time.Now()
                d := newDelegator(w, func(status int) {
-                       obs.With(labels(code, method, r.Method, 
status)).Observe(time.Since(now).Seconds())
+                       obs.With(labels(code, method, r.Method, status, 
mwOpts.extraMethods...)).Observe(time.Since(now).Seconds())
                })
                next.ServeHTTP(d, r)
        })
@@ -144,8 +168,11 @@
 // http.Handler to observe the request size with the provided ObserverVec. The
 // ObserverVec must have valid metric and label names and must have zero, one,
 // or two non-const non-curried labels. For those, the only allowed label names
-// are "code" and "method". The function panics otherwise. The Observe method 
of
-// the Observer in the ObserverVec is called with the request size in
+// are "code" and "method". The function panics otherwise. For the "method"
+// label a predefined default label value set is used to filter given values.
+// Values besides predefined values will count as `unknown` method.
+// `WithExtraMethods` can be used to add more methods to the set. The Observe
+// method of the Observer in the ObserverVec is called with the request size in
 // bytes. Partitioning happens by HTTP status code and/or HTTP method if the
 // respective instance label names are present in the ObserverVec. For
 // unpartitioned observations, use an ObserverVec with zero labels. Note that
@@ -156,7 +183,12 @@
 // If the wrapped Handler panics, no values are reported.
 //
 // See the example for InstrumentHandlerDuration for example usage.
-func InstrumentHandlerRequestSize(obs prometheus.ObserverVec, next 
http.Handler) http.HandlerFunc {
+func InstrumentHandlerRequestSize(obs prometheus.ObserverVec, next 
http.Handler, opts ...Option) http.HandlerFunc {
+       mwOpts := &option{}
+       for _, o := range opts {
+               o(mwOpts)
+       }
+
        code, method := checkLabels(obs)
 
        if code {
@@ -164,14 +196,14 @@
                        d := newDelegator(w, nil)
                        next.ServeHTTP(d, r)
                        size := computeApproximateRequestSize(r)
-                       obs.With(labels(code, method, r.Method, 
d.Status())).Observe(float64(size))
+                       obs.With(labels(code, method, r.Method, d.Status(), 
mwOpts.extraMethods...)).Observe(float64(size))
                })
        }
 
        return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
                next.ServeHTTP(w, r)
                size := computeApproximateRequestSize(r)
-               obs.With(labels(code, method, r.Method, 
0)).Observe(float64(size))
+               obs.With(labels(code, method, r.Method, 0, 
mwOpts.extraMethods...)).Observe(float64(size))
        })
 }
 
@@ -179,8 +211,11 @@
 // http.Handler to observe the response size with the provided ObserverVec. The
 // ObserverVec must have valid metric and label names and must have zero, one,
 // or two non-const non-curried labels. For those, the only allowed label names
-// are "code" and "method". The function panics otherwise. The Observe method 
of
-// the Observer in the ObserverVec is called with the response size in
+// are "code" and "method". The function panics otherwise. For the "method"
+// label a predefined default label value set is used to filter given values.
+// Values besides predefined values will count as `unknown` method.
+// `WithExtraMethods` can be used to add more methods to the set. The Observe
+// method of the Observer in the ObserverVec is called with the response size 
in
 // bytes. Partitioning happens by HTTP status code and/or HTTP method if the
 // respective instance label names are present in the ObserverVec. For
 // unpartitioned observations, use an ObserverVec with zero labels. Note that
@@ -191,12 +226,18 @@
 // If the wrapped Handler panics, no values are reported.
 //
 // See the example for InstrumentHandlerDuration for example usage.
-func InstrumentHandlerResponseSize(obs prometheus.ObserverVec, next 
http.Handler) http.Handler {
+func InstrumentHandlerResponseSize(obs prometheus.ObserverVec, next 
http.Handler, opts ...Option) http.Handler {
+       mwOpts := &option{}
+       for _, o := range opts {
+               o(mwOpts)
+       }
+
        code, method := checkLabels(obs)
+
        return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
                d := newDelegator(w, nil)
                next.ServeHTTP(d, r)
-               obs.With(labels(code, method, r.Method, 
d.Status())).Observe(float64(d.Written()))
+               obs.With(labels(code, method, r.Method, d.Status(), 
mwOpts.extraMethods...)).Observe(float64(d.Written()))
        })
 }
 
@@ -290,7 +331,7 @@
 // unnecessary allocations on each request.
 var emptyLabels = prometheus.Labels{}
 
-func labels(code, method bool, reqMethod string, status int) prometheus.Labels 
{
+func labels(code, method bool, reqMethod string, status int, extraMethods 
...string) prometheus.Labels {
        if !(code || method) {
                return emptyLabels
        }
@@ -300,7 +341,7 @@
                labels["code"] = sanitizeCode(status)
        }
        if method {
-               labels["method"] = sanitizeMethod(reqMethod)
+               labels["method"] = sanitizeMethod(reqMethod, extraMethods...)
        }
 
        return labels
@@ -330,7 +371,12 @@
        return s
 }
 
-func sanitizeMethod(m string) string {
+// If the wrapped http.Handler has a known method, it will be sanitized and 
returned.
+// Otherwise, "unknown" will be returned. The known method list can be extended
+// as needed by using extraMethods parameter.
+func sanitizeMethod(m string, extraMethods ...string) string {
+       // See https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods for
+       // the methods chosen as default.
        switch m {
        case "GET", "get":
                return "get"
@@ -348,15 +394,25 @@
                return "options"
        case "NOTIFY", "notify":
                return "notify"
+       case "TRACE", "trace":
+               return "trace"
+       case "PATCH", "patch":
+               return "patch"
        default:
-               return strings.ToLower(m)
+               for _, method := range extraMethods {
+                       if strings.EqualFold(m, method) {
+                               return strings.ToLower(m)
+                       }
+               }
+               return "unknown"
        }
 }
 
 // If the wrapped http.Handler has not set a status code, i.e. the value is
-// currently 0, santizeCode will return 200, for consistency with behavior in
+// currently 0, sanitizeCode will return 200, for consistency with behavior in
 // the stdlib.
 func sanitizeCode(s int) string {
+       // See for accepted codes 
https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
        switch s {
        case 100:
                return "100"
@@ -453,6 +509,9 @@
                return "511"
 
        default:
-               return strconv.Itoa(s)
+               if s >= 100 && s <= 599 {
+                       return strconv.Itoa(s)
+               }
+               return "unknown"
        }
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go 
new/vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go
--- 
old/vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go    
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/vendor/github.com/prometheus/client_golang/prometheus/promhttp/option.go    
    2022-03-10 12:09:24.507340097 +0100
@@ -0,0 +1,31 @@
+// Copyright 2022 The Prometheus Authors
+// Licensed under the Apache License, Version 2.0 (the "License");
+// you may not use this file except in compliance with the License.
+// You may obtain a copy of the License at
+//
+// http://www.apache.org/licenses/LICENSE-2.0
+//
+// Unless required by applicable law or agreed to in writing, software
+// distributed under the License is distributed on an "AS IS" BASIS,
+// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+// See the License for the specific language governing permissions and
+// limitations under the License.
+
+package promhttp
+
+// Option are used to configure a middleware or round tripper..
+type Option func(*option)
+
+type option struct {
+       extraMethods []string
+}
+
+// WithExtraMethods adds additional HTTP methods to the list of allowed 
methods.
+// See https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods for the 
default list.
+//
+// See the example for ExampleInstrumentHandlerWithExtraMethods for example 
usage.
+func WithExtraMethods(methods ...string) Option {
+       return func(o *option) {
+               o.extraMethods = methods
+       }
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vendor/modules.txt new/vendor/modules.txt
--- old/vendor/modules.txt      2021-11-18 22:27:40.993525000 +0100
+++ new/vendor/modules.txt      2022-03-10 12:09:24.591339760 +0100
@@ -77,7 +77,7 @@
 github.com/mwitkow/go-conntrack
 # github.com/pkg/errors v0.9.1
 github.com/pkg/errors
-# github.com/prometheus/client_golang v1.11.0
+# github.com/prometheus/client_golang v1.11.1
 ## explicit
 github.com/prometheus/client_golang/prometheus
 github.com/prometheus/client_golang/prometheus/collectors

Reply via email to