1
1
module github.com/minio/directpv
2
2
3
- go 1.22 .0
3
+ go 1.23 .0
4
4
5
- toolchain go1.22.5
5
+ toolchain go1.23.2
6
6
7
7
require (
8
- github.com/charmbracelet/bubbles v0.18 .0
9
- github.com/charmbracelet/bubbletea v0.26.6
10
- github.com/charmbracelet/lipgloss v0.11 .0
8
+ github.com/charmbracelet/bubbles v0.20 .0
9
+ github.com/charmbracelet/bubbletea v1.1.1
10
+ github.com/charmbracelet/lipgloss v0.13 .0
11
11
github.com/container-storage-interface/spec v1.10.0
12
12
github.com/dustin/go-humanize v1.0.1
13
13
github.com/fatih/color v1.17.0
14
14
github.com/freddierice/go-losetup/v2 v2.0.1
15
15
github.com/google/uuid v1.6.0
16
16
github.com/jedib0t/go-pretty/v6 v6.5.9
17
- github.com/kubernetes-csi/csi-lib-utils v0.18.1
17
+ github.com/kubernetes-csi/csi-lib-utils v0.19.0
18
18
github.com/minio/sha256-simd v1.0.1
19
19
github.com/mitchellh/go-homedir v1.1.0
20
- github.com/prometheus/client_golang v1.19.1
20
+ github.com/prometheus/client_golang v1.20.4
21
21
github.com/prometheus/client_model v0.6.1
22
22
github.com/spf13/cobra v1.8.1
23
23
github.com/spf13/viper v1.19.0
24
- golang.org/x/time v0.5 .0
25
- google.golang.org/grpc v1.65 .0
24
+ golang.org/x/time v0.6 .0
25
+ google.golang.org/grpc v1.67 .0
26
26
gopkg.in/yaml.v3 v3.0.1
27
- k8s.io/api v0.30.3
28
- k8s.io/apiextensions-apiserver v0.30.3
29
- k8s.io/apimachinery v0.30.3
30
- k8s.io/client-go v0.30.3
27
+ k8s.io/api v0.31.1
28
+ k8s.io/apiextensions-apiserver v0.31.1
29
+ k8s.io/apimachinery v0.31.1
30
+ k8s.io/client-go v0.31.1
31
31
k8s.io/klog/v2 v2.130.1
32
- k8s.io/kube-openapi v0.0.0-20240709000822-3c01b740850f
33
- k8s.io/pod-security-admission v0.30.3
32
+ k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38
33
+ k8s.io/pod-security-admission v0.31.1
34
34
sigs.k8s.io/yaml v1.4.0
35
35
)
36
36
@@ -39,74 +39,73 @@ require (
39
39
github.com/beorn7/perks v1.0.1 // indirect
40
40
github.com/cespare/xxhash/v2 v2.3.0 // indirect
41
41
github.com/charmbracelet/harmonica v0.2.0 // indirect
42
- github.com/charmbracelet/x/ansi v0.1.2 // indirect
43
- github.com/charmbracelet/x/input v0.1.2 // indirect
44
- github.com/charmbracelet/x/term v0.1.1 // indirect
45
- github.com/charmbracelet/x/windows v0.1.2 // indirect
42
+ github.com/charmbracelet/x/ansi v0.3.2 // indirect
43
+ github.com/charmbracelet/x/term v0.2.0 // indirect
46
44
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
47
45
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
48
46
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
49
- github.com/evanphx/json-patch v5.9.0+incompatible // indirect
50
47
github.com/fsnotify/fsnotify v1.7.0 // indirect
48
+ github.com/fxamacker/cbor/v2 v2.7.0 // indirect
51
49
github.com/go-logr/logr v1.4.2 // indirect
52
50
github.com/go-openapi/jsonpointer v0.21.0 // indirect
53
51
github.com/go-openapi/jsonreference v0.21.0 // indirect
54
52
github.com/go-openapi/swag v0.23.0 // indirect
55
53
github.com/gogo/protobuf v1.3.2 // indirect
56
54
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
57
55
github.com/golang/protobuf v1.5.4 // indirect
58
- github.com/google/gnostic-models v0.6.9-0.20230804172637-c7be7c783f49 // indirect
56
+ github.com/google/gnostic-models v0.6.8 // indirect
59
57
github.com/google/go-cmp v0.6.0 // indirect
60
58
github.com/google/gofuzz v1.2.0 // indirect
61
59
github.com/hashicorp/hcl v1.0.0 // indirect
62
60
github.com/imdario/mergo v0.3.16 // indirect
63
61
github.com/inconshreveable/mousetrap v1.1.0 // indirect
64
62
github.com/josharian/intern v1.0.0 // indirect
65
63
github.com/json-iterator/go v1.1.12 // indirect
64
+ github.com/klauspost/compress v1.17.10 // indirect
66
65
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
67
66
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
68
67
github.com/magiconair/properties v1.8.7 // indirect
69
68
github.com/mailru/easyjson v0.7.7 // indirect
70
69
github.com/mattn/go-colorable v0.1.13 // indirect
71
70
github.com/mattn/go-isatty v0.0.20 // indirect
72
71
github.com/mattn/go-localereader v0.0.1 // indirect
73
- github.com/mattn/go-runewidth v0.0.15 // indirect
72
+ github.com/mattn/go-runewidth v0.0.16 // indirect
74
73
github.com/mitchellh/mapstructure v1.5.0 // indirect
75
74
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
76
75
github.com/modern-go/reflect2 v1.0.2 // indirect
77
76
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
78
77
github.com/muesli/cancelreader v0.2.2 // indirect
79
- github.com/muesli/reflow v0.3.0 // indirect
80
78
github.com/muesli/termenv v0.15.2 // indirect
81
79
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
82
- github.com/pelletier/go-toml/v2 v2.2.2 // indirect
80
+ github.com/pelletier/go-toml/v2 v2.2.3 // indirect
83
81
github.com/pkg/errors v0.9.1 // indirect
84
- github.com/prometheus/common v0.54.0 // indirect
82
+ github.com/prometheus/common v0.59.1 // indirect
85
83
github.com/prometheus/procfs v0.15.1 // indirect
86
84
github.com/rivo/uniseg v0.4.7 // indirect
87
85
github.com/sagikazarmark/locafero v0.6.0 // indirect
88
86
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
89
87
github.com/sourcegraph/conc v0.3.0 // indirect
90
88
github.com/spf13/afero v1.11.0 // indirect
91
- github.com/spf13/cast v1.6 .0 // indirect
89
+ github.com/spf13/cast v1.7 .0 // indirect
92
90
github.com/spf13/pflag v1.0.5 // indirect
93
91
github.com/subosito/gotenv v1.6.0 // indirect
94
- github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
92
+ github.com/x448/float16 v0.8.4 // indirect
95
93
go.uber.org/multierr v1.11.0 // indirect
96
- golang.org/x/exp v0.0.0-20240707233637-46b078467d37 // indirect
97
- golang.org/x/net v0.27 .0 // indirect
98
- golang.org/x/oauth2 v0.21 .0 // indirect
99
- golang.org/x/sync v0.7 .0 // indirect
100
- golang.org/x/sys v0.22 .0 // indirect
101
- golang.org/x/term v0.22 .0 // indirect
102
- golang.org/x/text v0.16 .0 // indirect
103
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
94
+ golang.org/x/exp v0.0.0-20240909161429-701f63a606c0 // indirect
95
+ golang.org/x/net v0.29 .0 // indirect
96
+ golang.org/x/oauth2 v0.23 .0 // indirect
97
+ golang.org/x/sync v0.8 .0 // indirect
98
+ golang.org/x/sys v0.25 .0 // indirect
99
+ golang.org/x/term v0.24 .0 // indirect
100
+ golang.org/x/text v0.18 .0 // indirect
101
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240930140551-af27646dc61f // indirect
104
102
google.golang.org/protobuf v1.34.2 // indirect
103
+ gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
105
104
gopkg.in/inf.v0 v0.9.1 // indirect
106
105
gopkg.in/ini.v1 v1.67.0 // indirect
107
106
gopkg.in/yaml.v2 v2.4.0 // indirect
108
- k8s.io/component-base v0.30.3 // indirect
109
- k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
107
+ k8s.io/component-base v0.31.1 // indirect
108
+ k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 // indirect
110
109
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
111
110
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
112
111
)
0 commit comments