Skip to content

Commit e4ab22e

Browse files
Bump the go-dependencies group with 7 updates (#179)
* Bump the go-dependencies group with 7 updates Bumps the go-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.39.0` | `1.49.0` | | [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.43.2` | `1.45.1` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.54.4` | `1.55.7` | | [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.36.0` | `1.42.0` | | [github.com/rs/xid](https://github.com/rs/xid) | `1.5.0` | `1.6.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.185.0` | `0.227.0` | | [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.19.0` | `0.20.4` | Updates `cloud.google.com/go/pubsub` from 1.39.0 to 1.49.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.39.0...pubsub/v1.49.0) Updates `github.com/IBM/sarama` from 1.43.2 to 1.45.1 - [Release notes](https://github.com/IBM/sarama/releases) - [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md) - [Commits](IBM/sarama@v1.43.2...v1.45.1) Updates `github.com/aws/aws-sdk-go` from 1.54.4 to 1.55.7 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](aws/aws-sdk-go@v1.54.4...v1.55.7) Updates `github.com/nats-io/nats.go` from 1.36.0 to 1.42.0 - [Release notes](https://github.com/nats-io/nats.go/releases) - [Commits](nats-io/nats.go@v1.36.0...v1.42.0) Updates `github.com/rs/xid` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/rs/xid/releases) - [Commits](rs/xid@v1.5.0...v1.6.0) Updates `google.golang.org/api` from 0.185.0 to 0.227.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.185.0...v0.227.0) Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.20.4 - [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases) - [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md) - [Commits](kubernetes-sigs/controller-runtime@v0.19.0...v0.20.4) --- updated-dependencies: - dependency-name: cloud.google.com/go/pubsub dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/IBM/sarama dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/aws/aws-sdk-go dependency-version: 1.55.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/nats-io/nats.go dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/rs/xid dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: google.golang.org/api dependency-version: 0.227.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: sigs.k8s.io/controller-runtime dependency-version: 0.20.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * Update all versions Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Sanket Sudake <sanketsudake@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sanket Sudake <sanketsudake@gmail.com>
1 parent 1bce5f8 commit e4ab22e

File tree

11 files changed

+189
-140
lines changed

11 files changed

+189
-140
lines changed

aws-kinesis-http-connector/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.17
1+
v0.18

aws-sqs-http-connector/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.18
1+
v0.19

gcp-pubsub-http-connector/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.11
1+
v0.12

go.mod

Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,42 @@ module github.com/fission/keda-connectors
33
go 1.24.3
44

55
require (
6-
cloud.google.com/go/pubsub v1.39.0
7-
github.com/IBM/sarama v1.43.2
8-
github.com/aws/aws-sdk-go v1.54.4
6+
cloud.google.com/go/pubsub v1.49.0
7+
github.com/IBM/sarama v1.45.2
8+
github.com/aws/aws-sdk-go v1.55.7
99
github.com/go-redis/redis/v8 v8.11.5
10-
github.com/nats-io/nats.go v1.36.0
10+
github.com/nats-io/nats.go v1.42.0
1111
github.com/nats-io/stan.go v0.10.4
1212
github.com/pkg/errors v0.9.1
1313
github.com/rabbitmq/amqp091-go v1.10.0
14-
github.com/rs/xid v1.5.0
14+
github.com/rs/xid v1.6.0
1515
github.com/xdg/scram v1.0.5
1616
go.uber.org/zap v1.27.0
17-
google.golang.org/api v0.185.0
18-
sigs.k8s.io/controller-runtime v0.19.0
17+
google.golang.org/api v0.227.0
18+
sigs.k8s.io/controller-runtime v0.21.0
1919
)
2020

2121
require (
22-
cloud.google.com/go v0.115.0 // indirect
23-
cloud.google.com/go/auth v0.5.1 // indirect
24-
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
25-
cloud.google.com/go/compute/metadata v0.3.0 // indirect
26-
cloud.google.com/go/iam v1.1.8 // indirect
22+
cloud.google.com/go v0.120.0 // indirect
23+
cloud.google.com/go/auth v0.15.0 // indirect
24+
cloud.google.com/go/auth/oauth2adapt v0.2.7 // indirect
25+
cloud.google.com/go/compute/metadata v0.6.0 // indirect
26+
cloud.google.com/go/iam v1.4.2 // indirect
2727
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2828
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2929
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
30-
github.com/eapache/go-resiliency v1.6.0 // indirect
30+
github.com/eapache/go-resiliency v1.7.0 // indirect
3131
github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
3232
github.com/eapache/queue v1.1.0 // indirect
3333
github.com/felixge/httpsnoop v1.0.4 // indirect
3434
github.com/go-logr/logr v1.4.2 // indirect
3535
github.com/go-logr/stdr v1.2.2 // indirect
3636
github.com/gogo/protobuf v1.3.2 // indirect
37-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38-
github.com/golang/protobuf v1.5.4 // indirect
3937
github.com/golang/snappy v0.0.4 // indirect
40-
github.com/google/s2a-go v0.1.7 // indirect
41-
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
42-
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
38+
github.com/google/s2a-go v0.1.9 // indirect
39+
github.com/google/uuid v1.6.0 // indirect
40+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
41+
github.com/googleapis/gax-go/v2 v2.14.1 // indirect
4342
github.com/hashicorp/errwrap v1.0.0 // indirect
4443
github.com/hashicorp/go-multierror v1.1.1 // indirect
4544
github.com/hashicorp/go-uuid v1.0.3 // indirect
@@ -49,31 +48,33 @@ require (
4948
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
5049
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
5150
github.com/jmespath/go-jmespath v0.4.0 // indirect
52-
github.com/klauspost/compress v1.17.8 // indirect
51+
github.com/klauspost/compress v1.18.0 // indirect
5352
github.com/nats-io/nats-server/v2 v2.10.5 // indirect
5453
github.com/nats-io/nats-streaming-server v0.25.6 // indirect
55-
github.com/nats-io/nkeys v0.4.7 // indirect
54+
github.com/nats-io/nkeys v0.4.11 // indirect
5655
github.com/nats-io/nuid v1.0.1 // indirect
57-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
56+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
5857
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
5958
github.com/xdg/stringprep v1.0.3 // indirect
59+
go.etcd.io/bbolt v1.3.11 // indirect
6060
go.opencensus.io v0.24.0 // indirect
61-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
62-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.53.0 // indirect
63-
go.opentelemetry.io/otel v1.28.0 // indirect
64-
go.opentelemetry.io/otel/metric v1.28.0 // indirect
65-
go.opentelemetry.io/otel/trace v1.28.0 // indirect
61+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
62+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.59.0 // indirect
63+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.59.0 // indirect
64+
go.opentelemetry.io/otel v1.35.0 // indirect
65+
go.opentelemetry.io/otel/metric v1.35.0 // indirect
66+
go.opentelemetry.io/otel/trace v1.35.0 // indirect
6667
go.uber.org/multierr v1.11.0 // indirect
67-
golang.org/x/crypto v0.24.0 // indirect
68-
golang.org/x/net v0.26.0 // indirect
69-
golang.org/x/oauth2 v0.21.0 // indirect
70-
golang.org/x/sync v0.7.0 // indirect
71-
golang.org/x/sys v0.21.0 // indirect
72-
golang.org/x/text v0.16.0 // indirect
73-
golang.org/x/time v0.5.0 // indirect
74-
google.golang.org/genproto v0.0.0-20240617180043-68d350f18fd4 // indirect
75-
google.golang.org/genproto/googleapis/api v0.0.0-20240610135401-a8a62080eff3 // indirect
76-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240701130421-f6361c86f094 // indirect
77-
google.golang.org/grpc v1.65.0 // indirect
78-
google.golang.org/protobuf v1.34.2 // indirect
68+
golang.org/x/crypto v0.38.0 // indirect
69+
golang.org/x/net v0.40.0 // indirect
70+
golang.org/x/oauth2 v0.28.0 // indirect
71+
golang.org/x/sync v0.14.0 // indirect
72+
golang.org/x/sys v0.33.0 // indirect
73+
golang.org/x/text v0.25.0 // indirect
74+
golang.org/x/time v0.11.0 // indirect
75+
google.golang.org/genproto v0.0.0-20250303144028-a0af3efb3deb // indirect
76+
google.golang.org/genproto/googleapis/api v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
77+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250313205543-e70fdf4c4cb4 // indirect
78+
google.golang.org/grpc v1.71.0 // indirect
79+
google.golang.org/protobuf v1.36.6 // indirect
7980
)

0 commit comments

Comments
 (0)