chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4 (#3737)

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]
2023-11-23 23:13:16 +08:00
committed by GitHub
parent 0635a4ac96
commit 5e8e21b257
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.28.3
k8s.io/api v0.28.4
k8s.io/apimachinery v0.28.4
k8s.io/client-go v0.28.3
k8s.io/client-go v0.28.4
k8s.io/utils v0.0.0-20230726121419-3b25d923346b
)