chore(deps): bump k8s.io/client-go from 0.29.1 to 0.29.2 (#3913)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-16 10:43:40 +08:00
committed by GitHub
parent 3c10ce0115
commit bfe8335cb2
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -42,9 +42,9 @@ require (
gopkg.in/cheggaaa/pb.v1 v1.0.28
gopkg.in/h2non/gock.v1 v1.1.2
gopkg.in/yaml.v2 v2.4.0
k8s.io/api v0.29.1
k8s.io/api v0.29.2
k8s.io/apimachinery v0.29.2
k8s.io/client-go v0.29.1
k8s.io/client-go v0.29.2
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
)