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