|
1 | 1 | module github.com/metal-stack/pixie |
2 | 2 |
|
3 | | -go 1.19 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - github.com/metal-stack/metal-api v0.21.4 |
| 6 | + github.com/metal-stack/metal-api v0.22.6 |
7 | 7 | github.com/metal-stack/v v1.0.3 |
8 | 8 | github.com/pin/tftp/v3 v3.0.0 |
9 | | - github.com/prometheus/client_golang v1.13.0 |
10 | | - github.com/spf13/cobra v1.6.1 |
11 | | - github.com/spf13/viper v1.13.0 |
12 | | - github.com/stretchr/testify v1.8.1 |
13 | | - go.uber.org/zap v1.23.0 |
14 | | - golang.org/x/crypto v0.1.0 |
15 | | - golang.org/x/net v0.1.0 |
16 | | - google.golang.org/grpc v1.50.1 |
| 9 | + github.com/prometheus/client_golang v1.16.0 |
| 10 | + github.com/spf13/cobra v1.7.0 |
| 11 | + github.com/spf13/viper v1.16.0 |
| 12 | + github.com/stretchr/testify v1.8.4 |
| 13 | + go.uber.org/zap v1.24.0 |
| 14 | + golang.org/x/crypto v0.10.0 |
| 15 | + golang.org/x/net v0.11.0 |
| 16 | + google.golang.org/grpc v1.56.1 |
17 | 17 | ) |
18 | 18 |
|
19 | 19 | require ( |
20 | | - github.com/benbjohnson/clock v1.3.0 // indirect |
| 20 | + github.com/benbjohnson/clock v1.3.5 // indirect |
21 | 21 | github.com/beorn7/perks v1.0.1 // indirect |
22 | | - github.com/cespare/xxhash/v2 v2.1.2 // indirect |
| 22 | + github.com/cespare/xxhash/v2 v2.2.0 // indirect |
23 | 23 | github.com/davecgh/go-spew v1.1.1 // indirect |
24 | 24 | github.com/fsnotify/fsnotify v1.6.0 // indirect |
25 | | - github.com/golang/protobuf v1.5.2 // indirect |
| 25 | + github.com/golang/protobuf v1.5.3 // indirect |
26 | 26 | github.com/hashicorp/hcl v1.0.0 // indirect |
27 | | - github.com/inconshreveable/mousetrap v1.0.1 // indirect |
28 | | - github.com/magiconair/properties v1.8.6 // indirect |
| 27 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
| 28 | + github.com/magiconair/properties v1.8.7 // indirect |
29 | 29 | github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect |
30 | 30 | github.com/mitchellh/mapstructure v1.5.0 // indirect |
31 | | - github.com/pelletier/go-toml v1.9.5 // indirect |
32 | | - github.com/pelletier/go-toml/v2 v2.0.5 // indirect |
| 31 | + github.com/pelletier/go-toml/v2 v2.0.8 // indirect |
33 | 32 | github.com/pmezard/go-difflib v1.0.0 // indirect |
34 | | - github.com/prometheus/client_model v0.3.0 // indirect |
35 | | - github.com/prometheus/common v0.37.0 // indirect |
36 | | - github.com/prometheus/procfs v0.8.0 // indirect |
37 | | - github.com/spf13/afero v1.9.2 // indirect |
38 | | - github.com/spf13/cast v1.5.0 // indirect |
| 33 | + github.com/prometheus/client_model v0.4.0 // indirect |
| 34 | + github.com/prometheus/common v0.44.0 // indirect |
| 35 | + github.com/prometheus/procfs v0.11.0 // indirect |
| 36 | + github.com/spf13/afero v1.9.5 // indirect |
| 37 | + github.com/spf13/cast v1.5.1 // indirect |
39 | 38 | github.com/spf13/jwalterweatherman v1.1.0 // indirect |
40 | 39 | github.com/spf13/pflag v1.0.5 // indirect |
41 | | - github.com/subosito/gotenv v1.4.1 // indirect |
42 | | - go.uber.org/atomic v1.10.0 // indirect |
43 | | - go.uber.org/multierr v1.8.0 // indirect |
44 | | - golang.org/x/sys v0.1.0 // indirect |
45 | | - golang.org/x/text v0.4.0 // indirect |
46 | | - google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect |
47 | | - google.golang.org/protobuf v1.28.1 // indirect |
| 40 | + github.com/subosito/gotenv v1.4.2 // indirect |
| 41 | + go.uber.org/atomic v1.11.0 // indirect |
| 42 | + go.uber.org/multierr v1.11.0 // indirect |
| 43 | + golang.org/x/sys v0.9.0 // indirect |
| 44 | + golang.org/x/text v0.10.0 // indirect |
| 45 | + google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect |
| 46 | + google.golang.org/protobuf v1.31.0 // indirect |
48 | 47 | gopkg.in/ini.v1 v1.67.0 // indirect |
49 | | - gopkg.in/yaml.v2 v2.4.0 // indirect |
50 | 48 | gopkg.in/yaml.v3 v3.0.1 // indirect |
51 | 49 | ) |
0 commit comments