diff --git a/NOTICE.txt b/NOTICE.txt index 9b19531fef..ce6f1395f2 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1803,11 +1803,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -------------------------------------------------------------------------------- Module : github.com/prometheus/client_golang -Version : v1.12.1 -Time : 2022-01-29T14:48:34Z +Version : v1.12.2 +Time : 2022-05-13T10:05:14Z Licence : Apache-2.0 -Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_golang@v1.12.1/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_golang@v1.12.2/LICENSE: Apache License Version 2.0, January 2004 diff --git a/docs/reference/dependencies.asciidoc b/docs/reference/dependencies.asciidoc index 02bdd238f4..696bc61cc4 100644 --- a/docs/reference/dependencies.asciidoc +++ b/docs/reference/dependencies.asciidoc @@ -36,7 +36,7 @@ This page lists the third-party dependencies used to build {n}. | link:https://github.com/magiconair/properties[$$github.com/magiconair/properties$$] | v1.8.6 | BSD-2-Clause | link:https://github.com/pkg/errors[$$github.com/pkg/errors$$] | v0.9.1 | BSD-2-Clause | link:https://github.com/pmezard/go-difflib[$$github.com/pmezard/go-difflib$$] | v1.0.0 | BSD-3-Clause -| link:https://github.com/prometheus/client_golang[$$github.com/prometheus/client_golang$$] | v1.12.1 | Apache-2.0 +| link:https://github.com/prometheus/client_golang[$$github.com/prometheus/client_golang$$] | v1.12.2 | Apache-2.0 | link:https://github.com/prometheus/common[$$github.com/prometheus/common$$] | v0.34.0 | Apache-2.0 | link:https://github.com/sethvargo/go-password[$$github.com/sethvargo/go-password$$] | v0.2.0 | MIT | link:https://github.com/spf13/cobra[$$github.com/spf13/cobra$$] | v1.4.0 | Apache-2.0 diff --git a/go.mod b/go.mod index 112603eb3d..e6d68ba9d8 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( github.com/magiconair/properties v1.8.6 github.com/pkg/errors v0.9.1 github.com/pmezard/go-difflib v1.0.0 - github.com/prometheus/client_golang v1.12.1 + github.com/prometheus/client_golang v1.12.2 github.com/prometheus/common v0.34.0 github.com/sethvargo/go-password v0.2.0 github.com/spf13/cobra v1.4.0 diff --git a/go.sum b/go.sum index 3e4a1c3e7d..647aa680b9 100644 --- a/go.sum +++ b/go.sum @@ -579,8 +579,9 @@ github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5Fsn github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.12.1 h1:ZiaPsmm9uiBeaSMRznKsCDNtPCS0T3JVDGF+06gjBzk= github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= +github.com/prometheus/client_golang v1.12.2 h1:51L9cDoUHVrXx4zWYlcLQIZ+d+VXHgqnYKkIuq4g/34= +github.com/prometheus/client_golang v1.12.2/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= 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=