@@ -21,9 +21,9 @@ require (
21
21
github.com/docker/cli v24.0.7+incompatible
22
22
github.com/fairwindsops/pluto/v5 v5.18.4
23
23
github.com/fatih/color v1.16.0
24
- github.com/fluxcd/helm-controller/api v0.36.2
25
- github.com/fluxcd/source-controller/api v1.2.1
26
- github.com/go-git/go-git/v5 v5.10.1
24
+ github.com/fluxcd/helm-controller/api v0.37.1
25
+ github.com/fluxcd/source-controller/api v1.2.3
26
+ github.com/go-git/go-git/v5 v5.11.0
27
27
github.com/go-logr/logr v1.3.0
28
28
github.com/goccy/go-yaml v1.11.2
29
29
github.com/gofrs/flock v0.8.1
@@ -35,7 +35,7 @@ require (
35
35
github.com/otiai10/copy v1.14.0
36
36
github.com/pkg/errors v0.9.1
37
37
github.com/prometheus/client_golang v1.17.0
38
- github.com/pterm/pterm v0.12.71
38
+ github.com/pterm/pterm v0.12.72
39
39
github.com/sergi/go-diff v1.3.1
40
40
github.com/sigstore/cosign/v2 v2.2.2
41
41
github.com/sigstore/sigstore/pkg/signature/kms/aws v1.7.6
@@ -47,16 +47,16 @@ require (
47
47
github.com/spf13/viper v1.18.1
48
48
github.com/stretchr/testify v1.8.4
49
49
github.com/xeipuuv/gojsonschema v1.2.0
50
- golang.org/x/crypto v0.16 .0
50
+ golang.org/x/crypto v0.17 .0
51
51
golang.org/x/sync v0.5.0
52
52
golang.org/x/term v0.15.0
53
- helm.sh/helm/v3 v3.13.2
54
- k8s.io/api v0.28.4
55
- k8s.io/apimachinery v0.28.4
56
- k8s.io/client-go v0.28.4
57
- k8s.io/component-base v0.28.4
53
+ helm.sh/helm/v3 v3.13.3
54
+ k8s.io/api v0.29.0
55
+ k8s.io/apimachinery v0.29.0
56
+ k8s.io/client-go v0.29.0
57
+ k8s.io/component-base v0.29.0
58
58
k8s.io/klog/v2 v2.110.1
59
- k8s.io/kubectl v0.28.4
59
+ k8s.io/kubectl v0.29.0
60
60
oras.land/oras-go/v2 v2.3.1
61
61
sigs.k8s.io/kustomize/api v0.16.0
62
62
sigs.k8s.io/kustomize/kyaml v0.16.0
@@ -220,7 +220,7 @@ require (
220
220
github.com/fatih/camelcase v1.0.0 // indirect
221
221
github.com/felixge/fgprof v0.9.3 // indirect
222
222
github.com/fluxcd/pkg/apis/acl v0.1.0 // indirect
223
- github.com/fluxcd/pkg/apis/kustomize v1.1.1 // indirect
223
+ github.com/fluxcd/pkg/apis/kustomize v1.2.0 // indirect
224
224
github.com/fluxcd/pkg/apis/meta v1.2.0 // indirect
225
225
github.com/fsnotify/fsnotify v1.7.0 // indirect
226
226
github.com/fvbommel/sortorder v1.1.0 // indirect
@@ -274,6 +274,7 @@ require (
274
274
github.com/googleapis/gax-go/v2 v2.12.0 // indirect
275
275
github.com/gookit/color v1.5.4 // indirect
276
276
github.com/gorilla/mux v1.8.1 // indirect
277
+ github.com/gorilla/websocket v1.5.0 // indirect
277
278
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
278
279
github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect
279
280
github.com/hashicorp/errwrap v1.1.0 // indirect
@@ -487,12 +488,12 @@ require (
487
488
gopkg.in/yaml.v2 v2.4.0 // indirect
488
489
gopkg.in/yaml.v3 v3.0.1 // indirect
489
490
gorm.io/gorm v1.25.5 // indirect
490
- k8s.io/apiextensions-apiserver v0.28.3 // indirect
491
- k8s.io/apiserver v0.28.3 // indirect
492
- k8s.io/cli-runtime v0.28.4 // indirect
493
- k8s.io/component-helpers v0.28.4 // indirect
491
+ k8s.io/apiextensions-apiserver v0.28.4 // indirect
492
+ k8s.io/apiserver v0.28.4 // indirect
493
+ k8s.io/cli-runtime v0.29.0 // indirect
494
+ k8s.io/component-helpers v0.29.0 // indirect
494
495
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 // indirect
495
- k8s.io/metrics v0.28.4 // indirect
496
+ k8s.io/metrics v0.29.0 // indirect
496
497
k8s.io/utils v0.0.0-20231127182322-b307cd553661 // indirect
497
498
modernc.org/libc v1.29.0 // indirect
498
499
modernc.org/mathutil v1.6.0 // indirect
@@ -503,5 +504,5 @@ require (
503
504
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
504
505
sigs.k8s.io/kustomize/kustomize/v5 v5.0.4-0.20230601165947-6ce0bf390ce3 // indirect
505
506
sigs.k8s.io/release-utils v0.7.7 // indirect
506
- sigs.k8s.io/structured-merge-diff/v4 v4.3.0 // indirect
507
+ sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
507
508
)
0 commit comments