Skip to content

Commit 61ee55a

Browse files
build(deps): bump the go-deps group across 1 directory with 4 updates
Bumps the go-deps group with 4 updates in the / directory: [github.com/cyphar/filepath-securejoin](https://github.com/cyphar/filepath-securejoin), [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign), [golang.org/x/crypto](https://github.com/golang/crypto) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client). Updates `github.com/cyphar/filepath-securejoin` from 0.3.2 to 0.3.3 - [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.3) 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 `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.199.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.199.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/sigstore/cosign/v2 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 61ee55a

File tree

2 files changed

+84
-80
lines changed

2 files changed

+84
-80
lines changed

go.mod

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/fluxcd/source-controller
22

33
go 1.22.5
4+
toolchain go1.22.8
45

56
replace github.com/fluxcd/source-controller/api => ./api
67

@@ -9,14 +10,14 @@ replace github.com/fluxcd/source-controller/api => ./api
910
replace github.com/opencontainers/go-digest => github.com/opencontainers/go-digest v1.0.1-0.20220411205349-bde1400a84be
1011

1112
require (
12-
cloud.google.com/go/compute/metadata v0.5.1
13+
cloud.google.com/go/compute/metadata v0.5.2
1314
cloud.google.com/go/storage v1.43.0
1415
github.com/AdaLogics/go-fuzz-headers v0.0.0-20230811130428-ced1acdcaa24
1516
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.14.0
1617
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.7.0
1718
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.4.0
1819
github.com/Masterminds/semver/v3 v3.3.0
19-
github.com/cyphar/filepath-securejoin v0.3.2
20+
github.com/cyphar/filepath-securejoin v0.3.3
2021
github.com/distribution/distribution/v3 v3.0.0-beta.1
2122
github.com/docker/cli v27.2.1+incompatible
2223
github.com/docker/go-units v0.5.0
@@ -57,14 +58,14 @@ require (
5758
github.com/otiai10/copy v1.14.0
5859
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
5960
github.com/prometheus/client_golang v1.20.4
60-
github.com/sigstore/cosign/v2 v2.4.0
61+
github.com/sigstore/cosign/v2 v2.4.1
6162
github.com/sigstore/sigstore v1.8.9
6263
github.com/sirupsen/logrus v1.9.3
6364
github.com/spf13/pflag v1.0.5
64-
golang.org/x/crypto v0.27.0
65+
golang.org/x/crypto v0.28.0
6566
golang.org/x/oauth2 v0.23.0
6667
golang.org/x/sync v0.8.0
67-
google.golang.org/api v0.198.0
68+
google.golang.org/api v0.199.0
6869
gotest.tools v2.2.0+incompatible
6970
helm.sh/helm/v3 v3.16.1
7071
k8s.io/api v0.31.1
@@ -78,12 +79,12 @@ require (
7879

7980
require (
8081
cloud.google.com/go v0.115.1 // indirect
81-
cloud.google.com/go/auth v0.9.4 // indirect
82+
cloud.google.com/go/auth v0.9.5 // indirect
8283
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
8384
cloud.google.com/go/iam v1.2.0 // indirect
8485
dario.cat/mergo v1.0.1 // indirect
8586
filippo.io/edwards25519 v1.1.0 // indirect
86-
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
87+
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
8788
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
8889
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
8990
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -116,7 +117,7 @@ require (
116117
github.com/alibabacloud-go/tea v1.2.1 // indirect
117118
github.com/alibabacloud-go/tea-utils v1.4.5 // indirect
118119
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
119-
github.com/aliyun/credentials-go v1.3.1 // indirect
120+
github.com/aliyun/credentials-go v1.3.2 // indirect
120121
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
121122
github.com/aws/aws-sdk-go-v2 v1.30.5 // indirect
122123
github.com/aws/aws-sdk-go-v2/config v1.27.33 // indirect
@@ -138,8 +139,8 @@ require (
138139
github.com/blang/semver v3.5.1+incompatible // indirect
139140
github.com/blang/semver/v4 v4.0.0 // indirect
140141
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
142+
github.com/buildkite/agent/v3 v3.81.0 // indirect
143+
github.com/buildkite/go-pipeline v0.13.1 // indirect
143144
github.com/buildkite/interpolate v0.1.3 // indirect
144145
github.com/buildkite/roko v1.2.0 // indirect
145146
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -190,7 +191,7 @@ require (
190191
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
191192
github.com/go-ini/ini v1.67.0 // indirect
192193
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
193-
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
194+
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
194195
github.com/go-ldap/ldap/v3 v3.4.8 // indirect
195196
github.com/go-logr/stdr v1.2.2 // indirect
196197
github.com/go-logr/zapr v1.3.0 // indirect
@@ -232,7 +233,7 @@ require (
232233
github.com/gorilla/websocket v1.5.3 // indirect
233234
github.com/gosuri/uitable v0.0.4 // indirect
234235
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
235-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
236+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 // indirect
236237
github.com/hashicorp/errwrap v1.1.0 // indirect
237238
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
238239
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -279,14 +280,14 @@ require (
279280
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
280281
github.com/modern-go/reflect2 v1.0.2 // indirect
281282
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
282-
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
283+
github.com/mozillazg/docker-credential-acr-helper v0.4.0 // indirect
283284
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
284285
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
285286
github.com/notaryproject/notation-plugin-framework-go v1.0.0 // indirect
286287
github.com/notaryproject/tspclient-go v0.2.0 // indirect
287288
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
288289
github.com/oklog/ulid v1.3.1 // indirect
289-
github.com/oleiade/reflections v1.0.1 // indirect
290+
github.com/oleiade/reflections v1.1.0 // indirect
290291
github.com/opencontainers/runc v1.1.14 // indirect
291292
github.com/opentracing/opentracing-go v1.2.0 // indirect
292293
github.com/pborman/uuid v1.2.1 // indirect
@@ -313,7 +314,7 @@ require (
313314
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
314315
github.com/shibumi/go-pathspec v1.3.0 // indirect
315316
github.com/shopspring/decimal v1.4.0 // indirect
316-
github.com/sigstore/fulcio v1.5.1 // indirect
317+
github.com/sigstore/fulcio v1.6.3 // indirect
317318
github.com/sigstore/protobuf-specs v0.3.2 // indirect
318319
github.com/sigstore/rekor v1.3.6 // indirect
319320
github.com/sigstore/timestamp-authority v1.2.2 // indirect
@@ -335,7 +336,7 @@ require (
335336
github.com/vbatts/tar-split v0.11.5 // indirect
336337
github.com/veraison/go-cose v1.2.1 // indirect
337338
github.com/x448/float16 v0.8.4 // indirect
338-
github.com/xanzy/go-gitlab v0.107.0 // indirect
339+
github.com/xanzy/go-gitlab v0.109.0 // indirect
339340
github.com/xanzy/ssh-agent v0.3.3 // indirect
340341
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
341342
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -353,37 +354,37 @@ require (
353354
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.4.0 // indirect
354355
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.28.0 // indirect
355356
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
357+
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.29.0 // indirect
358+
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.29.0 // indirect
358359
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.28.0 // indirect
359360
go.opentelemetry.io/otel/exporters/prometheus v0.50.0 // indirect
360361
go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.4.0 // indirect
361362
go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.28.0 // indirect
362363
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.28.0 // indirect
363364
go.opentelemetry.io/otel/log v0.4.0 // indirect
364365
go.opentelemetry.io/otel/metric v1.29.0 // indirect
365-
go.opentelemetry.io/otel/sdk v1.28.0 // indirect
366+
go.opentelemetry.io/otel/sdk v1.29.0 // indirect
366367
go.opentelemetry.io/otel/sdk/log v0.4.0 // indirect
367368
go.opentelemetry.io/otel/sdk/metric v1.28.0 // indirect
368369
go.opentelemetry.io/otel/trace v1.29.0 // indirect
369370
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
370371
go.starlark.net v0.0.0-20231121155337-90ade8b19d09 // indirect
371-
go.step.sm/crypto v0.51.1 // indirect
372+
go.step.sm/crypto v0.51.2 // indirect
372373
go.uber.org/multierr v1.11.0 // indirect
373374
go.uber.org/zap v1.27.0 // indirect
374375
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
375376
golang.org/x/mod v0.21.0 // indirect
376377
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
378+
golang.org/x/sys v0.26.0 // indirect
379+
golang.org/x/term v0.25.0 // indirect
380+
golang.org/x/text v0.19.0 // indirect
380381
golang.org/x/time v0.6.0 // indirect
381382
golang.org/x/tools v0.25.0 // indirect
382383
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
383384
google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
384385
google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
385386
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/grpc v1.67.0 // indirect
387388
google.golang.org/protobuf v1.34.2 // indirect
388389
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
389390
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)