Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit b162f4f

Browse files
authored
Merge pull request #1425 from mesosphere/controller-runtime-0.9.0
Upgrade to controller-runtime 0.9.0
2 parents 129c86f + 8bfb120 commit b162f4f

File tree

3 files changed

+145
-211
lines changed

3 files changed

+145
-211
lines changed

go.mod

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,29 @@ module sigs.k8s.io/kubefed
33
go 1.16
44

55
require (
6-
github.com/evanphx/json-patch v4.9.0+incompatible
6+
github.com/evanphx/json-patch v4.11.0+incompatible
77
github.com/ghodss/yaml v1.0.0
8-
github.com/json-iterator/go v1.1.10
9-
github.com/onsi/ginkgo v1.14.2
10-
github.com/onsi/gomega v1.10.3
8+
github.com/json-iterator/go v1.1.11
9+
github.com/onsi/ginkgo v1.16.4
10+
github.com/onsi/gomega v1.13.0
1111
github.com/pborman/uuid v1.2.1
1212
github.com/pkg/errors v0.9.1
13-
github.com/prometheus/client_golang v1.8.0
13+
github.com/prometheus/client_golang v1.11.0
1414
github.com/spf13/cobra v1.1.1
1515
github.com/spf13/pflag v1.0.5
16-
github.com/stretchr/testify v1.6.1
17-
go.uber.org/zap v1.16.0 // indirect
18-
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
19-
k8s.io/api v0.20.2
20-
k8s.io/apiextensions-apiserver v0.20.2
21-
k8s.io/apimachinery v0.20.2
22-
k8s.io/apiserver v0.20.2
23-
k8s.io/client-go v0.20.2
24-
k8s.io/component-base v0.20.2
16+
github.com/stretchr/testify v1.7.0
17+
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
18+
k8s.io/api v0.21.1
19+
k8s.io/apiextensions-apiserver v0.21.1
20+
k8s.io/apimachinery v0.21.1
21+
k8s.io/apiserver v0.21.1
22+
k8s.io/client-go v0.21.1
23+
k8s.io/component-base v0.21.1
2524
k8s.io/klog/v2 v2.8.0
26-
k8s.io/kube-openapi v0.0.0-20201113171705-d219536bb9fd
25+
k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7
2726
k8s.io/kubectl v0.20.2
28-
k8s.io/utils v0.0.0-20210111153108-fddb29f9d009
29-
sigs.k8s.io/controller-runtime v0.8.3
27+
k8s.io/utils v0.0.0-20210527160623-6fdb442a123b
28+
sigs.k8s.io/controller-runtime v0.9.0
3029
sigs.k8s.io/yaml v1.2.0
3130
)
3231

0 commit comments

Comments
 (0)