Skip to content

Commit

Permalink
Fix missing klog version change
Browse files Browse the repository at this point in the history
  • Loading branch information
zyiou committed May 15, 2021
1 parent c20f76c commit a71ee05
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 83 deletions.
11 changes: 5 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,13 @@ go 1.15

require (
github.com/Shopify/sarama v1.27.2
github.com/golang/mock v1.4.3
github.com/golang/mock v1.5.0
github.com/pion/dtls/v2 v2.0.3
github.com/spf13/cobra v0.0.5
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.6.1
google.golang.org/protobuf v1.26.0
k8s.io/apimachinery v0.18.4
k8s.io/component-base v0.18.4
k8s.io/klog v1.0.0
google.golang.org/protobuf v1.25.0
k8s.io/apimachinery v0.21.0
k8s.io/component-base v0.21.0
k8s.io/klog/v2 v2.8.0
)
Loading

0 comments on commit a71ee05

Please sign in to comment.