Skip to content

Commit

Permalink
chore(deps): bump the go-deps group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the go-deps group with 3 updates in the / directory: [github.com/confluentinc/confluent-kafka-go/v2](https://github.com/confluentinc/confluent-kafka-go), [github.com/redis/go-redis/v9](https://github.com/redis/go-redis) and [github.com/samber/lo](https://github.com/samber/lo).


Updates `github.com/confluentinc/confluent-kafka-go/v2` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/confluentinc/confluent-kafka-go/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-go/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-go@v2.4.0...v2.5.0)

Updates `github.com/redis/go-redis/v9` from 9.5.3 to 9.5.4
- [Release notes](https://github.com/redis/go-redis/releases)
- [Changelog](https://github.com/redis/go-redis/blob/master/CHANGELOG.md)
- [Commits](redis/go-redis@v9.5.3...v9.5.4)

Updates `github.com/samber/lo` from 1.44.0 to 1.45.0
- [Release notes](https://github.com/samber/lo/releases)
- [Changelog](https://github.com/samber/lo/blob/master/CHANGELOG.md)
- [Commits](samber/lo@v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: github.com/confluentinc/confluent-kafka-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/redis/go-redis/v9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 784a51c commit 470d376
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 36 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ require (
github.com/bugsnag/bugsnag-go/v2 v2.4.0
github.com/cenkalti/backoff v2.2.1+incompatible
github.com/cenkalti/backoff/v4 v4.3.0
github.com/confluentinc/confluent-kafka-go/v2 v2.4.0
github.com/confluentinc/confluent-kafka-go/v2 v2.5.0
github.com/databricks/databricks-sql-go v1.5.7
github.com/denisenkom/go-mssqldb v0.12.3
github.com/dgraph-io/badger/v4 v4.2.0
Expand Down Expand Up @@ -71,7 +71,7 @@ require (
github.com/oschwald/maxminddb-golang v1.13.1
github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
github.com/prometheus/client_model v0.6.1
github.com/redis/go-redis/v9 v9.5.3
github.com/redis/go-redis/v9 v9.5.4
github.com/rs/cors v1.11.0
github.com/rudderlabs/analytics-go v3.3.3+incompatible
github.com/rudderlabs/bing-ads-go-sdk v0.2.2
Expand All @@ -80,7 +80,7 @@ require (
github.com/rudderlabs/rudder-observability-kit v0.0.3
github.com/rudderlabs/rudder-schemas v0.5.0
github.com/rudderlabs/sql-tunnels v0.1.7
github.com/samber/lo v1.44.0
github.com/samber/lo v1.45.0
github.com/segmentio/go-hll v1.0.1
github.com/segmentio/kafka-go v0.4.47
github.com/segmentio/ksuid v1.0.4
Expand Down Expand Up @@ -161,7 +161,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58 // indirect
github.com/containerd/containerd v1.7.12 // indirect
github.com/containerd/containerd v1.7.15 // indirect
github.com/containerd/continuity v0.4.3 // indirect
github.com/containerd/log v0.1.0 // indirect
github.com/coreos/go-oidc/v3 v3.10.0 // indirect
Expand Down
Loading

0 comments on commit 470d376

Please sign in to comment.