@@ -20,8 +20,8 @@ require (
20
20
k8s.io/client-go v0.23.0
21
21
k8s.io/klog/v2 v2.30.0
22
22
k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b
23
- sigs.k8s.io/cluster-api v1.0.2
24
- sigs.k8s.io/cluster-api/test v1.0.2
23
+ sigs.k8s.io/cluster-api v1.1.0-beta.1
24
+ sigs.k8s.io/cluster-api/test v1.1.0-beta.1
25
25
sigs.k8s.io/controller-runtime v0.11.0
26
26
)
27
27
@@ -39,15 +39,15 @@ require (
39
39
github.com/cespare/xxhash/v2 v2.1.1 // indirect
40
40
github.com/containerd/containerd v1.5.2 // indirect
41
41
github.com/coredns/caddy v1.1.0 // indirect
42
- github.com/coredns/corefile-migration v1.0.13 // indirect
42
+ github.com/coredns/corefile-migration v1.0.14 // indirect
43
43
github.com/davecgh/go-spew v1.1.1 // indirect
44
44
github.com/docker/distribution v2.7.1+incompatible // indirect
45
45
github.com/docker/docker v20.10.7+incompatible // indirect
46
46
github.com/docker/go-connections v0.4.0 // indirect
47
47
github.com/docker/go-units v0.4.0 // indirect
48
- github.com/drone/envsubst/v2 v2.0.0-20210615175204-7bf45dbf5372 // indirect
48
+ github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46 // indirect
49
49
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
50
- github.com/evanphx/json-patch/v5 v5.2 .0 // indirect
50
+ github.com/evanphx/json-patch/v5 v5.6 .0 // indirect
51
51
github.com/fsnotify/fsnotify v1.5.1 // indirect
52
52
github.com/go-openapi/analysis v0.20.1 // indirect
53
53
github.com/go-openapi/errors v0.20.1 // indirect
@@ -62,7 +62,7 @@ require (
62
62
github.com/go-playground/locales v0.13.0 // indirect
63
63
github.com/go-playground/universal-translator v0.17.0 // indirect
64
64
github.com/go-stack/stack v1.8.0 // indirect
65
- github.com/gobuffalo/flect v0.2.3 // indirect
65
+ github.com/gobuffalo/flect v0.2.4 // indirect
66
66
github.com/gogo/protobuf v1.3.2 // indirect
67
67
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
68
68
github.com/golang/protobuf v1.5.2 // indirect
@@ -107,15 +107,15 @@ require (
107
107
go.mongodb.org/mongo-driver v1.7.5 // indirect
108
108
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
109
109
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
110
- golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
110
+ golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
111
111
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
112
112
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
113
113
golang.org/x/text v0.3.7 // indirect
114
114
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
115
115
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
116
116
google.golang.org/appengine v1.6.7 // indirect
117
117
google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2 // indirect
118
- google.golang.org/grpc v1.40 .0 // indirect
118
+ google.golang.org/grpc v1.42 .0 // indirect
119
119
google.golang.org/protobuf v1.27.1 // indirect
120
120
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
121
121
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -134,4 +134,4 @@ require (
134
134
sigs.k8s.io/yaml v1.3.0 // indirect
135
135
)
136
136
137
- replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.0.2
137
+ replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.1.0-beta.1
0 commit comments