1
1
module github.com/fluxcd/source-controller
2
2
3
- go 1.24.0
3
+ go 1.24.3
4
4
5
5
replace github.com/fluxcd/source-controller/api => ./api
6
6
@@ -13,7 +13,7 @@ replace github.com/Masterminds/semver/v3 => github.com/Masterminds/semver/v3 v3.
13
13
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
14
14
15
15
require (
16
- cloud.google.com/go/compute/metadata v0.7 .0
16
+ cloud.google.com/go/compute/metadata v0.8 .0
17
17
cloud.google.com/go/storage v1.55.0
18
18
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
19
19
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.1
@@ -31,18 +31,18 @@ require (
31
31
github.com/fluxcd/pkg/auth v0.27.0
32
32
github.com/fluxcd/pkg/cache v0.10.0
33
33
github.com/fluxcd/pkg/git v0.35.0
34
- github.com/fluxcd/pkg/git/gogit v0.38 .0
35
- github.com/fluxcd/pkg/gittestserver v0.18 .0
36
- github.com/fluxcd/pkg/helmtestserver v0.26 .0
34
+ github.com/fluxcd/pkg/git/gogit v0.39 .0
35
+ github.com/fluxcd/pkg/gittestserver v0.19 .0
36
+ github.com/fluxcd/pkg/helmtestserver v0.27 .0
37
37
github.com/fluxcd/pkg/http/transport v0.6.0
38
38
github.com/fluxcd/pkg/lockedfile v0.6.0
39
39
github.com/fluxcd/pkg/masktoken v0.7.0
40
- github.com/fluxcd/pkg/oci v0.52 .0
40
+ github.com/fluxcd/pkg/oci v0.53 .0
41
41
github.com/fluxcd/pkg/runtime v0.80.0
42
42
github.com/fluxcd/pkg/sourceignore v0.13.0
43
43
github.com/fluxcd/pkg/ssh v0.20.0
44
44
github.com/fluxcd/pkg/tar v0.13.0
45
- github.com/fluxcd/pkg/testserver v0.11 .0
45
+ github.com/fluxcd/pkg/testserver v0.12 .0
46
46
github.com/fluxcd/pkg/version v0.9.0
47
47
github.com/fluxcd/source-controller/api v1.6.0
48
48
github.com/foxcpp/go-mockdns v1.1.0
@@ -52,25 +52,25 @@ require (
52
52
github.com/google/go-containerregistry v0.20.6
53
53
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20250613215107-59a4b8593039
54
54
github.com/google/uuid v1.6.0
55
- github.com/minio/minio-go/v7 v7.0.94
55
+ github.com/minio/minio-go/v7 v7.0.95
56
56
github.com/notaryproject/notation-core-go v1.3.0
57
57
github.com/notaryproject/notation-go v1.3.2
58
- github.com/onsi/gomega v1.37 .0
58
+ github.com/onsi/gomega v1.38 .0
59
59
github.com/opencontainers/go-digest v1.0.0
60
60
github.com/opencontainers/go-digest/blake3 v0.0.0-20250116041648-1e56c6daea3b
61
61
github.com/opencontainers/image-spec v1.1.1
62
62
github.com/ory/dockertest/v3 v3.12.0
63
63
github.com/otiai10/copy v1.14.1
64
64
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
65
- github.com/prometheus/client_golang v1.22 .0
66
- github.com/sigstore/cosign/v2 v2.5.2
65
+ github.com/prometheus/client_golang v1.23 .0
66
+ github.com/sigstore/cosign/v2 v2.5.3
67
67
github.com/sigstore/sigstore v1.9.5
68
68
github.com/sirupsen/logrus v1.9.3
69
- github.com/spf13/pflag v1.0.6
70
- golang.org/x/crypto v0.40 .0
69
+ github.com/spf13/pflag v1.0.7
70
+ golang.org/x/crypto v0.41 .0
71
71
golang.org/x/oauth2 v0.30.0
72
72
golang.org/x/sync v0.16.0
73
- google.golang.org/api v0.241 .0
73
+ google.golang.org/api v0.248 .0
74
74
gotest.tools v2.2.0+incompatible
75
75
helm.sh/helm/v3 v3.18.4
76
76
k8s.io/api v0.33.2
@@ -83,12 +83,14 @@ require (
83
83
)
84
84
85
85
require (
86
- cel.dev/expr v0.23 .0 // indirect
86
+ cel.dev/expr v0.24 .0 // indirect
87
87
cloud.google.com/go v0.121.1 // indirect
88
- cloud.google.com/go/auth v0.16.2 // indirect
88
+ cloud.google.com/go/auth v0.16.5 // indirect
89
89
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
90
90
cloud.google.com/go/iam v1.5.2 // indirect
91
+ cloud.google.com/go/longrunning v0.6.7 // indirect
91
92
cloud.google.com/go/monitoring v1.24.2 // indirect
93
+ cloud.google.com/go/spanner v1.82.0 // indirect
92
94
dario.cat/mergo v1.0.1 // indirect
93
95
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
94
96
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
@@ -107,9 +109,10 @@ require (
107
109
github.com/Azure/go-ntlmssp v0.0.0-20221128193559-754e69321358 // indirect
108
110
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
109
111
github.com/BurntSushi/toml v1.5.0 // indirect
112
+ github.com/GoogleCloudPlatform/grpc-gcp-go/grpcgcp v1.5.2 // indirect
110
113
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
111
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51 .0 // indirect
112
- github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51 .0 // indirect
114
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53 .0 // indirect
115
+ github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53 .0 // indirect
113
116
github.com/MakeNowJust/heredoc v1.0.0 // indirect
114
117
github.com/Masterminds/goutils v1.1.1 // indirect
115
118
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
@@ -130,6 +133,7 @@ require (
130
133
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
131
134
github.com/aliyun/credentials-go v1.3.2 // indirect
132
135
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
136
+ github.com/avast/retry-go/v4 v4.6.1 // indirect
133
137
github.com/aws/aws-sdk-go-v2 v1.36.5 // indirect
134
138
github.com/aws/aws-sdk-go-v2/config v1.29.17 // indirect
135
139
github.com/aws/aws-sdk-go-v2/credentials v1.17.70 // indirect
@@ -152,8 +156,8 @@ require (
152
156
github.com/blang/semver/v4 v4.0.0 // indirect
153
157
github.com/bradleyfalzon/ghinstallation/v2 v2.16.0 // indirect
154
158
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
155
- github.com/buildkite/agent/v3 v3.98.2 // indirect
156
- github.com/buildkite/go-pipeline v0.13.3 // indirect
159
+ github.com/buildkite/agent/v3 v3.102.1 // indirect
160
+ github.com/buildkite/go-pipeline v0.14.0 // indirect
157
161
github.com/buildkite/interpolate v0.1.5 // indirect
158
162
github.com/buildkite/roko v1.3.1 // indirect
159
163
github.com/carapace-sh/carapace-shlex v1.0.1 // indirect
@@ -164,7 +168,7 @@ require (
164
168
github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect
165
169
github.com/clbanning/mxj/v2 v2.7.0 // indirect
166
170
github.com/cloudflare/circl v1.6.1 // indirect
167
- github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
171
+ github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
168
172
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be // indirect
169
173
github.com/containerd/containerd v1.7.27 // indirect
170
174
github.com/containerd/continuity v0.4.5 // indirect
@@ -201,6 +205,7 @@ require (
201
205
github.com/fluxcd/pkg/apis/acl v0.8.0 // indirect
202
206
github.com/fsnotify/fsnotify v1.9.0 // indirect
203
207
github.com/fxamacker/cbor/v2 v2.8.0 // indirect
208
+ github.com/globocom/go-buffer v1.2.2 // indirect
204
209
github.com/go-asn1-ber/asn1-ber v1.5.7 // indirect
205
210
github.com/go-chi/chi v4.1.2+incompatible // indirect
206
211
github.com/go-errors/errors v1.5.1 // indirect
@@ -238,25 +243,26 @@ require (
238
243
github.com/google/go-cmp v0.7.0 // indirect
239
244
github.com/google/go-containerregistry/pkg/authn/kubernetes v0.0.0-20250225234217-098045d5e61f // indirect
240
245
github.com/google/go-github/v72 v72.0.0 // indirect
246
+ github.com/google/go-github/v73 v73.0.0 // indirect
241
247
github.com/google/go-querystring v1.1.0 // indirect
242
248
github.com/google/s2a-go v0.1.9 // indirect
243
249
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
244
250
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
245
- github.com/googleapis/gax-go/v2 v2.14.2 // indirect
251
+ github.com/googleapis/gax-go/v2 v2.15.0 // indirect
246
252
github.com/gorilla/handlers v1.5.2 // indirect
247
253
github.com/gorilla/mux v1.8.1 // indirect
248
254
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
249
255
github.com/gosuri/uitable v0.0.4 // indirect
250
256
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
251
- github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
257
+ github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 // indirect
252
258
github.com/hashicorp/errwrap v1.1.0 // indirect
253
259
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
254
260
github.com/hashicorp/go-multierror v1.1.1 // indirect
255
261
github.com/hashicorp/go-retryablehttp v0.7.8 // indirect
256
262
github.com/hashicorp/golang-lru/arc/v2 v2.0.5 // indirect
257
263
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
258
264
github.com/huandu/xstrings v1.5.0 // indirect
259
- github.com/in-toto/attestation v1.1.1 // indirect
265
+ github.com/in-toto/attestation v1.1.2 // indirect
260
266
github.com/in-toto/in-toto-golang v0.9.0 // indirect
261
267
github.com/inconshreveable/mousetrap v1.1.0 // indirect
262
268
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
@@ -266,7 +272,7 @@ require (
266
272
github.com/json-iterator/go v1.1.12 // indirect
267
273
github.com/kevinburke/ssh_config v1.2.0 // indirect
268
274
github.com/klauspost/compress v1.18.0 // indirect
269
- github.com/klauspost/cpuid/v2 v2.2.10 // indirect
275
+ github.com/klauspost/cpuid/v2 v2.2.11 // indirect
270
276
github.com/kylelemons/godebug v1.1.0 // indirect
271
277
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
272
278
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
@@ -279,7 +285,7 @@ require (
279
285
github.com/mattn/go-runewidth v0.0.16 // indirect
280
286
github.com/miekg/dns v1.1.58 // indirect
281
287
github.com/miekg/pkcs11 v1.1.1 // indirect
282
- github.com/minio/crc64nvme v1.0.1 // indirect
288
+ github.com/minio/crc64nvme v1.0.2 // indirect
283
289
github.com/minio/md5-simd v1.1.2 // indirect
284
290
github.com/mitchellh/copystructure v1.2.0 // indirect
285
291
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -307,7 +313,7 @@ require (
307
313
github.com/pborman/uuid v1.2.1 // indirect
308
314
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
309
315
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
310
- github.com/philhofer/fwd v1.1.3-0.20240916144458-20a13a1f6b7c // indirect
316
+ github.com/philhofer/fwd v1.2.0 // indirect
311
317
github.com/pjbgf/sha1cd v0.3.2 // indirect
312
318
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect
313
319
github.com/pkg/errors v0.9.1 // indirect
@@ -330,9 +336,10 @@ require (
330
336
github.com/shibumi/go-pathspec v1.3.0 // indirect
331
337
github.com/shopspring/decimal v1.4.0 // indirect
332
338
github.com/sigstore/fulcio v1.7.1 // indirect
333
- github.com/sigstore/protobuf-specs v0.4.3 // indirect
339
+ github.com/sigstore/protobuf-specs v0.5.0 // indirect
334
340
github.com/sigstore/rekor v1.3.10 // indirect
335
- github.com/sigstore/sigstore-go v1.0.0 // indirect
341
+ github.com/sigstore/rekor-tiles v0.1.7-0.20250624231741-98cd4a77300f // indirect
342
+ github.com/sigstore/sigstore-go v1.1.0 // indirect
336
343
github.com/sigstore/timestamp-authority v1.2.8 // indirect
337
344
github.com/skeema/knownhosts v1.3.1 // indirect
338
345
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 // indirect
@@ -350,7 +357,9 @@ require (
350
357
github.com/tinylib/msgp v1.3.0 // indirect
351
358
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
352
359
github.com/tjfoc/gmsm v1.4.1 // indirect
360
+ github.com/transparency-dev/formats v0.0.0-20250421220931-bb8ad4d07c26 // indirect
353
361
github.com/transparency-dev/merkle v0.0.2 // indirect
362
+ github.com/transparency-dev/tessera v0.2.1-0.20250610150926-8ee4e93b2823 // indirect
354
363
github.com/vbatts/tar-split v0.12.1 // indirect
355
364
github.com/veraison/go-cose v1.3.0 // indirect
356
365
github.com/x448/float16 v0.8.4 // indirect
@@ -361,8 +370,9 @@ require (
361
370
github.com/xlab/treeprint v1.2.0 // indirect
362
371
github.com/zeebo/blake3 v0.2.3 // indirect
363
372
github.com/zeebo/errs v1.4.0 // indirect
364
- gitlab.com/gitlab-org/api/client-go v0.130.1 // indirect
373
+ gitlab.com/gitlab-org/api/client-go v0.134.0 // indirect
365
374
go.mongodb.org/mongo-driver v1.14.0 // indirect
375
+ go.opencensus.io v0.24.0 // indirect
366
376
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
367
377
go.opentelemetry.io/contrib/bridges/prometheus v0.57.0 // indirect
368
378
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
@@ -372,40 +382,40 @@ require (
372
382
go.opentelemetry.io/otel v1.37.0 // indirect
373
383
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.8.0 // indirect
374
384
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.8.0 // indirect
375
- go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.32 .0 // indirect
385
+ go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.36 .0 // indirect
376
386
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.32.0 // indirect
377
- go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36 .0 // indirect
378
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36 .0 // indirect
379
- go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.33 .0 // indirect
387
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37 .0 // indirect
388
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37 .0 // indirect
389
+ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37 .0 // indirect
380
390
go.opentelemetry.io/otel/exporters/prometheus v0.54.0 // indirect
381
391
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.8.0 // indirect
382
392
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.36.0 // indirect
383
393
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.32.0 // indirect
384
394
go.opentelemetry.io/otel/log v0.8.0 // indirect
385
395
go.opentelemetry.io/otel/metric v1.37.0 // indirect
386
- go.opentelemetry.io/otel/sdk v1.36 .0 // indirect
396
+ go.opentelemetry.io/otel/sdk v1.37 .0 // indirect
387
397
go.opentelemetry.io/otel/sdk/log v0.8.0 // indirect
388
398
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
389
399
go.opentelemetry.io/otel/trace v1.37.0 // indirect
390
- go.opentelemetry.io/proto/otlp v1.6 .0 // indirect
400
+ go.opentelemetry.io/proto/otlp v1.7 .0 // indirect
391
401
go.uber.org/multierr v1.11.0 // indirect
392
402
go.uber.org/zap v1.27.0 // indirect
393
403
go.yaml.in/yaml/v2 v2.4.2 // indirect
394
404
go.yaml.in/yaml/v3 v3.0.4 // indirect
395
405
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
396
- golang.org/x/mod v0.25 .0 // indirect
397
- golang.org/x/net v0.41 .0 // indirect
398
- golang.org/x/sys v0.34 .0 // indirect
399
- golang.org/x/term v0.33 .0 // indirect
400
- golang.org/x/text v0.27 .0 // indirect
406
+ golang.org/x/mod v0.26 .0 // indirect
407
+ golang.org/x/net v0.43 .0 // indirect
408
+ golang.org/x/sys v0.35 .0 // indirect
409
+ golang.org/x/term v0.34 .0 // indirect
410
+ golang.org/x/text v0.28 .0 // indirect
401
411
golang.org/x/time v0.12.0 // indirect
402
- golang.org/x/tools v0.34 .0 // indirect
412
+ golang.org/x/tools v0.35 .0 // indirect
403
413
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
404
- google.golang.org/genproto v0.0.0-20250505200425-f936aa4a68b2 // indirect
405
- google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
406
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
407
- google.golang.org/grpc v1.73.0 // indirect
408
- google.golang.org/protobuf v1.36.6 // indirect
414
+ google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
415
+ google.golang.org/genproto/googleapis/api v0.0.0-20250603155806-513f23925822 // indirect
416
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c // indirect
417
+ google.golang.org/grpc v1.74.2 // indirect
418
+ google.golang.org/protobuf v1.36.7 // indirect
409
419
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
410
420
gopkg.in/inf.v0 v0.9.1 // indirect
411
421
gopkg.in/ini.v1 v1.67.0 // indirect
0 commit comments