Skip to content

Commit f3a4f79

Browse files
Update k8s modules
1 parent ab35d4f commit f3a4f79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ require (
1515
github.com/pkg/errors v0.9.1
1616
go.uber.org/zap v1.27.0
1717
gopkg.in/yaml.v3 v3.0.1
18-
k8s.io/api v0.25.0
19-
k8s.io/apimachinery v0.25.0
20-
k8s.io/client-go v0.25.0
18+
k8s.io/api v0.30.3
19+
k8s.io/apimachinery v0.31.0
20+
k8s.io/client-go v0.30.3
2121
sigs.k8s.io/cluster-api v1.2.1
2222
sigs.k8s.io/controller-runtime v0.12.3
2323
)

0 commit comments

Comments
 (0)