Skip to content

Commit

Permalink
chore(deps): bump github.com/prometheus/common from 0.37.0 to 0.50.0 (#…
Browse files Browse the repository at this point in the history
…30)

Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.37.0 to 0.50.0.
- [Release notes](https://github.com/prometheus/common/releases)
- [Commits](prometheus/common@v0.37.0...v0.50.0)

---
updated-dependencies:
- dependency-name: github.com/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 10, 2024
1 parent e604be1 commit ec4bdc2
Show file tree
Hide file tree
Showing 2 changed files with 1,164 additions and 17 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module github.com/ylz-at/prometheus-charts
go 1.17

require (
github.com/prometheus/client_golang v1.14.0
github.com/prometheus/common v0.37.0
github.com/prometheus/client_golang v1.19.0
github.com/prometheus/common v0.50.0
golang.org/x/image v0.10.0
gonum.org/v1/plot v0.12.0
)
Expand All @@ -19,5 +19,7 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
golang.org/x/text v0.11.0 // indirect
github.com/prometheus/client_model v0.6.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect
)

0 comments on commit ec4bdc2

Please sign in to comment.