|
1 | 1 | module github.com/MauveSoftware/senderscore_exporter
|
2 | 2 |
|
3 |
| -go 1.20 |
| 3 | +go 1.24 |
4 | 4 |
|
5 | 5 | require (
|
6 | 6 | github.com/pkg/errors v0.9.1
|
7 |
| - github.com/prometheus/client_golang v1.11.1 |
8 |
| - github.com/sirupsen/logrus v1.8.1 |
9 |
| - github.com/stretchr/testify v1.7.0 |
| 7 | + github.com/prometheus/client_golang v1.21.0 |
| 8 | + github.com/sirupsen/logrus v1.9.3 |
| 9 | + github.com/stretchr/testify v1.10.0 |
10 | 10 | gopkg.in/yaml.v2 v2.4.0
|
11 | 11 | )
|
12 | 12 |
|
13 | 13 | require (
|
14 | 14 | github.com/beorn7/perks v1.0.1 // indirect
|
15 |
| - github.com/cespare/xxhash/v2 v2.1.1 // indirect |
| 15 | + github.com/cespare/xxhash/v2 v2.3.0 // indirect |
16 | 16 | github.com/davecgh/go-spew v1.1.1 // indirect
|
17 |
| - github.com/golang/protobuf v1.5.0 // indirect |
18 |
| - github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect |
| 17 | + github.com/klauspost/compress v1.18.0 // indirect |
| 18 | + github.com/kr/text v0.2.0 // indirect |
| 19 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
19 | 20 | github.com/pmezard/go-difflib v1.0.0 // indirect
|
20 |
| - github.com/prometheus/client_model v0.2.0 // indirect |
21 |
| - github.com/prometheus/common v0.26.0 // indirect |
22 |
| - github.com/prometheus/procfs v0.6.0 // indirect |
23 |
| - golang.org/x/sys v0.1.0 // indirect |
24 |
| - google.golang.org/protobuf v1.33.0 // indirect |
25 |
| - gopkg.in/yaml.v3 v3.0.0 // indirect |
| 21 | + github.com/prometheus/client_model v0.6.1 // indirect |
| 22 | + github.com/prometheus/common v0.62.0 // indirect |
| 23 | + github.com/prometheus/procfs v0.15.1 // indirect |
| 24 | + golang.org/x/sys v0.30.0 // indirect |
| 25 | + google.golang.org/protobuf v1.36.5 // indirect |
| 26 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
26 | 27 | )
|
0 commit comments