Skip to content

Commit

Permalink
build(deps): bump github.com/prometheus/prometheus from 0.53.0 to 0.54.1
Browse files Browse the repository at this point in the history
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.53.0 to 0.54.1.
- [Release notes](https://github.com/prometheus/prometheus/releases)
- [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md)
- [Commits](prometheus/prometheus@v0.53.0...v0.54.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 65dee11 commit 862a460
Show file tree
Hide file tree
Showing 28 changed files with 50,108 additions and 1,942 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
module github.com/hoffie/sshified

go 1.21

toolchain go1.22.5

require (
github.com/alecthomas/kingpin/v2 v2.4.0
github.com/prometheus/client_golang v1.19.1
github.com/prometheus/prometheus v0.53.0
github.com/prometheus/prometheus v0.54.1
github.com/sirupsen/logrus v1.9.3
golang.org/x/crypto v0.25.0
)
Expand All @@ -24,5 +23,6 @@ require (
github.com/prometheus/procfs v0.15.1 // indirect
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/text v0.16.0 // indirect
google.golang.org/protobuf v1.34.2 // indirect
)
1,698 changes: 20 additions & 1,678 deletions go.sum

Large diffs are not rendered by default.

Loading

0 comments on commit 862a460

Please sign in to comment.