Skip to content

Commit 5d98f4e

Browse files
build(deps): bump the go-deps group across 1 directory with 7 updates
Bumps the go-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.7.0` | `1.8.0` | | [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.50.0` | `0.50.1` | | [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.0` | `1.36.1` | | [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` | | [golang.org/x/crypto](https://github.com/golang/crypto) | `0.30.0` | `0.31.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.210.0` | `0.211.0` | Updates `github.com/fluxcd/pkg/apis/meta` from 1.7.0 to 1.8.0 - [Commits](fluxcd/pkg@apis/meta/v1.7.0...apis/meta/v1.8.0) Updates `github.com/fluxcd/pkg/runtime` from 0.50.0 to 0.50.1 - [Commits](fluxcd/pkg@runtime/v0.50.0...runtime/v0.50.1) Updates `github.com/onsi/gomega` from 1.36.0 to 1.36.1 - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.36.0...v1.36.1) 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.30.0 to 0.31.0 - [Commits](golang/crypto@v0.30.0...v0.31.0) Updates `google.golang.org/api` from 0.210.0 to 0.211.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.210.0...v0.211.0) --- updated-dependencies: - dependency-name: github.com/fluxcd/pkg/apis/meta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/runtime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: github.com/onsi/gomega 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 b392cdc commit 5d98f4e

File tree

2 files changed

+72
-68
lines changed

2 files changed

+72
-68
lines changed

go.mod

Lines changed: 21 additions & 20 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.7
4+
toolchain go1.22.10
45

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

@@ -23,7 +24,7 @@ require (
2324
github.com/elazarl/goproxy v0.0.0-20240909085733-6741dbfc16a1
2425
github.com/fluxcd/cli-utils v0.36.0-flux.10
2526
github.com/fluxcd/pkg/apis/event v0.11.0
26-
github.com/fluxcd/pkg/apis/meta v1.7.0
27+
github.com/fluxcd/pkg/apis/meta v1.8.0
2728
github.com/fluxcd/pkg/auth v0.1.0
2829
github.com/fluxcd/pkg/git v0.22.0
2930
github.com/fluxcd/pkg/git/gogit v0.22.0
@@ -32,7 +33,7 @@ require (
3233
github.com/fluxcd/pkg/lockedfile v0.4.0
3334
github.com/fluxcd/pkg/masktoken v0.5.0
3435
github.com/fluxcd/pkg/oci v0.42.0
35-
github.com/fluxcd/pkg/runtime v0.50.0
36+
github.com/fluxcd/pkg/runtime v0.50.1
3637
github.com/fluxcd/pkg/sourceignore v0.9.0
3738
github.com/fluxcd/pkg/ssh v0.15.0
3839
github.com/fluxcd/pkg/tar v0.9.0
@@ -49,22 +50,22 @@ require (
4950
github.com/minio/minio-go/v7 v7.0.81
5051
github.com/notaryproject/notation-core-go v1.1.0
5152
github.com/notaryproject/notation-go v1.2.1
52-
github.com/onsi/gomega v1.36.0
53+
github.com/onsi/gomega v1.36.1
5354
github.com/opencontainers/go-digest v1.0.0
5455
github.com/opencontainers/go-digest/blake3 v0.0.0-20231212064514-429d0316a3dd
5556
github.com/opencontainers/image-spec v1.1.0
5657
github.com/ory/dockertest/v3 v3.11.0
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.5
60-
github.com/sigstore/cosign/v2 v2.4.0
61-
github.com/sigstore/sigstore v1.8.9
61+
github.com/sigstore/cosign/v2 v2.4.1
62+
github.com/sigstore/sigstore v1.8.10
6263
github.com/sirupsen/logrus v1.9.3
6364
github.com/spf13/pflag v1.0.5
64-
golang.org/x/crypto v0.30.0
65+
golang.org/x/crypto v0.31.0
6566
golang.org/x/oauth2 v0.24.0
6667
golang.org/x/sync v0.10.0
67-
google.golang.org/api v0.210.0
68+
google.golang.org/api v0.211.0
6869
gotest.tools v2.2.0+incompatible
6970
helm.sh/helm/v3 v3.16.3
7071
k8s.io/api v0.31.3
@@ -79,13 +80,13 @@ require (
7980
require (
8081
cel.dev/expr v0.16.1 // indirect
8182
cloud.google.com/go v0.116.0 // indirect
82-
cloud.google.com/go/auth v0.11.0 // indirect
83+
cloud.google.com/go/auth v0.12.1 // indirect
8384
cloud.google.com/go/auth/oauth2adapt v0.2.6 // indirect
8485
cloud.google.com/go/iam v1.2.2 // indirect
8586
cloud.google.com/go/monitoring v1.21.2 // indirect
8687
dario.cat/mergo v1.0.1 // indirect
8788
filippo.io/edwards25519 v1.1.0 // indirect
88-
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/alibabacloudsdkgo/helper v0.2.0 // indirect
89+
github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.14.0 // indirect
8990
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
9091
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
9192
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -121,7 +122,7 @@ require (
121122
github.com/alibabacloud-go/tea v1.2.1 // indirect
122123
github.com/alibabacloud-go/tea-utils v1.4.5 // indirect
123124
github.com/alibabacloud-go/tea-xml v1.1.3 // indirect
124-
github.com/aliyun/credentials-go v1.3.1 // indirect
125+
github.com/aliyun/credentials-go v1.3.2 // indirect
125126
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
126127
github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect
127128
github.com/aws/aws-sdk-go-v2/config v1.28.6 // indirect
@@ -144,8 +145,8 @@ require (
144145
github.com/blang/semver/v4 v4.0.0 // indirect
145146
github.com/bradleyfalzon/ghinstallation/v2 v2.12.0 // indirect
146147
github.com/bshuster-repo/logrus-logstash-hook v1.0.0 // indirect
147-
github.com/buildkite/agent/v3 v3.76.2 // indirect
148-
github.com/buildkite/go-pipeline v0.10.0 // indirect
148+
github.com/buildkite/agent/v3 v3.81.0 // indirect
149+
github.com/buildkite/go-pipeline v0.13.1 // indirect
149150
github.com/buildkite/interpolate v0.1.3 // indirect
150151
github.com/buildkite/roko v1.2.0 // indirect
151152
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
@@ -199,7 +200,7 @@ require (
199200
github.com/go-gorp/gorp/v3 v3.1.0 // indirect
200201
github.com/go-ini/ini v1.67.0 // indirect
201202
github.com/go-jose/go-jose/v3 v3.0.3 // indirect
202-
github.com/go-jose/go-jose/v4 v4.0.2 // indirect
203+
github.com/go-jose/go-jose/v4 v4.0.4 // indirect
203204
github.com/go-ldap/ldap/v3 v3.4.8 // indirect
204205
github.com/go-logr/stdr v1.2.2 // indirect
205206
github.com/go-logr/zapr v1.3.0 // indirect
@@ -289,14 +290,14 @@ require (
289290
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
290291
github.com/modern-go/reflect2 v1.0.2 // indirect
291292
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
292-
github.com/mozillazg/docker-credential-acr-helper v0.3.0 // indirect
293+
github.com/mozillazg/docker-credential-acr-helper v0.4.0 // indirect
293294
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
294295
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
295296
github.com/notaryproject/notation-plugin-framework-go v1.0.0 // indirect
296297
github.com/notaryproject/tspclient-go v0.2.0 // indirect
297298
github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect
298299
github.com/oklog/ulid v1.3.1 // indirect
299-
github.com/oleiade/reflections v1.0.1 // indirect
300+
github.com/oleiade/reflections v1.1.0 // indirect
300301
github.com/opencontainers/runc v1.1.14 // indirect
301302
github.com/opentracing/opentracing-go v1.2.0 // indirect
302303
github.com/pborman/uuid v1.2.1 // indirect
@@ -324,7 +325,7 @@ require (
324325
github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3 // indirect
325326
github.com/shibumi/go-pathspec v1.3.0 // indirect
326327
github.com/shopspring/decimal v1.4.0 // indirect
327-
github.com/sigstore/fulcio v1.5.1 // indirect
328+
github.com/sigstore/fulcio v1.6.3 // indirect
328329
github.com/sigstore/protobuf-specs v0.3.2 // indirect
329330
github.com/sigstore/rekor v1.3.6 // indirect
330331
github.com/sigstore/timestamp-authority v1.2.2 // indirect
@@ -346,7 +347,7 @@ require (
346347
github.com/vbatts/tar-split v0.11.5 // indirect
347348
github.com/veraison/go-cose v1.2.1 // indirect
348349
github.com/x448/float16 v0.8.4 // indirect
349-
github.com/xanzy/go-gitlab v0.107.0 // indirect
350+
github.com/xanzy/go-gitlab v0.109.0 // indirect
350351
github.com/xanzy/ssh-agent v0.3.3 // indirect
351352
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
352353
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
@@ -379,7 +380,7 @@ require (
379380
go.opentelemetry.io/otel/sdk/metric v1.29.0 // indirect
380381
go.opentelemetry.io/otel/trace v1.29.0 // indirect
381382
go.opentelemetry.io/proto/otlp v1.3.1 // indirect
382-
go.step.sm/crypto v0.51.1 // indirect
383+
go.step.sm/crypto v0.51.2 // indirect
383384
go.uber.org/multierr v1.11.0 // indirect
384385
go.uber.org/zap v1.27.0 // indirect
385386
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
@@ -392,8 +393,8 @@ require (
392393
golang.org/x/tools v0.28.0 // indirect
393394
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
394395
google.golang.org/genproto v0.0.0-20241118233622-e639e219e697 // indirect
395-
google.golang.org/genproto/googleapis/api v0.0.0-20241113202542-65e8d215514f // indirect
396-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241118233622-e639e219e697 // indirect
396+
google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697 // indirect
397+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241206012308-a4fef0638583 // indirect
397398
google.golang.org/grpc v1.67.1 // indirect
398399
google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a // indirect
399400
google.golang.org/protobuf v1.35.2 // indirect

0 commit comments

Comments
 (0)