Skip to content

Commit af34f62

Browse files
committed
code-generator: fix invalid replace of klog
The replace statement must have come from a experimental draft PR. It wasn't meant to be merged as part of 878d037.
1 parent 46f4248 commit af34f62

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

staging/src/k8s.io/code-generator/examples/go.mod

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,3 @@ replace (
5555
k8s.io/apimachinery => ../../apimachinery
5656
k8s.io/client-go => ../../client-go
5757
)
58-
59-
replace k8s.io/klog/v2 => github.com/pohly/klog/v2 v2.40.2-0.20231026184525-77259d15f4f0

staging/src/k8s.io/code-generator/examples/go.sum

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)