@@ -5,30 +5,30 @@ go 1.22
5
5
// Could not get past signalfx-go 1.30.0 without major changes
6
6
require (
7
7
github.com/gorilla/mux v1.8.1
8
- github.com/prometheus/client_golang v1.20.5
9
- github.com/prometheus/client_model v0.6.1
10
- github.com/signalfx/signalfx-go v1.30 .0
8
+ github.com/prometheus/client_golang v1.22.0
9
+ github.com/prometheus/client_model v0.6.2
10
+ github.com/signalfx/signalfx-go v1.51 .0
11
11
github.com/spf13/cobra v1.8.1
12
- github.com/stretchr/testify v1.9 .0
12
+ github.com/stretchr/testify v1.10 .0
13
13
go.uber.org/zap v1.27.0
14
- golang.org/x/sync v0.9 .0
14
+ golang.org/x/sync v0.16 .0
15
15
gopkg.in/yaml.v3 v3.0.1
16
16
)
17
17
18
18
require (
19
19
github.com/beorn7/perks v1.0.1 // indirect
20
20
github.com/cespare/xxhash/v2 v2.3.0 // indirect
21
21
github.com/davecgh/go-spew v1.1.1 // indirect
22
- github.com/gorilla/websocket v1.4.2 // indirect
22
+ github.com/gorilla/websocket v1.5.3 // indirect
23
23
github.com/inconshreveable/mousetrap v1.1.0 // indirect
24
- github.com/klauspost/compress v1.17.9 // indirect
24
+ github.com/klauspost/compress v1.18.0 // indirect
25
25
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
26
26
github.com/pmezard/go-difflib v1.0.0 // indirect
27
- github.com/prometheus/common v0.55 .0 // indirect
28
- github.com/prometheus/procfs v0.15.1 // indirect
29
- github.com/signalfx/golib/v3 v3.3.47 // indirect
30
- github.com/spf13/pflag v1.0.5 // indirect
31
- go.uber.org/multierr v1.10 .0 // indirect
32
- golang.org/x/sys v0.22 .0 // indirect
33
- google.golang.org/protobuf v1.34.2 // indirect
27
+ github.com/prometheus/common v0.65 .0 // indirect
28
+ github.com/prometheus/procfs v0.17.0 // indirect
29
+ github.com/signalfx/golib/v3 v3.3.55 // indirect
30
+ github.com/spf13/pflag v1.0.6 // indirect
31
+ go.uber.org/multierr v1.11 .0 // indirect
32
+ golang.org/x/sys v0.34 .0 // indirect
33
+ google.golang.org/protobuf v1.36.6 // indirect
34
34
)
0 commit comments