@cryptotaxi247 / kubo / commits / c24e247c8

chore(deps): bump github.com/prometheus/client_golang

Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.4.0...v1.4.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

dependabot-preview[bot] committed Feb 7, 2020 at 11:23 UTC c24e247c8a87ebe50f4c6e0539a214a2d1fcaf9d
2 files changed +3 -1
go.mod
+1 -1
@@ -93,7 +93,7 @@ require (
93 github.com/multiformats/go-multistream v0.1.1 // indirect
94 github.com/opentracing/opentracing-go v1.1.0
95 github.com/pkg/errors v0.9.1
96 - github.com/prometheus/client_golang v1.4.0
96 + github.com/prometheus/client_golang v1.4.1
97 github.com/syndtr/goleveldb v1.0.0
98 github.com/whyrusleeping/base32 v0.0.0-20170828182744-c30ac30633cc
99 github.com/whyrusleeping/go-sysinfo v0.0.0-20190219211824-4a357d4b90b1
go.sum
+2
@@ -712,6 +712,8 @@ github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4
712 github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
713 github.com/prometheus/client_golang v1.4.0 h1:YVIb/fVcOTMSqtqZWSKnHpSLBxu8DKgxq8z6RuBZwqI=
714 github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
715 +github.com/prometheus/client_golang v1.4.1 h1:FFSuS004yOQEtDdTq+TAOLP5xUq63KqAFYyOi8zA+Y8=
716 +github.com/prometheus/client_golang v1.4.1/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU=
717 github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
718 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE=
719 github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=