1
1
module github.com/tsenart/vegeta/v12
2
2
3
3
go 1.22
4
+ toolchain go1.22.5
4
5
5
6
require (
6
7
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b
@@ -11,35 +12,33 @@ require (
11
12
github.com/google/go-cmp v0.6.0
12
13
github.com/influxdata/tdigest v0.0.1
13
14
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
17
18
github.com/rs/dnscache v0.0.0-20230804202142-fc85eb664529
18
19
github.com/streadway/quantile v0.0.0-20220407130108-4246515d968d
19
20
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
21
22
pgregory.net/rapid v1.1.0
22
23
)
23
24
24
25
require (
25
26
github.com/beorn7/perks v1.0.1 // indirect
26
27
github.com/cespare/xxhash/v2 v2.3.0 // indirect
27
28
github.com/gogo/protobuf v1.3.2 // indirect
28
- github.com/golang/protobuf v1.5.4 // indirect
29
29
github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect
30
30
github.com/iancoleman/orderedmap v0.3.0 // indirect
31
31
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
33
33
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
34
- github.com/pkg/errors v0.9.1 // indirect
35
34
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
37
36
github.com/prometheus/procfs v0.15.1 // indirect
38
37
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
44
43
google.golang.org/protobuf v1.34.2 // indirect
45
44
)
0 commit comments