1
1
module github.com/replicatedhq/troubleshoot
2
2
3
- go 1.22.8
3
+ go 1.23.0
4
4
5
- toolchain go1.22.9
5
+ toolchain go1.23.4
6
6
7
7
require (
8
8
github.com/ahmetalpbalkan/go-cursor v0.0.0-20131010032410-8136607ea412
9
9
github.com/apparentlymart/go-cidr v1.1.0
10
10
github.com/blang/semver/v4 v4.0.0
11
- github.com/cilium/ebpf v0.16.0
12
- github.com/containerd/cgroups/v3 v3.0.4
11
+ github.com/cilium/ebpf v0.17.1
12
+ github.com/containerd/cgroups/v3 v3.0.5
13
13
github.com/containers/image/v5 v5.33.0
14
14
github.com/distribution/distribution/v3 v3.0.0-rc.1
15
15
github.com/fatih/color v1.18.0
@@ -23,12 +23,12 @@ require (
23
23
github.com/gorilla/handlers v1.5.2
24
24
github.com/hashicorp/go-getter v1.7.6
25
25
github.com/hashicorp/go-multierror v1.1.1
26
- github.com/jackc/pgx/v5 v5.7.1
26
+ github.com/jackc/pgx/v5 v5.7.2
27
27
github.com/longhorn/go-iscsi-helper v0.0.0-20210330030558-49a327fb024e
28
28
github.com/manifoldco/promptui v0.9.0
29
29
github.com/mattn/go-isatty v0.0.20
30
30
github.com/mholt/archiver/v3 v3.5.1
31
- github.com/microsoft/go-mssqldb v1.7.2
31
+ github.com/microsoft/go-mssqldb v1.8.0
32
32
github.com/miekg/dns v1.1.62
33
33
github.com/opencontainers/image-spec v1.1.0
34
34
github.com/pkg/errors v0.9.1
@@ -43,26 +43,26 @@ require (
43
43
github.com/vishvananda/netlink v1.3.0
44
44
github.com/vishvananda/netns v0.0.5
45
45
github.com/vmware-tanzu/velero v1.15.0
46
- go.opentelemetry.io/otel v1.32 .0
47
- go.opentelemetry.io/otel/sdk v1.32 .0
46
+ go.opentelemetry.io/otel v1.33 .0
47
+ go.opentelemetry.io/otel/sdk v1.33 .0
48
48
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f
49
49
golang.org/x/mod v0.22.0
50
50
golang.org/x/sync v0.10.0
51
51
gopkg.in/yaml.v2 v2.4.0
52
- k8s.io/api v0.31.3
53
- k8s.io/apiextensions-apiserver v0.31.3
54
- k8s.io/apimachinery v0.31.3
55
- k8s.io/apiserver v0.31.3
56
- k8s.io/cli-runtime v0.31.3
57
- k8s.io/client-go v0.31.3
52
+ k8s.io/api v0.32.0
53
+ k8s.io/apiextensions-apiserver v0.32.0
54
+ k8s.io/apimachinery v0.32.0
55
+ k8s.io/apiserver v0.32.0
56
+ k8s.io/cli-runtime v0.32.0
57
+ k8s.io/client-go v0.32.0
58
58
k8s.io/klog/v2 v2.130.1
59
59
oras.land/oras-go v1.2.6
60
60
sigs.k8s.io/controller-runtime v0.19.3
61
61
sigs.k8s.io/e2e-framework v0.5.0
62
62
)
63
63
64
64
require (
65
- cel.dev/expr v0.16.1 // indirect
65
+ cel.dev/expr v0.18.0 // indirect
66
66
cloud.google.com/go/auth v0.9.3 // indirect
67
67
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
68
68
cloud.google.com/go/compute/metadata v0.5.1 // indirect
@@ -140,20 +140,21 @@ require (
140
140
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
141
141
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
142
142
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
143
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
143
144
go.opentelemetry.io/contrib/detectors/gcp v1.29.0 // indirect
144
145
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 // indirect
145
146
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0 // indirect
146
- go.opentelemetry.io/otel/metric v1.32 .0 // indirect
147
+ go.opentelemetry.io/otel/metric v1.33 .0 // indirect
147
148
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
148
- go.opentelemetry.io/otel/trace v1.32 .0 // indirect
149
+ go.opentelemetry.io/otel/trace v1.33 .0 // indirect
149
150
go.uber.org/multierr v1.11.0 // indirect
150
151
golang.org/x/tools v0.27.0 // indirect
151
152
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 // indirect
152
153
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
153
154
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
154
155
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
155
- k8s.io/component-base v0.31.3 // indirect
156
- k8s.io/kubectl v0.31.1 // indirect
156
+ k8s.io/component-base v0.32.0 // indirect
157
+ k8s.io/kubectl v0.31.3 // indirect
157
158
)
158
159
159
160
require (
@@ -203,13 +204,12 @@ require (
203
204
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
204
205
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
205
206
github.com/gorilla/mux v1.8.1 // indirect
206
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
207
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
207
208
github.com/hashicorp/errwrap v1.1.0 // indirect
208
209
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
209
210
github.com/hashicorp/go-safetemp v1.0.0 // indirect
210
211
github.com/hashicorp/go-version v1.7.0
211
212
github.com/hashicorp/hcl v1.0.0 // indirect
212
- github.com/imdario/mergo v0.3.16 // indirect
213
213
github.com/inconshreveable/mousetrap v1.1.0 // indirect
214
214
github.com/jmespath/go-jmespath v0.4.0 // indirect
215
215
github.com/josharian/intern v1.0.0 // indirect
@@ -226,7 +226,7 @@ require (
226
226
github.com/mitchellh/go-wordwrap v1.0.1
227
227
github.com/mitchellh/mapstructure v1.5.0 // indirect
228
228
github.com/moby/locker v1.0.1 // indirect
229
- github.com/moby/spdystream v0.4 .0 // indirect
229
+ github.com/moby/spdystream v0.5 .0 // indirect
230
230
github.com/moby/sys/mountinfo v0.7.2 // indirect
231
231
github.com/moby/term v0.5.0 // indirect
232
232
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -259,31 +259,30 @@ require (
259
259
github.com/xlab/treeprint v1.2.0 // indirect
260
260
github.com/yusufpapurcu/wmi v1.2.4 // indirect
261
261
go.opencensus.io v0.24.0 // indirect
262
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
263
262
golang.org/x/crypto v0.31.0 // indirect
264
- golang.org/x/net v0.31 .0
263
+ golang.org/x/net v0.33 .0
265
264
golang.org/x/oauth2 v0.23.0 // indirect
266
265
golang.org/x/sys v0.28.0
267
266
golang.org/x/term v0.27.0 // indirect
268
267
golang.org/x/text v0.21.0
269
- golang.org/x/time v0.6 .0 // indirect
268
+ golang.org/x/time v0.7 .0 // indirect
270
269
google.golang.org/api v0.197.0 // indirect
271
270
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
272
271
google.golang.org/grpc v1.67.0 // indirect
273
272
google.golang.org/protobuf v1.35.2 // indirect
274
273
gopkg.in/inf.v0 v0.9.1 // indirect
275
274
gopkg.in/ini.v1 v1.67.0 // indirect
276
275
gopkg.in/yaml.v3 v3.0.1 // indirect
277
- helm.sh/helm/v3 v3.16.3
278
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
279
- k8s.io/kubelet v0.31.3
280
- k8s.io/metrics v0.31.3
281
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
276
+ helm.sh/helm/v3 v3.16.4
277
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
278
+ k8s.io/kubelet v0.32.0
279
+ k8s.io/metrics v0.32.0
280
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
282
281
periph.io/x/host/v3 v3.8.2
283
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
284
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
285
- sigs.k8s.io/kustomize/kyaml v0.17 .1 // indirect
286
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
282
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
283
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
284
+ sigs.k8s.io/kustomize/kyaml v0.18 .1 // indirect
285
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
287
286
sigs.k8s.io/yaml v1.4.0
288
287
)
289
288
0 commit comments