File tree Expand file tree Collapse file tree 25 files changed +25
-25
lines changed Expand file tree Collapse file tree 25 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 4
4
5
5
module k8s.io/kubernetes
6
6
7
- go 1.12
7
+ go 1.13
8
8
9
9
require (
10
10
bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/api
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/apiextensions-apiserver
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
github.com/emicklei/go-restful v2.9.5+incompatible
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/apimachinery
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
github.com/davecgh/go-spew v1.1.1
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/apiserver
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/cli-runtime
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
github.com/davecgh/go-spew v1.1.1
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/client-go
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
cloud.google.com/go v0.38.0 // indirect
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/cloud-provider
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
k8s.io/api v0.0.0
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/cluster-bootstrap
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
github.com/stretchr/testify v1.4.0
Original file line number Diff line number Diff line change 2
2
3
3
module k8s.io/code-generator
4
4
5
- go 1.12
5
+ go 1.13
6
6
7
7
require (
8
8
github.com/emicklei/go-restful v2.9.5+incompatible // indirect
You can’t perform that action at this time.
0 commit comments