@@ -13,7 +13,7 @@ replace (
13
13
require (
14
14
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
15
15
github.com/Masterminds/sprig/v3 v3.3.0
16
- github.com/ProtonMail/go-crypto v1.1.5
16
+ github.com/ProtonMail/go-crypto v1.1.6
17
17
github.com/cyphar/filepath-securejoin v0.4.1
18
18
github.com/fluxcd/image-automation-controller/api v0.40.0
19
19
github.com/fluxcd/image-reflector-controller/api v0.34.0
@@ -22,25 +22,25 @@ require (
22
22
github.com/fluxcd/pkg/apis/meta v1.10.0
23
23
github.com/fluxcd/pkg/auth v0.9.0
24
24
github.com/fluxcd/pkg/cache v0.7.0
25
- github.com/fluxcd/pkg/git v0.25 .0
26
- github.com/fluxcd/pkg/git/gogit v0.25 .0
25
+ github.com/fluxcd/pkg/git v0.26 .0
26
+ github.com/fluxcd/pkg/git/gogit v0.26 .0
27
27
github.com/fluxcd/pkg/gittestserver v0.16.0
28
- github.com/fluxcd/pkg/runtime v0.53.1
28
+ github.com/fluxcd/pkg/runtime v0.58.0
29
29
github.com/fluxcd/pkg/ssh v0.17.0
30
30
github.com/fluxcd/source-controller/api v1.5.0
31
31
github.com/go-git/go-billy/v5 v5.6.2
32
- github.com/go-git/go-git/v5 v5.13.2
32
+ github.com/go-git/go-git/v5 v5.16.0
33
33
github.com/go-logr/logr v1.4.2
34
34
github.com/google/go-containerregistry v0.20.3
35
35
github.com/onsi/gomega v1.36.2
36
36
github.com/otiai10/copy v1.14.1
37
37
github.com/spf13/pflag v1.0.6
38
- k8s.io/api v0.32.1
39
- k8s.io/apimachinery v0.32.1
40
- k8s.io/client-go v0.32.1
38
+ k8s.io/api v0.32.2
39
+ k8s.io/apimachinery v0.32.2
40
+ k8s.io/client-go v0.32.2
41
41
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7
42
42
k8s.io/utils v0.0.0-20241210054802-24370beab758
43
- sigs.k8s.io/controller-runtime v0.20.1
43
+ sigs.k8s.io/controller-runtime v0.20.4
44
44
sigs.k8s.io/kustomize/kyaml v0.19.0
45
45
)
46
46
@@ -60,7 +60,7 @@ require (
60
60
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 // indirect
61
61
github.com/cespare/xxhash/v2 v2.3.0 // indirect
62
62
github.com/chai2010/gettext-go v1.0.2 // indirect
63
- github.com/cloudflare/circl v1.5.0 // indirect
63
+ github.com/cloudflare/circl v1.6.1 // indirect
64
64
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
65
65
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
66
66
github.com/emirpasic/gods v1.18.1 // indirect
@@ -79,8 +79,8 @@ require (
79
79
github.com/go-openapi/swag v0.23.0 // indirect
80
80
github.com/gofrs/uuid v4.4.0+incompatible // indirect
81
81
github.com/gogo/protobuf v1.3.2 // indirect
82
- github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
83
- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
82
+ github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
83
+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
84
84
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
85
85
github.com/golang/protobuf v1.5.4 // indirect
86
86
github.com/google/btree v1.1.3 // indirect
@@ -121,7 +121,7 @@ require (
121
121
github.com/pjbgf/sha1cd v0.3.2 // indirect
122
122
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
123
123
github.com/pkg/errors v0.9.1 // indirect
124
- github.com/prometheus/client_golang v1.20.5 // indirect
124
+ github.com/prometheus/client_golang v1.21.0 // indirect
125
125
github.com/prometheus/client_model v0.6.1 // indirect
126
126
github.com/prometheus/common v0.62.0 // indirect
127
127
github.com/prometheus/procfs v0.15.1 // indirect
@@ -136,25 +136,25 @@ require (
136
136
github.com/xlab/treeprint v1.2.0 // indirect
137
137
go.uber.org/multierr v1.11.0 // indirect
138
138
go.uber.org/zap v1.27.0 // indirect
139
- golang.org/x/crypto v0.34 .0 // indirect
140
- golang.org/x/net v0.35 .0 // indirect
141
- golang.org/x/oauth2 v0.26 .0 // indirect
142
- golang.org/x/sync v0.11 .0 // indirect
143
- golang.org/x/sys v0.30 .0 // indirect
144
- golang.org/x/term v0.29 .0 // indirect
145
- golang.org/x/text v0.22 .0 // indirect
139
+ golang.org/x/crypto v0.37 .0 // indirect
140
+ golang.org/x/net v0.39 .0 // indirect
141
+ golang.org/x/oauth2 v0.27 .0 // indirect
142
+ golang.org/x/sync v0.13 .0 // indirect
143
+ golang.org/x/sys v0.32 .0 // indirect
144
+ golang.org/x/term v0.31 .0 // indirect
145
+ golang.org/x/text v0.24 .0 // indirect
146
146
golang.org/x/time v0.10.0 // indirect
147
147
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
148
148
google.golang.org/protobuf v1.36.4 // indirect
149
149
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
150
150
gopkg.in/inf.v0 v0.9.1 // indirect
151
151
gopkg.in/warnings.v0 v0.1.2 // indirect
152
152
gopkg.in/yaml.v3 v3.0.1 // indirect
153
- k8s.io/apiextensions-apiserver v0.32.1 // indirect
154
- k8s.io/cli-runtime v0.32.1 // indirect
155
- k8s.io/component-base v0.32.1 // indirect
153
+ k8s.io/apiextensions-apiserver v0.32.2 // indirect
154
+ k8s.io/cli-runtime v0.32.2 // indirect
155
+ k8s.io/component-base v0.32.2 // indirect
156
156
k8s.io/klog/v2 v2.130.1 // indirect
157
- k8s.io/kubectl v0.32.1 // indirect
157
+ k8s.io/kubectl v0.32.2 // indirect
158
158
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
159
159
sigs.k8s.io/kustomize/api v0.19.0 // indirect
160
160
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
0 commit comments