Skip to content

Commit b08e61f

Browse files
build(deps): bump the go-deps group across 1 directory with 7 updates
Bumps the go-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin) | `0.3.2` | `0.3.4` | | [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.77` | `7.0.78` | | [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.20.4` | `1.20.5` | | [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) | `2.4.0` | `2.4.1` | | [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) | `1.8.9` | `1.8.10` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.198.0` | `0.201.0` | Updates `github.com/cyphar/filepath-securejoin` from 0.3.2 to 0.3.4 - [Release notes](https://github.com/cyphar/filepath-securejoin/releases) - [Changelog](https://github.com/cyphar/filepath-securejoin/blob/main/CHANGELOG.md) - [Commits](cyphar/filepath-securejoin@v0.3.2...v0.3.4) Updates `github.com/minio/minio-go/v7` from 7.0.77 to 7.0.78 - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.77...v7.0.78) Updates `github.com/prometheus/client_golang` from 1.20.4 to 1.20.5 - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](prometheus/client_golang@v1.20.4...v1.20.5) Updates `github.com/sigstore/cosign/v2` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/sigstore/cosign/releases) - [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md) - [Commits](sigstore/cosign@v2.4.0...v2.4.1) Updates `github.com/sigstore/sigstore` from 1.8.9 to 1.8.10 - [Release notes](https://github.com/sigstore/sigstore/releases) - [Commits](sigstore/sigstore@v1.8.9...v1.8.10) Updates `golang.org/x/crypto` from 0.27.0 to 0.28.0 - [Commits](golang/crypto@v0.27.0...v0.28.0) Updates `google.golang.org/api` from 0.198.0 to 0.201.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.198.0...v0.201.0) --- updated-dependencies: - dependency-name: github.com/cyphar/filepath-securejoin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/minio/minio-go/v7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/sigstore/cosign/v2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/sigstore/sigstore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 53868f7 commit b08e61f

File tree

2 files changed

+123
-121
lines changed

2 files changed

+123
-121
lines changed

go.mod

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
module github.com/fluxcd/source-controller
22

33
go 1.22.5
4-
54
replace github.com/fluxcd/source-controller/api => ./api
65

76
// Replace digest lib to master to gather access to BLAKE3.
87
// xref: https://github.com/opencontainers/go-digest/pull/66
98
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
109

1110
require (
12-
cloud.google.com/go/compute/metadata v0.5.1
11+
cloud.google.com/go/compute/metadata v0.5.2
1312
cloud.google.com/go/storage v1.43.0
1413
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
1514
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
1615
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
1716
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
1817
github.com/Masterminds/semver/v3 v3.3.0
19-
github.com/cyphar/filepath-securejoin v0.3.2
18+
github.com/cyphar/filepath-securejoin v0.3.4
2019
github.com/distribution/distribution/v3 v3.0.0-beta.1
2120
github.com/docker/cli v27.2.1+incompatible
2221
github.com/docker/go-units v0.5.0
@@ -46,7 +45,7 @@ require (
4645
github.com/google/go-containerregistry v0.20.2
4746
github.com/google/go-containerregistry/pkg/authn/k8schain v0.0.0-20240826191751-a07d1cab8700
4847
github.com/google/uuid v1.6.0
49-
github.com/minio/minio-go/v7 v7.0.77
48+
github.com/minio/minio-go/v7 v7.0.78
5049
github.com/notaryproject/notation-core-go v1.1.0
5150
github.com/notaryproject/notation-go v1.2.1
5251
github.com/onsi/gomega v1.34.2
@@ -56,15 +55,15 @@ require (
5655
github.com/ory/dockertest/v3 v3.11.0
5756
github.com/otiai10/copy v1.14.0
5857
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
59-
github.com/prometheus/client_golang v1.20.4
60-
github.com/sigstore/cosign/v2 v2.4.0
61-
github.com/sigstore/sigstore v1.8.9
58+
github.com/prometheus/client_golang v1.20.5
59+
github.com/sigstore/cosign/v2 v2.4.1
60+
github.com/sigstore/sigstore v1.8.10
6261
github.com/sirupsen/logrus v1.9.3
6362
github.com/spf13/pflag v1.0.5
64-
golang.org/x/crypto v0.27.0
63+
golang.org/x/crypto v0.28.0
6564
golang.org/x/oauth2 v0.23.0
6665
golang.org/x/sync v0.8.0
67-
google.golang.org/api v0.198.0
66+
google.golang.org/api v0.201.0
6867
gotest.tools v2.2.0+incompatible
6968
helm.sh/helm/v3 v3.16.1
7069
k8s.io/api v0.31.1
@@ -77,13 +76,13 @@ require (
7776
)
7877

7978
require (
80-
cloud.google.com/go v0.115.1 // indirect
81-
cloud.google.com/go/auth v0.9.4 // indirect
79+
cloud.google.com/go v0.116.0 // indirect
80+
cloud.google.com/go/auth v0.9.8 // indirect
8281
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
83-
cloud.google.com/go/iam v1.2.0 // indirect
82+
cloud.google.com/go/iam v1.2.1 // indirect
8483
dario.cat/mergo v1.0.1 // indirect
8584
filippo.io/edwards25519 v1.1.0 // indirect
86-
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
85+
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
8786
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
8887
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
8988
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -116,7 +115,7 @@ require (
116115
github.com/alibabacloud-go/tea v1.2.1 // indirect
117116
github.com/alibabacloud-go/tea-utils v1.4.5 // indirect
118117
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
119-
github.com/aliyun/credentials-go v1.3.1 // indirect
118+
github.com/aliyun/credentials-go v1.3.2 // indirect
120119
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
121120
github.com/aws/aws-sdk-go-v2 v1.30.5 // indirect
122121
github.com/aws/aws-sdk-go-v2/config v1.27.33 // indirect
@@ -138,8 +137,8 @@ require (
138137
github.com/blang/semver v3.5.1+incompatible // indirect
139138
github.com/blang/semver/v4 v4.0.0 // indirect
140139
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
141-
github.com/buildkite/agent/v3 v3.76.2 // indirect
142-
github.com/buildkite/go-pipeline v0.10.0 // indirect
140+
github.com/buildkite/agent/v3 v3.81.0 // indirect
141+
github.com/buildkite/go-pipeline v0.13.1 // indirect
143142
github.com/buildkite/interpolate v0.1.3 // indirect
144143
github.com/buildkite/roko v1.2.0 // indirect
145144
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -190,7 +189,7 @@ require (
190189
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
191190
github.com/go-ini/ini v1.67.0 // indirect
192191
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
193-
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
192+
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
194193
github.com/go-ldap/ldap/v3 v3.4.8 // indirect
195194
github.com/go-logr/stdr v1.2.2 // indirect
196195
github.com/go-logr/zapr v1.3.0 // indirect
@@ -232,7 +231,7 @@ require (
232231
github.com/gorilla/websocket v1.5.3 // indirect
233232
github.com/gosuri/uitable v0.0.4 // indirect
234233
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
235-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
234+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
236235
github.com/hashicorp/errwrap v1.1.0 // indirect
237236
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
238237
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -251,7 +250,7 @@ require (
251250
github.com/josharian/intern v1.0.0 // indirect
252251
github.com/json-iterator/go v1.1.12 // indirect
253252
github.com/kevinburke/ssh_config v1.2.0 // indirect
254-
github.com/klauspost/compress v1.17.9 // indirect
253+
github.com/klauspost/compress v1.17.11 // indirect
255254
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
256255
github.com/kylelemons/godebug v1.1.0 // indirect
257256
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
@@ -279,14 +278,14 @@ require (
279278
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
280279
github.com/modern-go/reflect2 v1.0.2 // indirect
281280
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
282-
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
281+
github.com/mozillazg/docker-credential-acr-helper v0.4.0 // indirect
283282
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
284283
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
285284
github.com/notaryproject/notation-plugin-framework-go v1.0.0 // indirect
286285
github.com/notaryproject/tspclient-go v0.2.0 // indirect
287286
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
288287
github.com/oklog/ulid v1.3.1 // indirect
289-
github.com/oleiade/reflections v1.0.1 // indirect
288+
github.com/oleiade/reflections v1.1.0 // indirect
290289
github.com/opencontainers/runc v1.1.14 // indirect
291290
github.com/opentracing/opentracing-go v1.2.0 // indirect
292291
github.com/pborman/uuid v1.2.1 // indirect
@@ -313,7 +312,7 @@ require (
313312
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
314313
github.com/shibumi/go-pathspec v1.3.0 // indirect
315314
github.com/shopspring/decimal v1.4.0 // indirect
316-
github.com/sigstore/fulcio v1.5.1 // indirect
315+
github.com/sigstore/fulcio v1.6.3 // indirect
317316
github.com/sigstore/protobuf-specs v0.3.2 // indirect
318317
github.com/sigstore/rekor v1.3.6 // indirect
319318
github.com/sigstore/timestamp-authority v1.2.2 // indirect
@@ -335,7 +334,7 @@ require (
335334
github.com/vbatts/tar-split v0.11.5 // indirect
336335
github.com/veraison/go-cose v1.2.1 // indirect
337336
github.com/x448/float16 v0.8.4 // indirect
338-
github.com/xanzy/go-gitlab v0.107.0 // indirect
337+
github.com/xanzy/go-gitlab v0.109.0 // indirect
339338
github.com/xanzy/ssh-agent v0.3.3 // indirect
340339
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
341340
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -353,38 +352,38 @@ require (
353352
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0 // indirect
354353
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
355354
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.28.0 // indirect
356-
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.28.0 // indirect
357-
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.28.0 // indirect
355+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
356+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
358357
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
359358
go.opentelemetry.io/otel/exporters/prometheus v0.50.0 // indirect
360359
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.4.0 // indirect
361360
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0 // indirect
362361
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect
363362
go.opentelemetry.io/otel/log v0.4.0 // indirect
364363
go.opentelemetry.io/otel/metric v1.29.0 // indirect
365-
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
364+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
366365
go.opentelemetry.io/otel/sdk/log v0.4.0 // indirect
367366
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
368367
go.opentelemetry.io/otel/trace v1.29.0 // indirect
369368
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
370369
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
371-
go.step.sm/crypto v0.51.1 // indirect
370+
go.step.sm/crypto v0.51.2 // indirect
372371
go.uber.org/multierr v1.11.0 // indirect
373372
go.uber.org/zap v1.27.0 // indirect
374373
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
375374
golang.org/x/mod v0.21.0 // indirect
376-
golang.org/x/net v0.29.0 // indirect
377-
golang.org/x/sys v0.25.0 // indirect
378-
golang.org/x/term v0.24.0 // indirect
379-
golang.org/x/text v0.18.0 // indirect
380-
golang.org/x/time v0.6.0 // indirect
375+
golang.org/x/net v0.30.0 // indirect
376+
golang.org/x/sys v0.26.0 // indirect
377+
golang.org/x/term v0.25.0 // indirect
378+
golang.org/x/text v0.19.0 // indirect
379+
golang.org/x/time v0.7.0 // indirect
381380
golang.org/x/tools v0.25.0 // indirect
382381
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
383-
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
384-
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
385-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
386-
google.golang.org/grpc v1.66.2 // indirect
387-
google.golang.org/protobuf v1.34.2 // indirect
382+
google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect
383+
google.golang.org/genproto/googleapis/api v0.0.0-20240930140551-af27646dc61f // indirect
384+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
385+
google.golang.org/grpc v1.67.1 // indirect
386+
google.golang.org/protobuf v1.35.1 // indirect
388387
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
389388
gopkg.in/inf.v0 v0.9.1 // indirect
390389
gopkg.in/ini.v1 v1.67.0 // indirect

0 commit comments

Comments
 (0)