File tree Expand file tree Collapse file tree 2 files changed +359
-7
lines changed Expand file tree Collapse file tree 2 files changed +359
-7
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,18 @@ module github.com/naveensrinivasan
3
3
go 1.13
4
4
5
5
require (
6
- github.com/go-logr/logr v0.1.0
6
+ github.com/go-logr/logr v0.3.0
7
+ github.com/gophercloud/gophercloud v0.1.0 // indirect
7
8
github.com/imdario/mergo v0.3.11 // indirect
8
9
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9
10
github.com/onsi/ginkgo v1.14.2
10
11
github.com/onsi/gomega v1.10.3
11
12
github.com/pkg/errors v0.9.1 // indirect
12
13
github.com/prometheus/client_golang v1.7.1 // indirect
13
- golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
14
- google.golang.org/protobuf v1.24.0 // indirect
15
- k8s.io/api v0.18.6
16
- k8s.io/apimachinery v0.18.6
17
- k8s.io/client-go v0.18.6
18
- sigs.k8s.io/controller-runtime v0.6.3
14
+ k8s.io/api v0.20.2
15
+ k8s.io/apimachinery v0.20.2
16
+ k8s.io/client-go v0.20.2
17
+ k8s.io/klog v1.0.0 // indirect
18
+ sigs. k8s.io/controller-runtime v0.8.3
19
+ sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
19
20
)
You can’t perform that action at this time.
0 commit comments