Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

Commit f5dd5d4

Browse files
committed
Mod tidy
1 parent d4ea26b commit f5dd5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ go 1.20
55
require (
66
github.com/mariadb-operator/agent v0.0.0-20230622165508-059bdc8cac7c
77
github.com/mariadb-operator/mariadb-operator v0.0.15
8-
k8s.io/apimachinery v0.24.2
98
k8s.io/client-go v0.24.2
109
)
1110

@@ -62,6 +61,7 @@ require (
6261
gopkg.in/yaml.v3 v3.0.1 // indirect
6362
k8s.io/api v0.24.2 // indirect
6463
k8s.io/apiextensions-apiserver v0.24.2 // indirect
64+
k8s.io/apimachinery v0.24.2 // indirect
6565
k8s.io/component-base v0.24.2 // indirect
6666
k8s.io/klog/v2 v2.60.1 // indirect
6767
k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect

0 commit comments

Comments
 (0)