1
1
module github.com/kcp-dev/controller-runtime-example
2
2
3
- go 1.17
3
+ go 1.18
4
4
5
5
require (
6
- github.com/kcp-dev/kcp/pkg/apis v0.5.0-alpha.1
7
- github.com/kcp-dev/logicalcluster v1.1 .1
6
+ github.com/kcp-dev/kcp/pkg/apis v0.7.0
7
+ github.com/kcp-dev/logicalcluster/v2 v2.0.0-alpha .1
8
8
github.com/onsi/ginkgo v1.16.5
9
- github.com/onsi/gomega v1.17.0
10
- k8s.io/api v0.23.5
11
- k8s.io/apimachinery v0.23.5
12
- k8s.io/client-go v0.23.5
9
+ github.com/onsi/gomega v1.18.1
10
+ k8s.io/api v0.24.3
11
+ k8s.io/apimachinery v0.24.3
12
+ k8s.io/client-go v0.24.3
13
13
k8s.io/klog/v2 v2.60.1
14
14
sigs.k8s.io/controller-runtime v0.11.2
15
15
)
@@ -22,38 +22,47 @@ require (
22
22
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
23
23
github.com/Azure/go-autorest/logger v0.2.1 // indirect
24
24
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
25
+ github.com/PuerkitoBio/purell v1.1.1 // indirect
26
+ github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
25
27
github.com/beorn7/perks v1.0.1 // indirect
26
- github.com/cespare/xxhash/v2 v2.1.1 // indirect
28
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
27
29
github.com/davecgh/go-spew v1.1.1 // indirect
30
+ github.com/emicklei/go-restful v2.9.5+incompatible // indirect
28
31
github.com/evanphx/json-patch v5.6.0+incompatible // indirect
29
32
github.com/form3tech-oss/jwt-go v3.2.3+incompatible // indirect
30
33
github.com/fsnotify/fsnotify v1.5.1 // indirect
31
34
github.com/go-logr/logr v1.2.0 // indirect
32
35
github.com/go-logr/zapr v1.2.0 // indirect
36
+ github.com/go-openapi/jsonpointer v0.19.5 // indirect
37
+ github.com/go-openapi/jsonreference v0.19.5 // indirect
38
+ github.com/go-openapi/swag v0.19.14 // indirect
33
39
github.com/gogo/protobuf v1.3.2 // indirect
34
40
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
35
41
github.com/golang/protobuf v1.5.2 // indirect
42
+ github.com/google/gnostic v0.5.7-v3refs // indirect
36
43
github.com/google/go-cmp v0.5.6 // indirect
37
44
github.com/google/gofuzz v1.1.0 // indirect
38
45
github.com/google/uuid v1.1.2 // indirect
39
- github.com/googleapis/gnostic v0.5.5 // indirect
40
46
github.com/imdario/mergo v0.3.12 // indirect
47
+ github.com/josharian/intern v1.0.0 // indirect
41
48
github.com/json-iterator/go v1.1.12 // indirect
42
- github.com/kcp-dev/apimachinery v0.0.0-20220627134323-8c44889e6e09 // indirect
49
+ github.com/kcp-dev/apimachinery v0.0.0-20220805180221-5b13097793e1 // indirect
50
+ github.com/mailru/easyjson v0.7.6 // indirect
43
51
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
44
52
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
45
53
github.com/modern-go/reflect2 v1.0.2 // indirect
54
+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
46
55
github.com/nxadm/tail v1.4.8 // indirect
47
56
github.com/pkg/errors v0.9.1 // indirect
48
- github.com/prometheus/client_golang v1.11.0 // indirect
57
+ github.com/prometheus/client_golang v1.12.1 // indirect
49
58
github.com/prometheus/client_model v0.2.0 // indirect
50
- github.com/prometheus/common v0.28.0 // indirect
51
- github.com/prometheus/procfs v0.6.0 // indirect
59
+ github.com/prometheus/common v0.32.1 // indirect
60
+ github.com/prometheus/procfs v0.7.3 // indirect
52
61
github.com/spf13/pflag v1.0.5 // indirect
53
62
go.uber.org/atomic v1.7.0 // indirect
54
63
go.uber.org/multierr v1.7.0 // indirect
55
64
go.uber.org/zap v1.19.1 // indirect
56
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
65
+ golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
57
66
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
58
67
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
59
68
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
@@ -67,13 +76,13 @@ require (
67
76
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
68
77
gopkg.in/yaml.v2 v2.4.0 // indirect
69
78
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
70
- k8s.io/apiextensions-apiserver v0.23.5 // indirect
71
- k8s.io/component-base v0.23.5 // indirect
72
- k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 // indirect
79
+ k8s.io/apiextensions-apiserver v0.24.3 // indirect
80
+ k8s.io/component-base v0.24.3 // indirect
81
+ k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect
73
82
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
74
83
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
75
84
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
76
85
sigs.k8s.io/yaml v1.3.0 // indirect
77
86
)
78
87
79
- replace sigs.k8s.io/controller-runtime => github.com/kcp-dev/controller-runtime v0.11.3 -0.20220624161137-f6e5a2f56683
88
+ replace sigs.k8s.io/controller-runtime => github.com/kcp-dev/controller-runtime v0.12.2 -0.20220808200255-4b60fd66e5de
0 commit comments