Skip to content

Commit 16b0ce9

Browse files
authored
Update cluster-api go deps (#504)
1 parent fbf1313 commit 16b0ce9

File tree

2 files changed

+68
-52
lines changed

2 files changed

+68
-52
lines changed

go.mod

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ require (
2020
k8s.io/client-go v0.23.0
2121
k8s.io/klog/v2 v2.30.0
2222
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
2525
sigs.k8s.io/controller-runtime v0.11.0
2626
)
2727

@@ -39,15 +39,15 @@ require (
3939
github.com/cespare/xxhash/v2 v2.1.1 // indirect
4040
github.com/containerd/containerd v1.5.2 // indirect
4141
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
4343
github.com/davecgh/go-spew v1.1.1 // indirect
4444
github.com/docker/distribution v2.7.1+incompatible // indirect
4545
github.com/docker/docker v20.10.7+incompatible // indirect
4646
github.com/docker/go-connections v0.4.0 // indirect
4747
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
4949
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
5151
github.com/fsnotify/fsnotify v1.5.1 // indirect
5252
github.com/go-openapi/analysis v0.20.1 // indirect
5353
github.com/go-openapi/errors v0.20.1 // indirect
@@ -62,7 +62,7 @@ require (
6262
github.com/go-playground/locales v0.13.0 // indirect
6363
github.com/go-playground/universal-translator v0.17.0 // indirect
6464
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
6666
github.com/gogo/protobuf v1.3.2 // indirect
6767
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
6868
github.com/golang/protobuf v1.5.2 // indirect
@@ -107,15 +107,15 @@ require (
107107
go.mongodb.org/mongo-driver v1.7.5 // indirect
108108
golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
109109
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
111111
golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8 // indirect
112112
golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b // indirect
113113
golang.org/x/text v0.3.7 // indirect
114114
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
115115
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
116116
google.golang.org/appengine v1.6.7 // indirect
117117
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
119119
google.golang.org/protobuf v1.27.1 // indirect
120120
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
121121
gopkg.in/inf.v0 v0.9.1 // indirect
@@ -134,4 +134,4 @@ require (
134134
sigs.k8s.io/yaml v1.3.0 // indirect
135135
)
136136

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

Comments
 (0)