1
1
module stash.appscode.dev/stash
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/go-sql-driver/mysql v1.7.1
7
9
github.com/gogo/protobuf v1.3.2
8
10
github.com/kubernetes-csi/external-snapshotter/client/v7 v7.0.0
9
- github.com/onsi/ginkgo/v2 v2.14 .0
10
- github.com/onsi/gomega v1.30.0
11
+ github.com/onsi/ginkgo/v2 v2.15 .0
12
+ github.com/onsi/gomega v1.31.1
11
13
github.com/pkg/errors v0.9.1
12
- github.com/spf13/cobra v1.7 .0
14
+ github.com/spf13/cobra v1.8 .0
13
15
github.com/spf13/pflag v1.0.5
14
- go.bytebuilders.dev/audit v0.0.32-0.20240105184043-9cf3195203b7
15
- go.bytebuilders.dev/license-proxyserver v0.0.7-0.20231225202028-31122ab82502
16
- go.bytebuilders.dev/license-verifier v0.13.4
17
- go.bytebuilders.dev/license-verifier/kubernetes v0.13.4
16
+ go.bytebuilders.dev/audit v0.0.33
17
+ go.bytebuilders.dev/license-proxyserver v0.0.9
18
+ go.bytebuilders.dev/license-verifier v0.14.0
19
+ go.bytebuilders.dev/license-verifier/kubernetes v0.14.0
18
20
golang.org/x/text v0.14.0
19
21
gomodules.xyz/blobfs v0.1.14
20
- gomodules.xyz/cert v1.5.2
22
+ gomodules.xyz/cert v1.6.0
21
23
gomodules.xyz/encoding v0.0.7
22
24
gomodules.xyz/envsubst v0.2.0
23
25
gomodules.xyz/flags v0.1.3
@@ -26,16 +28,16 @@ require (
26
28
gomodules.xyz/pointer v0.1.0
27
29
gomodules.xyz/runtime v0.3.0
28
30
gomodules.xyz/stow v0.2.4
29
- gomodules.xyz/x v0.0.15
30
- k8s.io/api v0.29.0
31
- k8s.io/apiextensions-apiserver v0.29.0
32
- k8s.io/apimachinery v0.29.0
33
- k8s.io/apiserver v0.29.0
34
- k8s.io/client-go v0.29.0
35
- k8s.io/klog/v2 v2.110 .1
36
- k8s.io/kube-aggregator v0.29.0
31
+ gomodules.xyz/x v0.0.17
32
+ k8s.io/api v0.29.2
33
+ k8s.io/apiextensions-apiserver v0.29.2
34
+ k8s.io/apimachinery v0.29.2
35
+ k8s.io/apiserver v0.29.2
36
+ k8s.io/client-go v0.29.2
37
+ k8s.io/klog/v2 v2.120 .1
38
+ k8s.io/kube-aggregator v0.29.2
37
39
k8s.io/kubernetes v1.13.0
38
- kmodules.xyz/client-go v0.29.7
40
+ kmodules.xyz/client-go v0.29.13
39
41
kmodules.xyz/constants v0.0.0-20230304030334-d2d1f28732a5
40
42
kmodules.xyz/csi-utils v0.29.1
41
43
kmodules.xyz/custom-resources v0.29.1
@@ -44,7 +46,7 @@ require (
44
46
kmodules.xyz/openshift v0.29.0
45
47
kmodules.xyz/prober v0.29.0
46
48
kmodules.xyz/webhook-runtime v0.29.1
47
- sigs.k8s.io/controller-runtime v0.17.0
49
+ sigs.k8s.io/controller-runtime v0.17.2
48
50
stash.appscode.dev/apimachinery v0.33.0
49
51
)
50
52
@@ -62,23 +64,23 @@ require (
62
64
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
63
65
github.com/Masterminds/goutils v1.1.1 // indirect
64
66
github.com/Masterminds/semver/v3 v3.2.1 // indirect
65
- github.com/Masterminds/sprig/v3 v3.2.2 // indirect
67
+ github.com/Masterminds/sprig/v3 v3.2.3 // indirect
66
68
github.com/NYTimes/gziphandler v1.1.1 // indirect
67
- github.com/PuerkitoBio/purell v1.2.0 // indirect
69
+ github.com/PuerkitoBio/purell v1.2.1 // indirect
68
70
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230305170008-8188dc5388df // indirect
69
71
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect
70
- github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
72
+ github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect
71
73
github.com/aws/aws-sdk-go v1.45.7 // indirect
72
74
github.com/beorn7/perks v1.0.1 // indirect
73
75
github.com/blang/semver/v4 v4.0.0 // indirect
74
76
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
75
77
github.com/cespare/xxhash/v2 v2.2.0 // indirect
76
- github.com/cloudevents/sdk-go/v2 v2.14.0 // indirect
78
+ github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
77
79
github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect
78
80
github.com/containerd/stargz-snapshotter/estargz v0.14.3 // indirect
79
81
github.com/coreos/go-semver v0.3.1 // indirect
80
82
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
81
- github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
83
+ github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
82
84
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
83
85
github.com/distribution/reference v0.5.0 // indirect
84
86
github.com/docker/cli v24.0.7+incompatible // indirect
@@ -92,7 +94,7 @@ require (
92
94
github.com/fatih/structs v1.1.0 // indirect
93
95
github.com/felixge/httpsnoop v1.0.4 // indirect
94
96
github.com/fsnotify/fsnotify v1.7.0 // indirect
95
- github.com/gabriel-vasile/mimetype v1.4.2 // indirect
97
+ github.com/gabriel-vasile/mimetype v1.4.3 // indirect
96
98
github.com/go-errors/errors v1.4.2 // indirect
97
99
github.com/go-logr/logr v1.4.1 // indirect
98
100
github.com/go-logr/stdr v1.2.2 // indirect
@@ -103,34 +105,34 @@ require (
103
105
github.com/gofrs/uuid v4.4.0+incompatible // indirect
104
106
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
105
107
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
106
- github.com/golang/protobuf v1.5.3 // indirect
107
- github.com/google/btree v1.0.1 // indirect
108
+ github.com/golang/protobuf v1.5.4 // indirect
109
+ github.com/google/btree v1.1.2 // indirect
108
110
github.com/google/cel-go v0.17.7 // indirect
109
111
github.com/google/gnostic-models v0.6.8 // indirect
110
112
github.com/google/go-cmp v0.6.0 // indirect
111
- github.com/google/go-containerregistry v0.17 .0 // indirect
113
+ github.com/google/go-containerregistry v0.19 .0 // indirect
112
114
github.com/google/gofuzz v1.2.0 // indirect
113
115
github.com/google/pprof v0.0.0-20221118152302-e6195bd50e26 // indirect
114
116
github.com/google/s2a-go v0.1.7 // indirect
115
117
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
116
- github.com/google/uuid v1.4 .0 // indirect
118
+ github.com/google/uuid v1.6 .0 // indirect
117
119
github.com/googleapis/enterprise-certificate-proxy v0.2.5 // indirect
118
120
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
119
121
github.com/gorilla/websocket v1.5.0 // indirect
120
122
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
121
123
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
122
124
github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
123
- github.com/huandu/xstrings v1.3.2 // indirect
124
- github.com/imdario/mergo v0.3.13 // indirect
125
+ github.com/huandu/xstrings v1.4.0 // indirect
126
+ github.com/imdario/mergo v0.3.16 // indirect
125
127
github.com/inconshreveable/mousetrap v1.1.0 // indirect
126
128
github.com/jmespath/go-jmespath v0.4.1-0.20220621161143-b0104c826a24 // indirect
127
129
github.com/jonboulle/clockwork v0.4.0 // indirect
128
130
github.com/josharian/intern v1.0.0 // indirect
129
131
github.com/json-iterator/go v1.1.12 // indirect
130
- github.com/klauspost/compress v1.17.0 // indirect
132
+ github.com/klauspost/compress v1.17.2 // indirect
133
+ github.com/klauspost/cpuid/v2 v2.0.9 // indirect
131
134
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
132
135
github.com/mailru/easyjson v0.7.7 // indirect
133
- github.com/mattn/go-isatty v0.0.18 // indirect
134
136
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
135
137
github.com/mitchellh/copystructure v1.2.0 // indirect
136
138
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -143,8 +145,8 @@ require (
143
145
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
144
146
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
145
147
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
146
- github.com/nats-io/nats.go v1.31.0 // indirect
147
- github.com/nats-io/nkeys v0.4.6 // indirect
148
+ github.com/nats-io/nats.go v1.33.1 // indirect
149
+ github.com/nats-io/nkeys v0.4.7 // indirect
148
150
github.com/nats-io/nuid v1.0.1 // indirect
149
151
github.com/ncw/swift v1.0.49 // indirect
150
152
github.com/opencontainers/go-digest v1.0.0 // indirect
@@ -164,6 +166,7 @@ require (
164
166
github.com/xlab/treeprint v1.2.0 // indirect
165
167
github.com/yudai/gojsondiff v1.0.0 // indirect
166
168
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
169
+ github.com/zeebo/xxh3 v1.0.2 // indirect
167
170
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
168
171
go.etcd.io/etcd/client/pkg/v3 v3.5.10 // indirect
169
172
go.etcd.io/etcd/client/v3 v3.5.10 // indirect
@@ -181,15 +184,15 @@ require (
181
184
go.uber.org/multierr v1.11.0 // indirect
182
185
go.uber.org/zap v1.26.0 // indirect
183
186
gocloud.dev v0.26.0 // indirect
184
- golang.org/x/crypto v0.17 .0 // indirect
187
+ golang.org/x/crypto v0.19 .0 // indirect
185
188
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
186
- golang.org/x/net v0.19 .0 // indirect
189
+ golang.org/x/net v0.21 .0 // indirect
187
190
golang.org/x/oauth2 v0.15.0 // indirect
188
- golang.org/x/sync v0.5 .0 // indirect
189
- golang.org/x/sys v0.16 .0 // indirect
190
- golang.org/x/term v0.15 .0 // indirect
191
+ golang.org/x/sync v0.6 .0 // indirect
192
+ golang.org/x/sys v0.17 .0 // indirect
193
+ golang.org/x/term v0.17 .0 // indirect
191
194
golang.org/x/time v0.5.0 // indirect
192
- golang.org/x/tools v0.16.1 // indirect
195
+ golang.org/x/tools v0.18.0 // indirect
193
196
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
194
197
gomodules.xyz/clock v0.0.0-20200817085942-06523dba733f // indirect
195
198
gomodules.xyz/counter v0.0.1 // indirect
@@ -206,21 +209,21 @@ require (
206
209
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d // indirect
207
210
google.golang.org/genproto/googleapis/rpc v0.0.0-20230911183012-2d3300fd4832 // indirect
208
211
google.golang.org/grpc v1.59.0 // indirect
209
- google.golang.org/protobuf v1.31 .0 // indirect
212
+ google.golang.org/protobuf v1.33 .0 // indirect
210
213
gopkg.in/inf.v0 v0.9.1 // indirect
211
214
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
212
215
gopkg.in/yaml.v2 v2.4.0 // indirect
213
216
gopkg.in/yaml.v3 v3.0.1 // indirect
214
217
gotest.tools/v3 v3.5.0 // indirect
215
- k8s.io/cli-runtime v0.29.0 // indirect
216
- k8s.io/component-base v0.29.0 // indirect
217
- k8s.io/kms v0.29.0 // indirect
218
- k8s.io/kube-openapi v0.0.0-20231129212854-f0671cc7e66a // indirect
219
- k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
218
+ k8s.io/cli-runtime v0.29.2 // indirect
219
+ k8s.io/component-base v0.29.2 // indirect
220
+ k8s.io/kms v0.29.2 // indirect
221
+ k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
222
+ k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
220
223
kmodules.xyz/apiversion v0.2.0 // indirect
221
224
kmodules.xyz/go-containerregistry v0.0.12 // indirect
222
- kmodules.xyz/resource-metadata v0.18.2-0.20240209092240-01f2d51a9f27 // indirect
223
- kmodules.xyz/resource-metrics v0.29.0 // indirect
225
+ kmodules.xyz/resource-metadata v0.18.2 // indirect
226
+ kmodules.xyz/resource-metrics v0.29.1 // indirect
224
227
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.28.0 // indirect
225
228
sigs.k8s.io/cli-utils v0.34.0 // indirect
226
229
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
0 commit comments