Skip to content

Commit 419972b

Browse files
fix(deps): update kubernetes packages to v0.33.0
1 parent 1ac0303 commit 419972b

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
@@ -14,9 +14,9 @@ require (
1414
github.com/onsi/gomega v1.33.0
1515
github.com/vishvananda/netlink v1.1.0
1616
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20230429144221-925a1e7659e6
17-
k8s.io/api v0.29.4
18-
k8s.io/apimachinery v0.29.4
19-
k8s.io/client-go v0.29.4
17+
k8s.io/api v0.33.0
18+
k8s.io/apimachinery v0.33.0
19+
k8s.io/client-go v0.33.0
2020
sigs.k8s.io/controller-runtime v0.15.1
2121
sigs.k8s.io/kind v0.22.0
2222
)

0 commit comments

Comments
 (0)