Skip to content

Commit

Permalink
Merge pull request #110275 from sxllwx/automated-cherry-pick-of-#1101…
Browse files Browse the repository at this point in the history
…45-upstream-release-1.23

Automated cherry pick of #110145: fix audit union loop variables in closures

Kubernetes-commit: 3d16dc17731e3704d1a9a7076fca6c44b532cbe8
  • Loading branch information
k8s-publishing-bot committed Jun 9, 2022
1 parent c39f492 commit 41e7133
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ require (
k8s.io/api v0.0.0-20220331200636-27e5860b52b6
k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3
k8s.io/client-go v0.0.0-20220331091936-a475c2871397
k8s.io/component-base v0.0.0-20220124174242-95a6431a4277
k8s.io/component-base v0.0.0-20220523130127-3ed68cc73876
k8s.io/klog/v2 v2.30.0
k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65
k8s.io/utils v0.0.0-20211116205334-6203023598ed
Expand All @@ -60,5 +60,5 @@ replace (
k8s.io/api => k8s.io/api v0.0.0-20220331200636-27e5860b52b6
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3
k8s.io/client-go => k8s.io/client-go v0.0.0-20220331091936-a475c2871397
k8s.io/component-base => k8s.io/component-base v0.0.0-20220124174242-95a6431a4277
k8s.io/component-base => k8s.io/component-base v0.0.0-20220523130127-3ed68cc73876
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -959,8 +959,8 @@ k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3 h1:n2y4Rh6ixZSeru9imTOu4b
k8s.io/apimachinery v0.0.0-20220124172104-276a8a7530a3/go.mod h1:BEuFMMBaIbcOqVIJqNZJXGFTP4W6AycEpb5+m/97hrM=
k8s.io/client-go v0.0.0-20220331091936-a475c2871397 h1:KHcjgM1J5cgsmSveyTnidOIqFOvOODkYiDdLE3UyuuI=
k8s.io/client-go v0.0.0-20220331091936-a475c2871397/go.mod h1:izfSZIwqe/CwZnRIQtvTWezLZwfLeQWRD/cILSHRixw=
k8s.io/component-base v0.0.0-20220124174242-95a6431a4277 h1:Avm1ar/AB4Hi8+FABiWTYGZFfD0pwMEkHv244Ar1j6k=
k8s.io/component-base v0.0.0-20220124174242-95a6431a4277/go.mod h1:liKXZIJJu+NNA3mVaYnMGyRsDxyEQ6ItKPqX/YWLVxA=
k8s.io/component-base v0.0.0-20220523130127-3ed68cc73876 h1:VJt4fRItuwbQci1Wkp20FTE5nDsR+ubTny4HBQU5bQI=
k8s.io/component-base v0.0.0-20220523130127-3ed68cc73876/go.mod h1:jOi1+F0kwXj10EnfZ0rMpBHSI7+YiA+iD+ZGDgWIPGQ=
k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y=
Expand Down

0 comments on commit 41e7133

Please sign in to comment.