Skip to content

Commit 1332788

Browse files
authored
Merge pull request #78 from hoffie/dependabot/go_modules/github.com/prometheus/prometheus-0.310.0
build(deps): bump github.com/prometheus/prometheus from 0.308.1 to 0.310.0
2 parents 7be1f96 + 53e9833 commit 1332788

55 files changed

Lines changed: 1467 additions & 634 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

go.mod

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
module github.com/hoffie/sshified
22

3-
go 1.24.0
4-
5-
toolchain go1.24.1
3+
go 1.25.0
64

75
require (
86
github.com/alecthomas/kingpin/v2 v2.4.0
97
github.com/prometheus/client_golang v1.23.2
10-
github.com/prometheus/prometheus v0.308.1
11-
github.com/sirupsen/logrus v1.9.3
12-
golang.org/x/crypto v0.46.0
8+
github.com/prometheus/prometheus v0.310.0
9+
github.com/sirupsen/logrus v1.9.4
10+
golang.org/x/crypto v0.47.0
1311
)
1412

1513
require (
@@ -21,11 +19,11 @@ require (
2119
github.com/kr/text v0.2.0 // indirect
2220
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
2321
github.com/prometheus/client_model v0.6.2 // indirect
24-
github.com/prometheus/common v0.67.4 // indirect
22+
github.com/prometheus/common v0.67.5 // indirect
2523
github.com/prometheus/procfs v0.16.1 // indirect
2624
github.com/xhit/go-str2duration/v2 v2.1.0 // indirect
2725
go.yaml.in/yaml/v2 v2.4.3 // indirect
28-
golang.org/x/sys v0.39.0 // indirect
29-
golang.org/x/text v0.32.0 // indirect
30-
google.golang.org/protobuf v1.36.10 // indirect
26+
golang.org/x/sys v0.40.0 // indirect
27+
golang.org/x/text v0.33.0 // indirect
28+
google.golang.org/protobuf v1.36.11 // indirect
3129
)

go.sum

Lines changed: 90 additions & 90 deletions
Large diffs are not rendered by default.

vendor/github.com/prometheus/common/expfmt/expfmt.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/common/expfmt/fuzz.go

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/prometheus/model/exemplar/exemplar.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)