Skip to content

Commit

Permalink
sync: update go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-publishing-bot committed Nov 29, 2022
1 parent 1a9c9b6 commit 32dee9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ require (

replace (
k8s.io/api => k8s.io/api v0.0.0-20221116135212-053624e78dd8
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20221116134806-067949de242e
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20221108055230-656123506f33
k8s.io/client-go => k8s.io/client-go v0.0.0-20221112015036-c8ffed310878
k8s.io/component-base => k8s.io/component-base v0.0.0-20221116140657-28d9ad4489e9
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,8 @@ honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k=
k8s.io/api v0.0.0-20221116135212-053624e78dd8 h1:olCyRRIjMsLFmsBCz9l9y/3xBSe+rCsEtTyG1YumXlU=
k8s.io/api v0.0.0-20221116135212-053624e78dd8/go.mod h1:AXoGyBHBHIy4QC0TrMlMqGDz+LRD8aBTeXZkITZHN+w=
k8s.io/apimachinery v0.0.0-20221116134806-067949de242e h1:TVs+bZy3ij+o1TzjRJh2ddFxFW5mjRFRrm8Juo1ywJA=
k8s.io/apimachinery v0.0.0-20221116134806-067949de242e/go.mod h1:VXMmlsE7YRJ5vyAyWpkKIfFkEbDNpVs0ObpkuQf1WfM=
k8s.io/apimachinery v0.0.0-20221108055230-656123506f33 h1:fOrDwL935VapVoq+v0lYIgg9Okojdth+KqKyCFXtEu8=
k8s.io/apimachinery v0.0.0-20221108055230-656123506f33/go.mod h1:VXMmlsE7YRJ5vyAyWpkKIfFkEbDNpVs0ObpkuQf1WfM=
k8s.io/component-base v0.0.0-20221116140657-28d9ad4489e9 h1:W7C4Zm/yhhcm3Ck9q8kk6iR50yjK6/nViGeFPAW95Is=
k8s.io/component-base v0.0.0-20221116140657-28d9ad4489e9/go.mod h1:TZu8KRSJNxWIBMrKMikLlNk4JN4T9G/boOZ9/yj2xdU=
k8s.io/klog/v2 v2.80.1 h1:atnLQ121W371wYYFawwYx1aEY2eUfs4l3J72wtgAwV4=
Expand Down

0 comments on commit 32dee9c

Please sign in to comment.