Update go.mod and go.sum (#16)

This commit is contained in:
2025-12-11 03:38:45 +00:00
committed by GitHub
parent 50f94bda87
commit f4334ebdc9
2 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -10,9 +10,9 @@ require (
github.com/grandcat/zeroconf v1.0.0
github.com/stretchr/testify v1.11.1
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.34.2
k8s.io/apimachinery v0.34.2
k8s.io/client-go v0.34.2
k8s.io/api v0.34.3
k8s.io/apimachinery v0.34.3
k8s.io/client-go v0.34.3
k8s.io/klog/v2 v2.130.1
)