@@ -11,7 +11,7 @@ require (
11
11
github.com/aws/aws-sdk-go-v2/config v1.27.35
12
12
github.com/aws/aws-sdk-go-v2/service/ec2 v1.177.3
13
13
github.com/aws/smithy-go v1.20.4
14
- github.com/distribution/reference v0.5 .0
14
+ github.com/distribution/reference v0.6 .0
15
15
github.com/docker/go-units v0.5.0
16
16
github.com/evanphx/json-patch v4.12.0+incompatible
17
17
github.com/go-logr/logr v1.4.2
@@ -20,8 +20,8 @@ require (
20
20
github.com/google/go-cmp v0.6.0
21
21
github.com/mitchellh/mapstructure v1.5.0
22
22
github.com/olekukonko/tablewriter v0.0.5
23
- github.com/onsi/ginkgo/v2 v2.19 .0
24
- github.com/onsi/gomega v1.34 .1
23
+ github.com/onsi/ginkgo/v2 v2.21 .0
24
+ github.com/onsi/gomega v1.35 .1
25
25
github.com/pelletier/go-toml/v2 v2.2.2
26
26
github.com/pingcap/kvproto v0.0.0-20240403065636-c699538f7aa1
27
27
github.com/pingcap/tidb-operator/api/v2 v2.0.0-00000000000000-000000000000
@@ -33,22 +33,22 @@ require (
33
33
github.com/stretchr/testify v1.10.0
34
34
go.uber.org/mock v0.4.0
35
35
go.uber.org/zap v1.27.0
36
- google.golang.org/protobuf v1.34.2
36
+ google.golang.org/protobuf v1.35.1
37
37
gopkg.in/yaml.v2 v2.4.0
38
38
gopkg.in/yaml.v3 v3.0.1
39
- k8s.io/api v0.31.0
40
- k8s.io/apimachinery v0.31.0
41
- k8s.io/cli-runtime v0.31.0
42
- k8s.io/client-go v0.31.0
43
- k8s.io/code-generator v0.31.0
44
- k8s.io/gengo/v2 v2.0.0-20240228010128-51d4e06bde70
39
+ k8s.io/api v0.32.2
40
+ k8s.io/apimachinery v0.32.2
41
+ k8s.io/cli-runtime v0.32.2
42
+ k8s.io/client-go v0.32.2
43
+ k8s.io/code-generator v0.32.2
44
+ k8s.io/gengo/v2 v2.0.0-20240911193312-2b36238f13e9
45
45
k8s.io/klog/v2 v2.130.1
46
- k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
47
- k8s.io/kubectl v0.31.0
48
- k8s.io/utils v0.0.0-20240711033017-18e509b52bc8
46
+ k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f
47
+ k8s.io/kubectl v0.32.2
48
+ k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
49
49
sigs.k8s.io/controller-runtime v0.19.0-beta.0
50
50
sigs.k8s.io/controller-tools v0.16.1
51
- sigs.k8s.io/structured-merge-diff/v4 v4.4.1
51
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.2
52
52
sigs.k8s.io/yaml v1.4.0
53
53
)
54
54
@@ -57,7 +57,7 @@ replace github.com/pingcap/tidb-operator/api/v2 => ./api
57
57
require (
58
58
filippo.io/edwards25519 v1.1.0 // indirect
59
59
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
60
- github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
60
+ github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
61
61
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
62
62
github.com/MakeNowJust/heredoc v1.0.0 // indirect
63
63
github.com/aws/aws-sdk-go-v2/credentials v1.17.33 // indirect
@@ -77,28 +77,26 @@ require (
77
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
78
78
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
79
79
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
80
- github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d // indirect
80
+ github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
81
81
github.com/fatih/camelcase v1.0.0 // indirect
82
82
github.com/fsnotify/fsnotify v1.7.0 // indirect
83
83
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
84
84
github.com/go-errors/errors v1.4.2 // indirect
85
85
github.com/go-logr/zapr v1.3.0 // indirect
86
- github.com/go-openapi/jsonpointer v0.19.6 // indirect
86
+ github.com/go-openapi/jsonpointer v0.21.0 // indirect
87
87
github.com/go-openapi/jsonreference v0.20.2 // indirect
88
- github.com/go-openapi/swag v0.22.4 // indirect
88
+ github.com/go-openapi/swag v0.23.0 // indirect
89
89
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
90
90
github.com/gogo/protobuf v1.3.2 // indirect
91
91
github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
92
- github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
93
92
github.com/golang/protobuf v1.5.4 // indirect
94
93
github.com/google/btree v1.0.1 // indirect
95
94
github.com/google/gofuzz v1.2.0 // indirect
96
- github.com/google/pprof v0.0.0-20240525223248-4bfdf5a9a2af // indirect
95
+ github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
97
96
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
98
97
github.com/google/uuid v1.6.0 // indirect
99
98
github.com/gorilla/websocket v1.5.0 // indirect
100
- github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
101
- github.com/imdario/mergo v0.3.6 // indirect
99
+ github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
102
100
github.com/inconshreveable/mousetrap v1.1.0 // indirect
103
101
github.com/josharian/intern v1.0.0 // indirect
104
102
github.com/json-iterator/go v1.1.12 // indirect
@@ -108,7 +106,7 @@ require (
108
106
github.com/mattn/go-runewidth v0.0.9 // indirect
109
107
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
110
108
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
111
- github.com/moby/spdystream v0.4 .0 // indirect
109
+ github.com/moby/spdystream v0.5 .0 // indirect
112
110
github.com/moby/term v0.5.0 // indirect
113
111
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
114
112
github.com/modern-go/reflect2 v1.0.2 // indirect
@@ -125,27 +123,26 @@ require (
125
123
github.com/spf13/cobra v1.8.1 // indirect
126
124
github.com/x448/float16 v0.8.4 // indirect
127
125
github.com/xlab/treeprint v1.2.0 // indirect
128
- go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
129
126
go.uber.org/multierr v1.11.0 // indirect
130
127
golang.org/x/crypto v0.32.0 // indirect
131
128
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
132
- golang.org/x/mod v0.20 .0 // indirect
129
+ golang.org/x/mod v0.21 .0 // indirect
133
130
golang.org/x/net v0.34.0 // indirect
134
- golang.org/x/oauth2 v0.21 .0 // indirect
131
+ golang.org/x/oauth2 v0.23 .0 // indirect
135
132
golang.org/x/sync v0.10.0 // indirect
136
133
golang.org/x/sys v0.29.0 // indirect
137
134
golang.org/x/term v0.28.0 // indirect
138
135
golang.org/x/text v0.21.0 // indirect
139
- golang.org/x/time v0.3 .0 // indirect
140
- golang.org/x/tools v0.24 .0 // indirect
136
+ golang.org/x/time v0.7 .0 // indirect
137
+ golang.org/x/tools v0.26 .0 // indirect
141
138
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
142
- google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
139
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 // indirect
143
140
google.golang.org/grpc v1.65.0 // indirect
144
141
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
145
142
gopkg.in/inf.v0 v0.9.1 // indirect
146
143
k8s.io/apiextensions-apiserver v0.31.0 // indirect
147
- k8s.io/component-base v0.31.0 // indirect
148
- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
149
- sigs.k8s.io/kustomize/api v0.17.2 // indirect
150
- sigs.k8s.io/kustomize/kyaml v0.17 .1 // indirect
144
+ k8s.io/component-base v0.32.2 // indirect
145
+ sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
146
+ sigs.k8s.io/kustomize/api v0.18.0 // indirect
147
+ sigs.k8s.io/kustomize/kyaml v0.18 .1 // indirect
151
148
)
0 commit comments