|
1 | 1 | module github.com/hashicorp/go-metrics |
2 | 2 |
|
3 | | -go 1.23 |
| 3 | +go 1.23.0 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/DataDog/datadog-go v3.2.0+incompatible |
| 6 | + github.com/DataDog/datadog-go v4.8.3+incompatible |
7 | 7 | github.com/armon/go-metrics v0.4.1 |
8 | 8 | github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible |
9 | | - github.com/hashicorp/go-immutable-radix v1.0.0 |
10 | | - github.com/pascaldekloe/goe v0.1.0 |
11 | | - github.com/prometheus/client_golang v1.11.1 |
12 | | - github.com/prometheus/client_model v0.2.0 |
13 | | - github.com/prometheus/common v0.26.0 |
14 | | - google.golang.org/protobuf v1.33.0 |
| 9 | + github.com/hashicorp/go-immutable-radix v1.3.1 |
| 10 | + github.com/pascaldekloe/goe v0.1.1 |
| 11 | + github.com/prometheus/client_golang v1.23.2 |
| 12 | + github.com/prometheus/client_model v0.6.2 |
| 13 | + github.com/prometheus/common v0.66.1 |
| 14 | + google.golang.org/protobuf v1.36.8 |
15 | 15 | ) |
16 | 16 |
|
17 | 17 | require ( |
| 18 | + github.com/Microsoft/go-winio v0.6.2 // indirect |
18 | 19 | github.com/beorn7/perks v1.0.1 // indirect |
19 | | - github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 20 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
20 | 21 | github.com/circonus-labs/circonusllhist v0.1.3 // indirect |
21 | 22 | github.com/golang/protobuf v1.5.4 // indirect |
22 | 23 | github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
23 | 24 | github.com/hashicorp/go-retryablehttp v0.7.7 // indirect |
24 | 25 | github.com/hashicorp/golang-lru v0.5.0 // indirect |
25 | | - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 26 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
26 | 27 | github.com/pkg/errors v0.9.1 // indirect |
27 | | - github.com/prometheus/procfs v0.6.0 // indirect |
| 28 | + github.com/prometheus/procfs v0.16.1 // indirect |
28 | 29 | github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect |
29 | | - golang.org/x/sys v0.20.0 // indirect |
| 30 | + go.yaml.in/yaml/v2 v2.4.2 // indirect |
| 31 | + golang.org/x/sys v0.35.0 // indirect |
30 | 32 | ) |
31 | 33 |
|
32 | 34 | // Introduced undocumented breaking change to metrics sink interface |
|
0 commit comments