Skip to content

Commit 367e3d2

Browse files
authored
Merge pull request #650 from fluxcd/kube-1.24
Update dependencies
2 parents 1535282 + e7a3423 commit 367e3d2

File tree

4 files changed

+132
-193
lines changed

4 files changed

+132
-193
lines changed

api/go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ module github.com/fluxcd/kustomize-controller/api
33
go 1.17
44

55
require (
6-
github.com/fluxcd/pkg/apis/kustomize v0.3.3
7-
github.com/fluxcd/pkg/apis/meta v0.13.0
8-
k8s.io/apiextensions-apiserver v0.23.5
9-
k8s.io/apimachinery v0.23.5
6+
github.com/fluxcd/pkg/apis/kustomize v0.4.0
7+
github.com/fluxcd/pkg/apis/meta v0.14.0
8+
k8s.io/apiextensions-apiserver v0.24.0
9+
k8s.io/apimachinery v0.24.0
1010
sigs.k8s.io/controller-runtime v0.11.2
1111
)
1212

@@ -20,13 +20,12 @@ require (
2020
github.com/modern-go/reflect2 v1.0.2 // indirect
2121
github.com/onsi/gomega v1.18.1 // indirect
2222
github.com/stretchr/testify v1.7.1 // indirect
23-
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
24-
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
23+
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
2524
golang.org/x/text v0.3.7 // indirect
2625
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
2726
gopkg.in/inf.v0 v0.9.1 // indirect
2827
gopkg.in/yaml.v2 v2.4.0 // indirect
29-
k8s.io/klog/v2 v2.50.0 // indirect
28+
k8s.io/klog/v2 v2.60.1 // indirect
3029
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
3130
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
3231
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect

0 commit comments

Comments
 (0)