1
1
module stash.appscode.dev/cli
2
2
3
- go 1.21.7
3
+ go 1.22.0
4
+
5
+ toolchain go1.22.2
4
6
5
7
require (
6
8
github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0
7
9
github.com/pkg/errors v0.9.1
8
- github.com/spf13/cobra v1.7 .0
10
+ github.com/spf13/cobra v1.8 .0
9
11
golang.org/x/text v0.14.0
10
12
gomodules.xyz/flags v0.1.3
11
13
gomodules.xyz/go-sh v0.1.0
12
14
gomodules.xyz/logs v0.0.7
13
15
gomodules.xyz/pointer v0.1.0
14
16
gomodules.xyz/runtime v0.3.0
15
- gomodules.xyz/x v0.0.15
16
- k8s.io/api v0.29.0
17
- k8s.io/apimachinery v0.29.0
18
- k8s.io/cli-runtime v0.29.0
19
- k8s.io/client-go v0.29.0
20
- k8s.io/klog/v2 v2.110 .1
21
- k8s.io/kube-aggregator v0.29.0
17
+ gomodules.xyz/x v0.0.17
18
+ k8s.io/api v0.29.2
19
+ k8s.io/apimachinery v0.29.2
20
+ k8s.io/cli-runtime v0.29.2
21
+ k8s.io/client-go v0.29.2
22
+ k8s.io/klog/v2 v2.120 .1
23
+ k8s.io/kube-aggregator v0.29.2
22
24
k8s.io/kubectl v0.29.0
23
- kmodules.xyz/client-go v0.29.7
25
+ kmodules.xyz/client-go v0.29.13
24
26
kmodules.xyz/csi-utils v0.29.1
25
27
kmodules.xyz/objectstore-api v0.29.1
26
28
kmodules.xyz/offshoot-api v0.29.0
@@ -40,7 +42,7 @@ require (
40
42
github.com/cespare/xxhash/v2 v2.2.0 // indirect
41
43
github.com/chai2010/gettext-go v1.0.2 // indirect
42
44
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
43
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
45
+ github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
44
46
github.com/cyphar/filepath-securejoin v0.2.4 // indirect
45
47
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
46
48
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
@@ -57,19 +59,20 @@ require (
57
59
github.com/go-sql-driver/mysql v1.7.1 // indirect
58
60
github.com/gogo/protobuf v1.3.2 // indirect
59
61
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
60
- github.com/golang/protobuf v1.5.3 // indirect
61
- github.com/google/btree v1.0.1 // indirect
62
+ github.com/golang/protobuf v1.5.4 // indirect
63
+ github.com/google/btree v1.1.2 // indirect
62
64
github.com/google/gnostic-models v0.6.8 // indirect
63
65
github.com/google/go-cmp v0.6.0 // indirect
64
66
github.com/google/gofuzz v1.2.0 // indirect
65
67
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
66
- github.com/google/uuid v1.4 .0 // indirect
68
+ github.com/google/uuid v1.6 .0 // indirect
67
69
github.com/gorilla/websocket v1.5.0 // indirect
68
70
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
69
- github.com/imdario/mergo v0.3.13 // indirect
71
+ github.com/imdario/mergo v0.3.16 // indirect
70
72
github.com/inconshreveable/mousetrap v1.1.0 // indirect
71
73
github.com/josharian/intern v1.0.0 // indirect
72
74
github.com/json-iterator/go v1.1.12 // indirect
75
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
73
76
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
74
77
github.com/mailru/easyjson v0.7.7 // indirect
75
78
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
@@ -82,7 +85,7 @@ require (
82
85
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
83
86
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
84
87
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
85
- github.com/onsi/gomega v1.30.0 // indirect
88
+ github.com/onsi/gomega v1.31.1 // indirect
86
89
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
87
90
github.com/prometheus/client_golang v1.18.0 // indirect
88
91
github.com/prometheus/client_model v0.5.0 // indirect
@@ -94,33 +97,34 @@ require (
94
97
github.com/xlab/treeprint v1.2.0 // indirect
95
98
github.com/yudai/gojsondiff v1.0.0 // indirect
96
99
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
100
+ github.com/zeebo/xxh3 v1.0.2 // indirect
97
101
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
98
102
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
99
- golang.org/x/net v0.19 .0 // indirect
103
+ golang.org/x/net v0.21 .0 // indirect
100
104
golang.org/x/oauth2 v0.15.0 // indirect
101
105
golang.org/x/sync v0.5.0 // indirect
102
- golang.org/x/sys v0.16 .0 // indirect
103
- golang.org/x/term v0.15 .0 // indirect
106
+ golang.org/x/sys v0.17 .0 // indirect
107
+ golang.org/x/term v0.17 .0 // indirect
104
108
golang.org/x/time v0.5.0 // indirect
105
109
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
106
110
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
107
111
gomodules.xyz/mergo v0.3.13 // indirect
108
112
gomodules.xyz/sets v0.2.1 // indirect
109
113
gomodules.xyz/wait v0.2.0 // indirect
110
114
google.golang.org/appengine v1.6.8 // indirect
111
- google.golang.org/protobuf v1.31 .0 // indirect
115
+ google.golang.org/protobuf v1.33 .0 // indirect
112
116
gopkg.in/inf.v0 v0.9.1 // indirect
113
117
gopkg.in/yaml.v2 v2.4.0 // indirect
114
118
gopkg.in/yaml.v3 v3.0.1 // indirect
115
- k8s.io/apiextensions-apiserver v0.29.0 // indirect
116
- k8s.io/apiserver v0.29.0 // indirect
117
- k8s.io/component-base v0.29.0 // indirect
118
- k8s.io/kube-openapi v0.0.0-20231129212854-f0671cc7e66a // indirect
119
- k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
119
+ k8s.io/apiextensions-apiserver v0.29.2 // indirect
120
+ k8s.io/apiserver v0.29.2 // indirect
121
+ k8s.io/component-base v0.29.2 // indirect
122
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
123
+ k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
120
124
kmodules.xyz/custom-resources v0.29.1 // indirect
121
125
kmodules.xyz/prober v0.29.0 // indirect
122
126
kmodules.xyz/webhook-runtime v0.29.1 // indirect
123
- sigs.k8s.io/controller-runtime v0.17.0 // indirect
127
+ sigs.k8s.io/controller-runtime v0.17.2 // indirect
124
128
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
125
129
sigs.k8s.io/kustomize/api v0.13.5-0.20230601165947-6ce0bf390ce3 // indirect
126
130
sigs.k8s.io/kustomize/kyaml v0.14.3-0.20230601165947-6ce0bf390ce3 // indirect
0 commit comments