Skip to content

Commit 34818f8

Browse files
build(deps): bump github.com/prometheus/prometheus from 0.53.1 to 0.55.0
Bumps [github.com/prometheus/prometheus](https://github.com/prometheus/prometheus) from 0.53.1 to 0.55.0. - [Release notes](https://github.com/prometheus/prometheus/releases) - [Changelog](https://github.com/prometheus/prometheus/blob/main/CHANGELOG.md) - [Commits](prometheus/prometheus@v0.53.1...v0.55.0) --- updated-dependencies: - dependency-name: github.com/prometheus/prometheus dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 03ca49e commit 34818f8

File tree

2 files changed

+50
-90
lines changed

2 files changed

+50
-90
lines changed

go.mod

+12-13
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/tsenart/vegeta/v12
22

33
go 1.22
4+
toolchain go1.22.5
45

56
require (
67
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
@@ -11,35 +12,33 @@ require (
1112
github.com/google/go-cmp v0.6.0
1213
github.com/influxdata/tdigest v0.0.1
1314
github.com/mailru/easyjson v0.7.7
14-
github.com/miekg/dns v1.1.61
15-
github.com/prometheus/client_golang v1.19.1
16-
github.com/prometheus/prometheus v0.53.1
15+
github.com/miekg/dns v1.1.62
16+
github.com/prometheus/client_golang v1.20.3
17+
github.com/prometheus/prometheus v0.55.0
1718
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
1819
github.com/streadway/quantile v0.0.0-20220407130108-4246515d968d
1920
github.com/tsenart/go-tsz v0.0.0-20180814235614-0bd30b3df1c3
20-
golang.org/x/net v0.27.0
21+
golang.org/x/net v0.28.0
2122
pgregory.net/rapid v1.1.0
2223
)
2324

2425
require (
2526
github.com/beorn7/perks v1.0.1 // indirect
2627
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2728
github.com/gogo/protobuf v1.3.2 // indirect
28-
github.com/golang/protobuf v1.5.4 // indirect
2929
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
3030
github.com/iancoleman/orderedmap v0.3.0 // indirect
3131
github.com/josharian/intern v1.0.0 // indirect
32-
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
32+
github.com/klauspost/compress v1.17.9 // indirect
3333
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
34-
github.com/pkg/errors v0.9.1 // indirect
3534
github.com/prometheus/client_model v0.6.1 // indirect
36-
github.com/prometheus/common v0.55.0 // indirect
35+
github.com/prometheus/common v0.59.1 // indirect
3736
github.com/prometheus/procfs v0.15.1 // indirect
3837
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a // indirect
39-
golang.org/x/mod v0.19.0 // indirect
40-
golang.org/x/sync v0.7.0 // indirect
41-
golang.org/x/sys v0.22.0 // indirect
42-
golang.org/x/text v0.16.0 // indirect
43-
golang.org/x/tools v0.23.0 // indirect
38+
golang.org/x/mod v0.20.0 // indirect
39+
golang.org/x/sync v0.8.0 // indirect
40+
golang.org/x/sys v0.25.0 // indirect
41+
golang.org/x/text v0.18.0 // indirect
42+
golang.org/x/tools v0.24.0 // indirect
4443
google.golang.org/protobuf v1.34.2 // indirect
4544
)

0 commit comments

Comments
 (0)