Skip to content

Commit 0919f4e

Browse files
fix(deps): update kubernetes packages to v0.29.1
1 parent 56b28ee commit 0919f4e

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
@@ -13,9 +13,9 @@ require (
1313
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.51.1
1414
github.com/stretchr/testify v1.7.0
1515
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220916014741-473347a5e6e3
16-
k8s.io/api v0.24.2
17-
k8s.io/apimachinery v0.24.2
18-
k8s.io/client-go v0.24.2
16+
k8s.io/api v0.29.1
17+
k8s.io/apimachinery v0.29.1
18+
k8s.io/client-go v0.29.1
1919
sigs.k8s.io/controller-runtime v0.12.1
2020
sigs.k8s.io/yaml v1.3.0
2121
)

0 commit comments

Comments
 (0)