Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the go-deps group across 1 directory with 25 updates #4683

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2024

Bumps the go-deps group with 19 updates in the / directory:

Package From To
cloud.google.com/go/bigquery 1.60.0 1.61.0
cloud.google.com/go/pubsub 1.37.0 1.38.0
cloud.google.com/go/storage 1.40.0 1.41.0
github.com/aws/aws-sdk-go 1.51.26 1.53.3
github.com/confluentinc/confluent-kafka-go/v2 2.3.0 2.4.0
github.com/databricks/databricks-sql-go 1.5.4 1.5.5
github.com/grpc-ecosystem/grpc-gateway/v2 2.19.1 2.20.0
github.com/hashicorp/go-retryablehttp 0.7.5 0.7.6
github.com/linkedin/goavro/v2 2.12.0 2.13.0
github.com/marcboeker/go-duckdb 1.6.3 1.6.4
github.com/minio/minio-go/v7 7.0.69 7.0.70
github.com/onsi/ginkgo/v2 2.17.1 2.17.3
github.com/onsi/gomega 1.33.0 1.33.1
github.com/rs/cors 1.10.1 1.11.0
github.com/snowflakedb/gosnowflake 1.9.0 1.10.0
github.com/trinodb/trino-go-client 0.314.0 0.315.0
github.com/urfave/cli/v2 2.27.1 2.27.2
github.com/valyala/fasthttp 1.52.0 1.53.0
go.opentelemetry.io/otel 1.25.0 1.26.0

Updates cloud.google.com/go/bigquery from 1.60.0 to 1.61.0

Commits

Updates cloud.google.com/go/pubsub from 1.37.0 to 1.38.0

Release notes

Sourced from cloud.google.com/go/pubsub's releases.

pubsub: v1.38.0

1.38.0 (2024-05-06)

