|
1 | 1 | module github.com/metal-stack/pixie |
2 | 2 |
|
3 | | -go 1.24 |
| 3 | +go 1.25 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/metal-stack/metal-api v0.41.2 |
| 6 | + github.com/metal-stack/metal-api v0.42.3 |
7 | 7 | github.com/metal-stack/v v1.0.3 |
8 | 8 | github.com/pin/tftp/v3 v3.1.0 |
9 | | - github.com/prometheus/client_golang v1.22.0 |
10 | | - github.com/spf13/cobra v1.9.1 |
| 9 | + github.com/prometheus/client_golang v1.23.1 |
| 10 | + github.com/spf13/cobra v1.10.1 |
11 | 11 | github.com/spf13/viper v1.20.1 |
12 | | - github.com/stretchr/testify v1.10.0 |
13 | | - golang.org/x/crypto v0.38.0 |
14 | | - golang.org/x/net v0.40.0 |
15 | | - google.golang.org/grpc v1.72.2 |
| 12 | + github.com/stretchr/testify v1.11.1 |
| 13 | + golang.org/x/crypto v0.41.0 |
| 14 | + golang.org/x/net v0.43.0 |
| 15 | + google.golang.org/grpc v1.75.0 |
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.2-0.20180830191138-d8f796af33cc // indirect |
22 | 22 | github.com/fsnotify/fsnotify v1.9.0 // indirect |
23 | | - github.com/go-viper/mapstructure/v2 v2.2.1 // indirect |
| 23 | + github.com/go-viper/mapstructure/v2 v2.4.0 // indirect |
| 24 | + github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc // indirect |
24 | 25 | github.com/inconshreveable/mousetrap v1.1.0 // indirect |
25 | 26 | github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
26 | 27 | github.com/pelletier/go-toml/v2 v2.2.4 // indirect |
27 | 28 | github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect |
28 | 29 | github.com/prometheus/client_model v0.6.2 // indirect |
29 | | - github.com/prometheus/common v0.64.0 // indirect |
30 | | - github.com/prometheus/procfs v0.16.1 // indirect |
31 | | - github.com/sagikazarmark/locafero v0.9.0 // indirect |
32 | | - github.com/sourcegraph/conc v0.3.0 // indirect |
| 30 | + github.com/prometheus/common v0.66.0 // indirect |
| 31 | + github.com/prometheus/procfs v0.17.0 // indirect |
| 32 | + github.com/sagikazarmark/locafero v0.10.0 // indirect |
| 33 | + github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect |
33 | 34 | github.com/spf13/afero v1.14.0 // indirect |
34 | | - github.com/spf13/cast v1.8.0 // indirect |
35 | | - github.com/spf13/pflag v1.0.6 // indirect |
| 35 | + github.com/spf13/cast v1.9.2 // indirect |
| 36 | + github.com/spf13/pflag v1.0.10 // indirect |
36 | 37 | github.com/subosito/gotenv v1.6.0 // indirect |
37 | | - go.uber.org/multierr v1.11.0 // indirect |
38 | | - golang.org/x/sys v0.33.0 // indirect |
39 | | - golang.org/x/text v0.25.0 // indirect |
40 | | - google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect |
41 | | - google.golang.org/protobuf v1.36.6 // indirect |
| 38 | + golang.org/x/sys v0.35.0 // indirect |
| 39 | + golang.org/x/text v0.28.0 // indirect |
| 40 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20250826171959-ef028d996bc1 // indirect |
| 41 | + google.golang.org/protobuf v1.36.8 // indirect |
| 42 | + gopkg.in/yaml.v2 v2.4.0 // indirect |
42 | 43 | gopkg.in/yaml.v3 v3.0.1 // indirect |
43 | 44 | ) |
0 commit comments