Skip to content

Commit

Permalink
Update module github.com/prometheus/client_golang to v1.14.0 (#6150)
Browse files Browse the repository at this point in the history
* Update module github.com/prometheus/client_golang to v1.14.0

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Montgomery <[email protected]>
  • Loading branch information
renovate[bot] and naemono authored Nov 11, 2022
1 parent 2c08cb2 commit e7a237f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2177,11 +2177,11 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

--------------------------------------------------------------------------------
Module : github.com/prometheus/client_golang
Version : v1.13.1
Time : 2022-11-02T08:12:58Z
Version : v1.14.0
Time : 2022-11-08T08:06:03Z
Licence : Apache-2.0

Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_golang@v1.13.1/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_golang@v1.14.0/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down Expand Up @@ -19154,11 +19154,11 @@ SOFTWARE.

--------------------------------------------------------------------------------
Module : github.com/prometheus/client_model
Version : v0.2.0
Time : 2020-01-18T22:30:34Z
Version : v0.3.0
Time : 2022-10-18T14:52:39Z
Licence : Apache-2.0

Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_model@v0.2.0/LICENSE:
Contents of probable licence file $GOMODCACHE/github.com/prometheus/client_model@v0.3.0/LICENSE:

Apache License
Version 2.0, January 2004
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/dependencies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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.13.1 | Apache-2.0
| link:https://github.com/prometheus/client_golang[$$github.com/prometheus/client_golang$$] | v1.14.0 | Apache-2.0
| link:https://github.com/prometheus/common[$$github.com/prometheus/common$$] | v0.37.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.6.1 | Apache-2.0
Expand Down Expand Up @@ -166,7 +166,7 @@ This page lists the third-party dependencies used to build {n}.
| link:https://github.com/pelletier/go-toml[$$github.com/pelletier/go-toml/v2$$] | v2.0.5 | MIT
| link:https://github.com/pierrec/lz4[$$github.com/pierrec/lz4$$] | v2.5.2+incompatible | BSD-3-Clause
| link:https://github.com/prashantv/gostub[$$github.com/prashantv/gostub$$] | v1.1.0 | MIT
| link:https://github.com/prometheus/client_model[$$github.com/prometheus/client_model$$] | v0.2.0 | Apache-2.0
| link:https://github.com/prometheus/client_model[$$github.com/prometheus/client_model$$] | v0.3.0 | Apache-2.0
| link:https://github.com/prometheus/procfs[$$github.com/prometheus/procfs$$] | v0.8.0 | Apache-2.0
| link:https://github.com/rogpeppe/go-internal[$$github.com/rogpeppe/go-internal$$] | v1.6.1 | BSD-3-Clause
| link:https://github.com/ryanuber/go-glob[$$github.com/ryanuber/go-glob$$] | v1.0.0 | MIT
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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.13.1
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.37.0
github.com/sethvargo/go-password v0.2.0
github.com/spf13/cobra v1.6.1
Expand Down Expand Up @@ -126,7 +126,7 @@ require (
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
Expand Down
7 changes: 4 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -439,13 +439,14 @@ github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3O
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/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY=
github.com/prometheus/client_golang v1.13.1 h1:3gMjIY2+/hzmqhtUC/aQNYldJA6DtH3CgQvwS+02K1c=
github.com/prometheus/client_golang v1.13.1/go.mod h1:vTeo+zgvILHsnnj/39Ou/1fPN5nJFOEMgftOUOmlvYQ=
github.com/prometheus/client_golang v1.14.0 h1:nJdhIvne2eSX/XRAFV9PcvFFRbrjbcTUj0VP62TMhnw=
github.com/prometheus/client_golang v1.14.0/go.mod h1:8vpkKitgIVNcqrRBWh1C4TIUQgYNtG/XQE4E/Zae36Y=
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=
github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M=
github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
github.com/prometheus/client_model v0.3.0 h1:UBgGFHqYdG/TPFD1B1ogZywDqEkwp3fBMvqdiQ7Xew4=
github.com/prometheus/client_model v0.3.0/go.mod h1:LDGWKZIo7rky3hgvBe+caln+Dr3dPggB5dvjtD7w9+w=
github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4=
github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo=
Expand Down

0 comments on commit e7a237f

Please sign in to comment.