Features

  • pubsub: Add custom datetime format for Cloud Storage subscriptions (4834425)
  • pubsub: Support publisher compression (#9711) (4940c3c)
  • pubsub: Use Streaming Pull response for ordering check (#9682) (7bf4904)

Bug Fixes

  • pubsub: Bump x/net to v0.24.0 (ba31ed5)
  • pubsub: Respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (#10040) (95bf6b2)
  • pubsub: Update protobuf dep to v1.33.0 (30b038d)
Commits
  • aaf7fa2 chore(main): release pubsub 1.38.0 (#9589)
  • 95bf6b2 fix(pubsub): respect gRPC dial option when PUBSUB_EMULATOR_HOST is set (#10040)
  • 0183dd5 chore(main): release vertexai 0.8.0 (#9535)
  • c07f1e4 fix(spanner): update staleness bound (#10118)
  • b91f658 test(spanner): fix retry unit tests with RESOURCE_EXHAUSTED errors (#10117)
  • b9b55e0 chore(thirdparty): remove json-iterator exemption (#10113)
  • fafaf0d fix(internal/aliasfix): handle import paths correctly (#10097)
  • 63f947d chore(spanner): use time.Since instead of time.Now().Sub (#10096)
  • a4a8fbc docs: update copyright year in Fleet Engine (#10090)
  • 9013e52 feat(auth): Enable client certificates by default (#10102)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/storage from 1.40.0 to 1.41.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.41.0

1.41.0 (2024-05-13)

Features

  • storage/control: Make Managed Folders operations public (264a6dc)
  • storage: Support for soft delete policies and restore (#9520) (985deb2)

Bug Fixes

  • storage/control: An existing resource pattern value projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**} to resource definition storage.googleapis.com/ManagedFolder is removed (3e25053)
  • storage: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • storage: Bump x/net to v0.24.0 (ba31ed5)
  • storage: Disable gax retries for gRPC (#9747) (bbfc0ac)
  • storage: More strongly match regex (#9706) (3cfc8eb), refs #9705
  • storage: Retry net.OpError on connection reset (#10154) (54fab10), refs #9478
  • storage: Wrap error when MaxAttempts is hit (#9767) (9cb262b), refs #9720

Documentation

  • storage/control: Update storage control documentation and add PHP for publishing (1d757c6)
Commits

Updates github.com/aws/aws-sdk-go from 1.51.26 to 1.53.3

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.53.3 (2024-05-15)

Service Client Updates

  • service/bedrock-agent-runtime: Updates service documentation
  • service/codebuild: Updates service API and documentation
    • CodeBuild Reserved Capacity VPC Support
  • service/datasync: Updates service API
  • service/grafana: Updates service API, documentation, and paginators
  • service/medical-imaging: Updates service API and documentation
  • service/securityhub: Updates service API and documentation

Release v1.53.2 (2024-05-14)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/s3: Updates service API and examples
    • Updated a few x-id in the http uri traits

Release v1.53.1 (2024-05-13)

Service Client Updates

  • service/eventbridge: Updates service API and documentation
  • service/vpc-lattice: Updates service API and documentation

Release v1.53.0 (2024-05-10)

Service Client Updates

  • service/discovery: Updates service API
    • add v2 smoke tests and smithy smokeTests trait for SDK testing
  • service/greengrassv2: Updates service API and documentation
  • service/sagemaker: Updates service API
    • Introduced support for G6 instance types on Sagemaker Notebook Instances and on SageMaker Studio for JupyterLab and CodeEditor applications.
  • service/sso-oidc: Updates service API, documentation, and examples

SDK Features

  • service/honeycode: Remove Honeycode
    • This change removes the Honeycode service, which has been deprecated.

Release v1.52.6 (2024-05-09)

Service Client Updates

  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/pinpoint: Updates service API and documentation
    • This release adds support for specifying email message headers for Email Templates, Campaigns, Journeys and Send Messages.
  • service/route53resolver: Updates service documentation

... (truncated)

Commits

Updates github.com/confluentinc/confluent-kafka-go/v2 from 2.3.0 to 2.4.0

Release notes

Sourced from github.com/confluentinc/confluent-kafka-go/v2's releases.

v2.4.0

This is a feature release.

  • KIP-848: Integration tests running with the new consumer group protocol. The feature is an Early Access: not production ready (#1185).
  • Allow custom http.Client to be passed to schema registry client (#1099)
  • Cache schemas when setting UseLatestVersion=true (#1100)
  • Add CacheLatestTtlSecs to allow expiration of latest schemas (#1106)
  • Cache parsed file descriptors in Protobuf deserializer (#1128)
  • Add CacheSchemas option to Protobuf serializer (#1151)
  • Add tags field to Confluent metadata (#1131)

Fixes

  • The version of Go in go.mod has been changed from 1.17 to 1.21. This is necessary to update test dependencies with security vulnerabilities. Code using the library will still work with Go 1.17 (#1136, @​rzeijde).
  • Fix JSON validation during serialization (#1101)
  • Fix counter in mock schema registry client (#1170)

confluent-kafka-go is based on librdkafka v2.4.0, see the librdkafka v2.4.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Changelog

Sourced from github.com/confluentinc/confluent-kafka-go/v2's changelog.

v2.4.0

This is a feature release.

  • KIP-848: Integration tests running with the new consumer group protocol. The feature is an Early Access: not production ready (#1185).
  • Allow custom http.Client to be passed to schema registry client (#1099)
  • Cache schemas when setting UseLatestVersion=true (#1100)
  • Add CacheLatestTtlSecs to allow expiration of latest schemas (#1106)
  • Cache parsed file descriptors in Protobuf deserializer (#1128)
  • Add CacheSchemas option to Protobuf serializer (#1151)
  • Add tags field to Confluent metadata (#1131)

Fixes

  • The version of Go in go.mod has been changed from 1.17 to 1.21. This is necessary to update test dependencies with security vulnerabilities. Code using the library will still work with Go 1.17. (#1136, @​rzeijde).
  • Fix JSON validation during serialization (#1101)
  • Fix counter in mock schema registry client (#1170)

confluent-kafka-go is based on librdkafka v2.4.0, see the librdkafka v2.4.0 release notes for a complete list of changes, enhancements, fixes and upgrade considerations.

Commits
  • 1bb141d librdkafka v2.4.0 (#1188)
  • 663adb0 Documentation and error code update for librdkafka v2.4.0
  • 16c9384 librdkafka static bundle v2.4.0
  • 92bec51 librdkafka and confluent-kafka-go v2.4.0
  • 105797d [KIP-848] Run integration tests with both the "classic" and "consumer" consum...
  • 27517c3 librdkafka v2.4.0-RC2 (#1180)
  • ddffcb6 Documentation and error code update for librdkafka v2.4.0-RC2
  • 07db0c8 librdkafka static bundle v2.4.0-RC2
  • e58e144 librdkafka and confluent-kafka-go v2.4.0-RC2
  • f0d709f MINOR Fix counter in mock SR client (#1170)
  • Additional commits viewable in compare view

Updates github.com/databricks/databricks-sql-go from 1.5.4 to 1.5.5

Release notes

Sourced from github.com/databricks/databricks-sql-go's releases.

v1.5.5

Full Changelog: databricks/databricks-sql-go@v1.5.4...v1.5.5

Changelog

Sourced from github.com/databricks/databricks-sql-go's changelog.

v1.5.5 (2024-04-16)

Commits

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.19.1 to 2.20.0

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.20.0

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.19.1...v2.20.0

Commits
  • 2da4beb fix: handle X-Forwarded-* headers correctly (#4334)
  • 9660e4a chore(deps): update googleapis digest to 61a066c
  • d031ccd chore(deps): update googleapis digest to ca6e6eb
  • 377fdbf fix(deps): update module google.golang.org/grpc to v1.64.0
  • 01ea057 chore(deps): update googleapis digest to 584e0de
  • c298362 fix(4245): setting appropriate log level for error logs (#4327)
  • 33ca56e chore(deps): update googleapis digest to e3a34df
  • db700b4 Update README.md
  • f917396 chore(deps): update googleapis digest to 7e73d48
  • 4bba94f fix(deps): update module google.golang.org/genproto/googleapis/rpc to v0.0.0-...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.6 (May 9, 2024)

ENHANCEMENTS:

  • client: support a RetryPrepare function for modifying the request before retrying (#216)
  • client: support HTTP-date values for Retry-After header value (#138)
  • client: avoid reading entire body when the body is a *bytes.Reader (#197)

BUG FIXES:

  • client: fix a broken check for invalid server certificate in go 1.20+ (#210)
Commits

Updates github.com/linkedin/goavro/v2 from 2.12.0 to 2.13.0

Release notes

Sourced from github.com/linkedin/goavro/v2's releases.

Release to expose underlying TypeName in Codec

This release updates the Codec type to surface the underlying typeName via a public API

  • Adds the TypeName method to Codec to expose the underlying type name outside the goavro package scope
  • Adds the ShortName method to Name to expose the short name (i.e. record name excluding classpath) as a public method

Ref. PR: linkedin/goavro#285 by @​mittal-aashay

Commits
  • d517b19 Merge pull request #285 from mittal-aashay/master
  • 3cdeb7c lint fix II
  • 36b6d31 Lint fix
  • caf1f15 feat(goavro) Adding method to return typename associated with Codec
  • 8eb9f0e Merge pull request #260 from xmcqueen/master
  • 6649606 fixed dangling link to gogen-avro per recommendation
  • See full diff in compare view

Updates github.com/marcboeker/go-duckdb from 1.6.3 to 1.6.4

Commits

Updates github.com/minio/minio-go/v7 from 7.0.69 to 7.0.70

Release notes

Sourced from github.com/minio/minio-go/v7's releases.

Bugfix Release

What's Changed

New Contributors

Full Changelog: minio/minio-go@v7.0.68...v7.0.70

Commits
  • c2fe179 remove sha256-simd support we do not need it anymore (#1958)
  • 0e5a768 avoid trailing checksums for zero byte objects
  • afa8d59 Bump golang.org/x/net from 0.21.0 to 0.23.0 in /examples/minio (#1955)
  • 0558c7e Bump golang.org/x/net from 0.21.0 to 0.23.0 (#1954)
  • bfc8151 remove broken codeql integration from GitHub
  • e44abd3 fix: non md5 etags (#1952)
  • 18e8073 Update vulncheck Go version to 1.22.x (#1953)
  • e8ddcf0 Update version to next release
  • See full diff in compare view

Updates github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.3

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.17.3

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

v2.17.2

2.17.2

Fixes

  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]

Maintenance

  • Bump github.com/google/pprof [d91fe4e]
  • Bump github.com/go-task/slim-sprig to v3 [8cb662e]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
  • Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
  • Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
  • Fix test for gomega version bump [f2fcd97]
  • Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
  • Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
  • Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
  • Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.17.3

Fixes

ginkgo watch now ignores hidden files [bde6e00]

2.17.2

Fixes

  • fix: close files [32259c8]
  • fix github output log level for skipped specs [780e7a3]

Maintenance

  • Bump github.com/google/pprof [d91fe4e]
  • Bump github.com/go-task/slim-sprig to v3 [8cb662e]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1391) [3134422]
  • Bump github-pages from 230 to 231 in /docs (#1384) [eca81b4]
  • Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#1383) [760def8]
  • Bump golang.org/x/net from 0.23.0 to 0.24.0 (#1381) [4ce33f4]
  • Fix test for gomega version bump [f2fcd97]
  • Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#1390) [fd622d2]
  • Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#1368) [5474a26]
  • Bump github-pages from 229 to 230 in /docs (#1359) [e6d1170]
  • Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#1374) [7f447b2]
  • Bump golang.org/x/net from 0.20.0 to 0.23.0 (#1380) [f15239a]
Commits

Updates github.com/onsi/gomega from 1.33.0 to 1.33.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.33.1

1.33.1

Fixes

  • fix confusing eventually docs [3a66379]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.33.1

Fixes

  • fix confusing eventually docs [3a66379]

Maintenance

  • Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a]
Commits

Updates github.com/rs/cors from 1.10.1 to 1.11.0

Commits
  • 4c32059 Normalize allowed request headers and store them in a sorted set (fixes #170)...
  • 8d33ca4 Complete documentation; deprecate AllowOriginRequestFunc in favour of AllowOr...
  • af821ae Merge branch 'jub0bs-master'
  • 0bcf73f Update benchmark
  • eacc8e8 Fix skewed middleware benchmarks (#165)
  • 9297f15 Respect the documented precedence of options (#163)
  • 73f81b4 Fix readme benchmark rendering (#161)
  • See full diff in compare view

Updates github.com/snowflakedb/gosnowflake from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/snowflakedb/gosnowflake's releases.

Release

Commits
  • 06ec38e MINOR: Bumped up GoLang connector MINOR version from 1.9.0 to 1.10.0 (#1123)
  • 355c8c4 SNOW-1256899 Add structured types docs (#1124)
  • 0389a9a SNOW-1342971 Add golang version to telemetry and auth request (#1118)
  • fd31f5f doc: fixed minor typo in runbook-update-ca-certs.md (#1121)
  • ec3e828 SNOW-1017575 replace deprecated jwt library with supported one (#1117)
  • bd156e9 SNOW-1264786 Support structured types in arrow batches (#1111)
  • 3ffb287 SNOW-1334777: Add permission write for create-jira workflow (#1112)

Bumps the go-deps group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.60.0` | `1.61.0` |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.37.0` | `1.38.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.40.0` | `1.41.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.51.26` | `1.53.3` |
| [github.com/confluentinc/confluent-kafka-go/v2](https://github.com/confluentinc/confluent-kafka-go) | `2.3.0` | `2.4.0` |
| [github.com/databricks/databricks-sql-go](https://github.com/databricks/databricks-sql-go) | `1.5.4` | `1.5.5` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.19.1` | `2.20.0` |
| [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.5` | `0.7.6` |
| [github.com/linkedin/goavro/v2](https://github.com/linkedin/goavro) | `2.12.0` | `2.13.0` |
| [github.com/marcboeker/go-duckdb](https://github.com/marcboeker/go-duckdb) | `1.6.3` | `1.6.4` |
| [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) | `7.0.69` | `7.0.70` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.17.1` | `2.17.3` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.33.0` | `1.33.1` |
| [github.com/rs/cors](https://github.com/rs/cors) | `1.10.1` | `1.11.0` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.9.0` | `1.10.0` |
| [github.com/trinodb/trino-go-client](https://github.com/trinodb/trino-go-client) | `0.314.0` | `0.315.0` |
| [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.1` | `2.27.2` |
| [github.com/valyala/fasthttp](https://github.com/valyala/fasthttp) | `1.52.0` | `1.53.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.25.0` | `1.26.0` |



Updates `cloud.google.com/go/bigquery` from 1.60.0 to 1.61.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@spanner/v1.60.0...spanner/v1.61.0)

Updates `cloud.google.com/go/pubsub` from 1.37.0 to 1.38.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.37.0...pubsub/v1.38.0)

Updates `cloud.google.com/go/storage` from 1.40.0 to 1.41.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@spanner/v1.40.0...spanner/v1.41.0)

Updates `github.com/aws/aws-sdk-go` from 1.51.26 to 1.53.3
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.51.26...v1.53.3)

Updates `github.com/confluentinc/confluent-kafka-go/v2` from 2.3.0 to 2.4.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.3.0...v2.4.0)

Updates `github.com/databricks/databricks-sql-go` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/databricks/databricks-sql-go/releases)
- [Changelog](https://github.com/databricks/databricks-sql-go/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sql-go@v1.5.4...v1.5.5)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.19.1 to 2.20.0
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.19.1...v2.20.0)

Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.6
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.6)

Updates `github.com/linkedin/goavro/v2` from 2.12.0 to 2.13.0
- [Release notes](https://github.com/linkedin/goavro/releases)
- [Changelog](https://github.com/linkedin/goavro/blob/master/debug_release.go)
- [Commits](linkedin/goavro@v2.12...v2.13.0)

Updates `github.com/marcboeker/go-duckdb` from 1.6.3 to 1.6.4
- [Commits](marcboeker/go-duckdb@v1.6.3...v1.6.4)

Updates `github.com/minio/minio-go/v7` from 7.0.69 to 7.0.70
- [Release notes](https://github.com/minio/minio-go/releases)
- [Commits](minio/minio-go@v7.0.69...v7.0.70)

Updates `github.com/onsi/ginkgo/v2` from 2.17.1 to 2.17.3
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.17.1...v2.17.3)

Updates `github.com/onsi/gomega` from 1.33.0 to 1.33.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.33.0...v1.33.1)

Updates `github.com/rs/cors` from 1.10.1 to 1.11.0
- [Commits](rs/cors@v1.10.1...v1.11.0)

Updates `github.com/snowflakedb/gosnowflake` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.9.0...v1.10.0)

Updates `github.com/trinodb/trino-go-client` from 0.314.0 to 0.315.0
- [Release notes](https://github.com/trinodb/trino-go-client/releases)
- [Commits](trinodb/trino-go-client@v0.314.0...v0.315.0)

Updates `github.com/urfave/cli/v2` from 2.27.1 to 2.27.2
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.27.1...v2.27.2)

Updates `github.com/valyala/fasthttp` from 1.52.0 to 1.53.0
- [Release notes](https://github.com/valyala/fasthttp/releases)
- [Commits](valyala/fasthttp@v1.52.0...v1.53.0)

Updates `go.opentelemetry.io/otel` from 1.25.0 to 1.26.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.25.0...v1.26.0)

Updates `golang.org/x/exp` from 0.0.0-20240119083558-1b970713d09a to 0.0.0-20240222234643-814bf88cf225
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/oauth2` from 0.19.0 to 0.20.0
- [Commits](golang/oauth2@v0.19.0...v0.20.0)

Updates `google.golang.org/api` from 0.176.0 to 0.178.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.176.0...v0.178.0)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240415180920-8c6c420018be to 0.0.0-20240513163218-0867130af1f8
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.63.2 to 1.64.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.63.2...v1.64.0)

Updates `google.golang.org/protobuf` from 1.33.0 to 1.34.1

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- 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/databricks/databricks-sql-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/hashicorp/go-retryablehttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/linkedin/goavro/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/marcboeker/go-duckdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/minio/minio-go/v7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/onsi/ginkgo/v2
  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/rs/cors
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/trinodb/trino-go-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/valyala/fasthttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.opentelemetry.io/otel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 16, 2024
Copy link
Contributor

coderabbitai bot commented May 16, 2024

Important

Auto Review Skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 17, 2024

Superseded by #4688.

@dependabot dependabot bot closed this May 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-5e81be8e2a branch May 17, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants