File tree Expand file tree Collapse file tree 5 files changed +114
-96
lines changed Expand file tree Collapse file tree 5 files changed +114
-96
lines changed Original file line number Diff line number Diff line change 5
5
- osx
6
6
7
7
go :
8
- - " 1.13 "
8
+ - " 1.16 "
9
9
10
10
git :
11
11
depth : 3
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/controller-tools
2
2
3
- go 1.15
3
+ go 1.16
4
4
5
5
require (
6
- github.com/fatih/color v1.9 .0
6
+ github.com/fatih/color v1.10 .0
7
7
github.com/gobuffalo/flect v0.2.2
8
- github.com/google/go-cmp v0.5.2
9
- github.com/mattn/go-colorable v0.1.8 // indirect
10
- github.com/onsi/ginkgo v1.14.1
11
- github.com/onsi/gomega v1.10.2
12
- github.com/spf13/cobra v1.1.1
8
+ github.com/google/go-cmp v0.5.5
9
+ github.com/onsi/ginkgo v1.16.1
10
+ github.com/onsi/gomega v1.11.0
11
+ github.com/spf13/cobra v1.1.3
13
12
github.com/spf13/pflag v1.0.5
14
- golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
15
- gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
16
- k8s.io/api v0.20.2
17
- k8s.io/apiextensions-apiserver v0.20.2
18
- k8s.io/apimachinery v0.20.2
13
+ golang.org/x/tools v0.1.1-0.20210427153610-6397a11608ad
14
+ gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
15
+ k8s.io/api v0.21.0
16
+ k8s.io/apiextensions-apiserver v0.21.0
17
+ k8s.io/apimachinery v0.21.0
19
18
sigs.k8s.io/yaml v1.2.0
20
19
)
21
20
You can’t perform that action at this time.
0 commit comments