File tree 3 files changed +297
-102
lines changed
3 files changed +297
-102
lines changed Original file line number Diff line number Diff line change 16
16
- name : Setup Go environment
17
17
18
18
with :
19
- go-version : 1.13
19
+ go-version : 1.15
20
20
id : go
21
21
22
22
- name : Check out code into the Go module directory
Original file line number Diff line number Diff line change 1
1
module github.com/devfile/library
2
2
3
- go 1.13
3
+ go 1.15
4
4
5
5
require (
6
6
github.com/devfile/api/v2 v2.0.0-20210804191700-4f7b6856e70a
7
7
github.com/fatih/color v1.7.0
8
8
github.com/gobwas/glob v0.2.3
9
9
github.com/golang/mock v1.5.0
10
- github.com/google/go-cmp v0.5.2
10
+ github.com/google/go-cmp v0.5.5
11
11
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7
12
12
github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348
13
13
github.com/mattn/go-colorable v0.1.2 // indirect
14
14
github.com/mattn/go-isatty v0.0.12 // indirect
15
15
github.com/openshift/api v0.0.0-20200930075302-db52bc4ef99f
16
16
github.com/pkg/errors v0.9.1
17
17
github.com/spf13/afero v1.2.2
18
- github.com/stretchr/testify v1.6.1
18
+ github.com/stretchr/testify v1.7.0
19
19
github.com/xeipuuv/gojsonschema v1.2.0
20
- k8s.io/api v0.19.2
21
- k8s.io/apimachinery v0.19.2
22
- k8s.io/client-go v0.19.2
20
+ k8s.io/api v0.21.3
21
+ k8s.io/apimachinery v0.21.3
22
+ k8s.io/client-go v0.21.3
23
23
k8s.io/klog v1.0.0
24
- sigs.k8s.io/controller-runtime v0.7.0
24
+ sigs.k8s.io/controller-runtime v0.9.5
25
25
sigs.k8s.io/yaml v1.2.0
26
26
)
You can’t perform that action at this time.
0 commit comments