Skip to content

Commit 64403ae

Browse files
committed
build(deps): Upgrade to k8s v0.21.2 dependencies
1 parent 03d34e8 commit 64403ae

File tree

2 files changed

+84
-99
lines changed

2 files changed

+84
-99
lines changed

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ module sigs.k8s.io/apiserver-runtime
55
go 1.15
66

77
require (
8-
github.com/go-openapi/spec v0.19.3
8+
github.com/go-openapi/spec v0.19.5
99
github.com/golangci/golangci-lint v1.31.0
1010
github.com/google/gofuzz v1.1.0
1111
github.com/rancher/kine v0.4.0
12-
github.com/spf13/cobra v1.0.0
12+
github.com/spf13/cobra v1.1.3
1313
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
2121
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
2424
)

0 commit comments

Comments
 (0)