File tree Expand file tree Collapse file tree 2 files changed +84
-99
lines changed Expand file tree Collapse file tree 2 files changed +84
-99
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,20 @@ module sigs.k8s.io/apiserver-runtime
5
5
go 1.15
6
6
7
7
require (
8
- github.com/go-openapi/spec v0.19.3
8
+ github.com/go-openapi/spec v0.19.5
9
9
github.com/golangci/golangci-lint v1.31.0
10
10
github.com/google/gofuzz v1.1.0
11
11
github.com/rancher/kine v0.4.0
12
- github.com/spf13/cobra v1.0.0
12
+ github.com/spf13/cobra v1.1.3
13
13
github.com/spf13/pflag v1.0.5
14
- github.com/stretchr/testify v1.6.1
15
- k8s.io/api v0.20.5
16
- k8s.io/apimachinery v0.20.5
17
- k8s.io/apiserver v0.20.5
18
- k8s.io/client-go v0.20.5
19
- k8s.io/code-generator v0.20.5
20
- k8s.io/component-base v0.20.5
14
+ github.com/stretchr/testify v1.7.0
15
+ k8s.io/api v0.21.2
16
+ k8s.io/apimachinery v0.21.2
17
+ k8s.io/apiserver v0.21.2
18
+ k8s.io/client-go v0.21.2
19
+ k8s.io/code-generator v0.21.2
20
+ k8s.io/component-base v0.21.2
21
21
k8s.io/klog v1.0.0
22
- k8s.io/klog/v2 v2.4 .0
23
- k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
22
+ k8s.io/klog/v2 v2.8 .0
23
+ k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
24
24
)
You can’t perform that action at this time.
0 commit comments