Skip to content

Commit 3e7bfdf

Browse files
build(deps): bump the go-deps group across 1 directory with 9 updates
Bumps the go-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.47.0` | `1.48.0` | | [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.35.0` | `2.36.1` | | [github.com/fluxcd/pkg/git](https://github.com/fluxcd/pkg) | `0.24.0` | `0.25.0` | | [github.com/google/cel-go](https://github.com/google/cel-go) | `0.23.2` | `0.24.1` | | [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.39.0` | `1.39.1` | | [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `0.122.0` | `0.126.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.22.0` | `0.23.0` | Updates `cloud.google.com/go/pubsub` from 1.47.0 to 1.48.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.47.0...pubsub/v1.48.0) Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.35.0 to 2.36.1 - [Release notes](https://github.com/DataDog/datadog-api-client-go/releases) - [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md) - [Commits](DataDog/datadog-api-client-go@v2.35.0...v2.36.1) Updates `github.com/fluxcd/pkg/git` from 0.24.0 to 0.25.0 - [Commits](fluxcd/pkg@git/v0.24.0...git/v0.25.0) Updates `github.com/google/cel-go` from 0.23.2 to 0.24.1 - [Release notes](https://github.com/google/cel-go/releases) - [Commits](google/cel-go@v0.23.2...v0.24.1) Updates `github.com/nats-io/nats.go` from 1.39.0 to 1.39.1 - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.39.0...v1.39.1) Updates `gitlab.com/gitlab-org/api/client-go` from 0.122.0 to 0.126.0 - [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags) - [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.122.0...v0.126.0) Updates `golang.org/x/oauth2` from 0.27.0 to 0.28.0 - [Commits](golang/oauth2@v0.27.0...v0.28.0) Updates `golang.org/x/text` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.22.0...v0.23.0) Updates `google.golang.org/api` from 0.221.0 to 0.224.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.221.0...v0.224.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/DataDog/datadog-api-client-go/v2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/fluxcd/pkg/git dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/google/cel-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/nats-io/nats.go dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: gitlab.com/gitlab-org/api/client-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/text 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 c476965 commit 3e7bfdf

File tree

2 files changed

+92
-89
lines changed

2 files changed

+92
-89
lines changed

go.mod

+28-27
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.23.0
55
replace github.com/fluxcd/notification-controller/api => ./api
66

77
require (
8-
cloud.google.com/go/pubsub v1.47.0
8+
cloud.google.com/go/pubsub v1.48.0
99
code.gitea.io/sdk/gitea v0.20.0
1010
github.com/AdaLogics/go-fuzz-headers v0.0.0-20240806141605-e8a1dd7889d6
1111
github.com/Azure/azure-amqp-common-go/v4 v4.2.0
1212
github.com/Azure/azure-event-hubs-go/v3 v3.6.2
13-
github.com/DataDog/datadog-api-client-go/v2 v2.35.0
13+
github.com/DataDog/datadog-api-client-go/v2 v2.36.1
1414
github.com/PagerDuty/go-pagerduty v1.8.0
1515
github.com/cdevents/sdk-go v0.4.1
1616
github.com/chainguard-dev/git-urls v1.0.2
@@ -19,28 +19,28 @@ require (
1919
github.com/fluxcd/notification-controller/api v1.5.0
2020
github.com/fluxcd/pkg/apis/event v0.16.0
2121
github.com/fluxcd/pkg/apis/meta v1.10.0
22-
github.com/fluxcd/pkg/git v0.24.0
22+
github.com/fluxcd/pkg/git v0.25.0
2323
github.com/fluxcd/pkg/masktoken v0.6.0
2424
github.com/fluxcd/pkg/runtime v0.55.0
2525
github.com/fluxcd/pkg/ssa v0.45.1
2626
github.com/getsentry/sentry-go v0.31.1
2727
github.com/go-logr/logr v1.4.2
28-
github.com/google/cel-go v0.23.2
28+
github.com/google/cel-go v0.24.1
2929
github.com/google/go-github/v64 v64.0.0
3030
github.com/google/uuid v1.6.0
3131
github.com/hashicorp/go-retryablehttp v0.7.7
3232
github.com/ktrysmt/go-bitbucket v0.9.81
3333
github.com/microsoft/azure-devops-go-api/azuredevops/v6 v6.0.1
34-
github.com/nats-io/nats.go v1.39.0
34+
github.com/nats-io/nats.go v1.39.1
3535
github.com/onsi/gomega v1.36.2
3636
github.com/sethvargo/go-limiter v1.0.0
3737
github.com/slok/go-http-metrics v0.13.0
3838
github.com/spf13/pflag v1.0.6
3939
github.com/stretchr/testify v1.10.0
40-
gitlab.com/gitlab-org/api/client-go v0.122.0
41-
golang.org/x/oauth2 v0.27.0
42-
golang.org/x/text v0.22.0
43-
google.golang.org/api v0.221.0
40+
gitlab.com/gitlab-org/api/client-go v0.126.0
41+
golang.org/x/oauth2 v0.28.0
42+
golang.org/x/text v0.23.0
43+
google.golang.org/api v0.224.0
4444
k8s.io/api v0.32.2
4545
k8s.io/apimachinery v0.32.2
4646
k8s.io/client-go v0.32.2
@@ -53,16 +53,16 @@ require (
5353
replace gopkg.in/yaml.v3 => gopkg.in/yaml.v3 v3.0.1
5454

5555
require (
56-
cel.dev/expr v0.19.1 // indirect
57-
cloud.google.com/go v0.118.1 // indirect
58-
cloud.google.com/go/auth v0.14.1 // indirect
56+
cel.dev/expr v0.19.2 // indirect
57+
cloud.google.com/go v0.119.0 // indirect
58+
cloud.google.com/go/auth v0.15.0 // indirect
5959
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
6060
cloud.google.com/go/compute/metadata v0.6.0 // indirect
61-
cloud.google.com/go/iam v1.3.1 // indirect
61+
cloud.google.com/go/iam v1.4.1 // indirect
6262
github.com/42wim/httpsig v1.2.1 // indirect
6363
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect
6464
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0 // indirect
65-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.1 // indirect
65+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 // indirect
6666
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
6767
github.com/Azure/go-amqp v1.0.0 // indirect
6868
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
@@ -74,14 +74,14 @@ require (
7474
github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
7575
github.com/Azure/go-autorest/logger v0.2.1 // indirect
7676
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
77-
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.2 // indirect
77+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.0 // indirect
7878
github.com/DataDog/zstd v1.5.2 // indirect
7979
github.com/MakeNowJust/heredoc v1.0.0 // indirect
8080
github.com/ProtonMail/go-crypto v1.1.5 // indirect
8181
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
8282
github.com/beorn7/perks v1.0.1 // indirect
8383
github.com/blang/semver/v4 v4.0.0 // indirect
84-
github.com/bradleyfalzon/ghinstallation/v2 v2.13.0 // indirect
84+
github.com/bradleyfalzon/ghinstallation/v2 v2.14.0 // indirect
8585
github.com/cespare/xxhash/v2 v2.3.0 // indirect
8686
github.com/chai2010/gettext-go v1.0.2 // indirect
8787
github.com/cloudevents/sdk-go/v2 v2.15.2 // indirect
@@ -98,6 +98,7 @@ require (
9898
github.com/fluxcd/pkg/apis/acl v0.6.0 // indirect
9999
github.com/fluxcd/pkg/apis/kustomize v1.9.0 // indirect
100100
github.com/fluxcd/pkg/auth v0.3.0 // indirect
101+
github.com/fluxcd/pkg/cache v0.7.0 // indirect
101102
github.com/fsnotify/fsnotify v1.8.0 // indirect
102103
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
103104
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
@@ -119,12 +120,12 @@ require (
119120
github.com/google/btree v1.1.3 // indirect
120121
github.com/google/gnostic-models v0.6.9 // indirect
121122
github.com/google/go-cmp v0.7.0 // indirect
122-
github.com/google/go-github/v68 v68.0.0 // indirect
123+
github.com/google/go-github/v69 v69.2.0 // indirect
123124
github.com/google/go-querystring v1.1.0 // indirect
124125
github.com/google/gofuzz v1.2.0 // indirect
125126
github.com/google/s2a-go v0.1.9 // indirect
126127
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
127-
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
128+
github.com/googleapis/enterprise-certificate-proxy v0.3.5 // indirect
128129
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
129130
github.com/gorilla/websocket v1.5.3 // indirect
130131
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
@@ -169,26 +170,26 @@ require (
169170
github.com/xlab/treeprint v1.2.0 // indirect
170171
go.opencensus.io v0.24.0 // indirect
171172
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
172-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 // indirect
173-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.58.0 // indirect
173+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
174+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
174175
go.opentelemetry.io/otel v1.34.0 // indirect
175176
go.opentelemetry.io/otel/metric v1.34.0 // indirect
176177
go.opentelemetry.io/otel/trace v1.34.0 // indirect
177178
go.uber.org/multierr v1.11.0 // indirect
178179
go.uber.org/zap v1.27.0 // indirect
179-
golang.org/x/crypto v0.33.0 // indirect
180+
golang.org/x/crypto v0.35.0 // indirect
180181
golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
181182
golang.org/x/mod v0.22.0 // indirect
182183
golang.org/x/net v0.35.0 // indirect
183-
golang.org/x/sync v0.11.0 // indirect
184+
golang.org/x/sync v0.12.0 // indirect
184185
golang.org/x/sys v0.30.0 // indirect
185186
golang.org/x/term v0.29.0 // indirect
186-
golang.org/x/time v0.10.0 // indirect
187+
golang.org/x/time v0.11.0 // indirect
187188
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
188-
google.golang.org/genproto v0.0.0-20250122153221-138b5a5a4fd4 // indirect
189-
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47 // indirect
190-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250207221924-e9438ea467c6 // indirect
191-
google.golang.org/grpc v1.70.0 // indirect
189+
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
190+
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
191+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250227231956-55c901821b1e // indirect
192+
google.golang.org/grpc v1.71.0 // indirect
192193
google.golang.org/protobuf v1.36.5 // indirect
193194
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
194195
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)