Skip to content

Commit

Permalink
Merge pull request #112199 from pohly/klog-update
Browse files Browse the repository at this point in the history
dependencies: update to klog v2.80.0

Kubernetes-commit: bacd6029b3bac1dbc468b0cc2bc5770bef671af2
  • Loading branch information
k8s-publishing-bot committed Sep 2, 2022
1 parent e21a4f7 commit 1a00f44
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
13 changes: 6 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ module k8s.io/kube-proxy
go 1.19

require (
k8s.io/apimachinery v0.0.0
k8s.io/component-base v0.0.0
k8s.io/apimachinery v0.0.0-20220902183049-31bc292891b6
k8s.io/component-base v0.0.0-20220902184152-5e2346794287
)

require (
Expand All @@ -29,9 +29,8 @@ require (
)

replace (
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
k8s.io/component-base => ../component-base
k8s.io/kube-proxy => ../kube-proxy
k8s.io/api => k8s.io/api v0.0.0-20220902183307-6dd661f59220
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220902183049-31bc292891b6
k8s.io/client-go => k8s.io/client-go v0.0.0-20220902183624-b8b620636cbb
k8s.io/component-base => k8s.io/component-base v0.0.0-20220902184152-5e2346794287
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
k8s.io/apimachinery v0.0.0-20220902183049-31bc292891b6 h1:BH5hWQ9ueHKgA42ApyJ9RXSibEUHvd9TDr1RBZ6e7lE=
k8s.io/apimachinery v0.0.0-20220902183049-31bc292891b6/go.mod h1:L+XGzqdcOht8VoBmzPAoKcYLqUOWkB5nxGF/6z4/ubo=
k8s.io/component-base v0.0.0-20220902184152-5e2346794287 h1:mEdEDiklmkJ92qomCqvJLdJiz8/Q74TfZF1R/1B40MU=
k8s.io/component-base v0.0.0-20220902184152-5e2346794287/go.mod h1:RelNPEgymauqYWX/ml+Ar+xEmoYZ4r695gq+z3+HxPg=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.80.0 h1:lyJt0TWMPaGoODa8B8bUuxgHS3W/m/bNr2cca3brA/g=
k8s.io/klog/v2 v2.80.0/go.mod h1:y1WjHnz7Dj687irZUWR/WLkLc5N1YHtjLdmgWjndZn0=
Expand Down

0 comments on commit 1a00f44

Please sign in to comment.