@@ -5,6 +5,7 @@ go 1.22.0
5
5
require (
6
6
github.com/kcp-dev/kcp v0.0.0-00010101000000-000000000000
7
7
github.com/kcp-dev/kcp/cli v0.0.0-00010101000000-000000000000
8
+ github.com/spf13/cobra v1.8.1
8
9
)
9
10
10
11
replace (
@@ -22,13 +23,13 @@ require (
22
23
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
23
24
github.com/go-errors/errors v1.4.2 // indirect
24
25
github.com/go-logr/logr v1.4.2 // indirect
25
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
26
- github.com/go-openapi/jsonreference v0.20.2 // indirect
27
- github.com/go-openapi/swag v0.22.4 // indirect
26
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
27
+ github.com/go-openapi/jsonreference v0.21.0 // indirect
28
+ github.com/go-openapi/swag v0.23.0 // indirect
28
29
github.com/gogo/protobuf v1.3.2 // indirect
29
30
github.com/golang/protobuf v1.5.4 // indirect
30
31
github.com/google/btree v1.0.1 // indirect
31
- github.com/google/gnostic-models v0.6.8 // indirect
32
+ github.com/google/gnostic-models v0.6.9 // indirect
32
33
github.com/google/go-cmp v0.6.0 // indirect
33
34
github.com/google/gofuzz v1.2.0 // indirect
34
35
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
@@ -38,11 +39,11 @@ require (
38
39
github.com/inconshreveable/mousetrap v1.1.0 // indirect
39
40
github.com/josharian/intern v1.0.0 // indirect
40
41
github.com/json-iterator/go v1.1.12 // indirect
41
- github.com/kcp-dev/apimachinery/v2 v2.0.1-0.20240817110845-a9eb9752bfeb // indirect
42
+ github.com/kcp-dev/apimachinery/v2 v2.0.1-0.20250223115924-431177b024f3 // indirect
42
43
github.com/kcp-dev/kcp/sdk v0.0.0-00010101000000-000000000000 // indirect
43
44
github.com/kcp-dev/logicalcluster/v3 v3.0.5 // indirect
44
45
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
45
- github.com/mailru/easyjson v0.7.7 // indirect
46
+ github.com/mailru/easyjson v0.9.0 // indirect
46
47
github.com/mattn/go-runewidth v0.0.12 // indirect
47
48
github.com/moby/term v0.5.0 // indirect
48
49
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -54,29 +55,28 @@ require (
54
55
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
55
56
github.com/pkg/errors v0.9.1 // indirect
56
57
github.com/rivo/uniseg v0.2.0 // indirect
57
- github.com/spf13/cobra v1.8.1 // indirect
58
- github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect
58
+ github.com/spf13/pflag v1.0.6 // indirect
59
59
github.com/x448/float16 v0.8.4 // indirect
60
60
github.com/xlab/treeprint v1.2.0 // indirect
61
61
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
62
- golang.org/x/net v0.33 .0 // indirect
62
+ golang.org/x/net v0.35 .0 // indirect
63
63
golang.org/x/oauth2 v0.21.0 // indirect
64
- golang.org/x/sync v0.10 .0 // indirect
65
- golang.org/x/sys v0.28 .0 // indirect
66
- golang.org/x/term v0.27 .0 // indirect
67
- golang.org/x/text v0.21 .0 // indirect
64
+ golang.org/x/sync v0.11 .0 // indirect
65
+ golang.org/x/sys v0.30 .0 // indirect
66
+ golang.org/x/term v0.29 .0 // indirect
67
+ golang.org/x/text v0.22 .0 // indirect
68
68
golang.org/x/time v0.3.0 // indirect
69
- google.golang.org/protobuf v1.34.2 // indirect
69
+ google.golang.org/protobuf v1.36.5 // indirect
70
70
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
71
71
gopkg.in/inf.v0 v0.9.1 // indirect
72
72
gopkg.in/yaml.v2 v2.4.0 // indirect
73
73
gopkg.in/yaml.v3 v3.0.1 // indirect
74
- k8s.io/api v0.31.0 // indirect
75
- k8s.io/apiextensions-apiserver v0.31.0 // indirect
76
- k8s.io/apimachinery v0.31.0 // indirect
74
+ k8s.io/api v0.31.6 // indirect
75
+ k8s.io/apiextensions-apiserver v0.31.6 // indirect
76
+ k8s.io/apimachinery v0.31.6 // indirect
77
77
k8s.io/cli-runtime v0.31.0 // indirect
78
- k8s.io/client-go v0.31.0 // indirect
79
- k8s.io/component-base v0.31.0 // indirect
78
+ k8s.io/client-go v0.31.6 // indirect
79
+ k8s.io/component-base v0.31.6 // indirect
80
80
k8s.io/klog/v2 v2.130.1 // indirect
81
81
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
82
82
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
0 commit comments