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 9 updates #4702

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
github.com/aws/aws-sdk-go 1.53.5 1.53.8
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/marcboeker/go-duckdb 1.6.4 1.6.5
github.com/onsi/ginkgo/v2 2.17.3 2.18.0
github.com/trinodb/trino-go-client 0.314.0 0.315.0
go.opentelemetry.io/otel 1.26.0 1.27.0
google.golang.org/api 0.178.0 0.181.0

Updates github.com/aws/aws-sdk-go from 1.53.5 to 1.53.8

Release notes

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

Release v1.53.8 (2024-05-22)

Service Client Updates

  • service/chatbot: Updates service API and documentation
  • service/cloudformation: Updates service API and documentation
    • Added DeletionMode FORCE_DELETE_STACK for deleting a stack that is stuck in DELETE_FAILED state due to resource deletion failure.
  • service/kms: Updates service API and documentation
    • This release includes feature to import customer's asymmetric (RSA, ECC and SM2) and HMAC keys into KMS in China.
  • service/opensearch: Updates service API and documentation
  • service/wafv2: Updates service API and documentation

SDK Bugs

  • service/ec2: Correct empty list serialization behavior.
    • Empty, non-nil lists should NOT be serialized for this service.

Release v1.53.7 (2024-05-21)

Service Client Updates

  • service/cloudfront: Updates service API
    • Model update; no change to SDK functionality.
  • service/glue: Updates service API and documentation
    • Add Maintenance window to CreateJob and UpdateJob APIs and JobRun response. Add a new Job Run State for EXPIRED.
  • service/lightsail: Updates service API and documentation
    • This release adds support for Amazon Lightsail instances to switch between dual-stack or IPv4 only and IPv6-only public IP address types.
  • service/mailmanager: Adds new service
  • service/pi: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for Db2 license through AWS Marketplace.
  • service/storagegateway: Updates service API and documentation
    • Added new SMBSecurityStrategy enum named MandatoryEncryptionNoAes128, new mode enforces encryption and disables AES 128-bit algorithums.

Release v1.53.6 (2024-05-20)

Service Client Updates

  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-agent-runtime: Updates service API and documentation
  • service/controltower: Updates service API, documentation, and paginators
  • service/osis: Updates service API and documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for EngineLifecycleSupport on DBInstances, DBClusters, and GlobalClusters.
  • service/secretsmanager: Updates service documentation
    • add v2 smoke tests and smithy smokeTests trait for SDK testing
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/marcboeker/go-duckdb from 1.6.4 to 1.6.5

Commits

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

Release notes

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

v2.18.0

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]
Changelog

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

2.18.0

Features

  • Add --slience-skips and --force-newlines [f010b65]
  • fail when no tests were run and --fail-on-empty was set [d80eebe]

Fixes

  • Fix table entry context edge case [42013d6]

Maintenance

  • Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406) [fcf1fd7]
  • Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399) [8bb14fd]
  • Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407) [04bfad7]
Commits
  • eb27ca8 v2.18.0
  • f010b65 Add --slience-skips and --force-newlines
  • 42013d6 Fix table entry context edge case
  • 9e234ea always rebuild and run ginkgo in makefile
  • 5ce8355 add --fail-on-empty to recommended CI flags in docs
  • 3ffbf8b add makefile
  • d80eebe fail when no tests were run and --fail-on-empty was set
  • fcf1fd7 Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#1406)
  • 8bb14fd Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#1399)
  • 04bfad7 Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1407)
  • See full diff in compare view

Updates github.com/trinodb/trino-go-client from 0.314.0 to 0.315.0

Release notes

Sourced from github.com/trinodb/trino-go-client's releases.

v0.315.0

Changelog

  • 4c19a32 Start a stopped test container and fail quickly when it fails to start
  • 3ccb094 Use a real Trino server for TLS integration test
  • 2ab7d45 Dump container logs when it fails to become ready
  • e7d9983 Add integration test for JWT auth
  • f1b3d95 Enable TLS in test Trino container
  • aa08ec4 Add token (JWT) authentication support
  • 47eee6e Fix linter errors
  • 18d7885 Avoid using deprecated package ioutil
  • f321e3c Improve README
  • 391aebc Unexport internal constants
  • 243670d Allow to configure Kerberos remote service name
  • d4afa69 Use latest Go for releases
  • 0dc4102 Run CI only on pushes to master
  • fd368cb support Geometry too
  • 5a52680 support Geography values as WKT strings
  • d61b3c2 Document instrumenting the http client using OpenTelemetry
  • 8d73fac Wrap long lines in README
  • bdabe1c Pass parent context to requests
  • 38fd110 Update GitHub actions
  • 181c54f Update minimum required Go version and dependencies
Commits
  • 4c19a32 Start a stopped test container and fail quickly when it fails to start
  • 3ccb094 Use a real Trino server for TLS integration test
  • 2ab7d45 Dump container logs when it fails to become ready
  • e7d9983 Add integration test for JWT auth
  • f1b3d95 Enable TLS in test Trino container
  • aa08ec4 Add token (JWT) authentication support
  • 47eee6e Fix linter errors
  • 18d7885 Avoid using deprecated package ioutil
  • f321e3c Improve README
  • 391aebc Unexport internal constants
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.26.0 to 1.27.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.27.0/0.49.0/0.3.0] 2024-05-21

Added

  • Add example for go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5242)
  • Add RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest to facilitate testing exporter and processor implementations. (#5258)
  • Add RecordFactory in go.opentelemetry.io/otel/log/logtest to facilitate testing bridge implementations. (#5263)
  • The count of dropped records from the BatchProcessor in go.opentelemetry.io/otel/sdk/log is logged. (#5276)
  • Add metrics in the otel-collector example. (#5283)
  • Add the synchronous gauge instrument to go.opentelemetry.io/otel/metric. (#5304)
    • An int64 or float64 synchronous gauge instrument can now be created from a Meter.
    • All implementations of the API (go.opentelemetry.io/otel/metric/noop, go.opentelemetry.io/otel/sdk/metric) are updated to support this instrument.
  • Add logs to go.opentelemetry.io/otel/example/dice. (#5349)

Changed

  • The Shutdown method of Exporter in go.opentelemetry.io/otel/exporters/stdout/stdouttrace ignores the context cancellation and always returns nil. (#5189)
  • The ForceFlush and Shutdown methods of the exporter returned by New in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric ignore the context cancellation and always return nil. (#5189)
  • Apply the value length limits to Record attributes in go.opentelemetry.io/otel/sdk/log. (#5230)
  • De-duplicate map attributes added to a Record in go.opentelemetry.io/otel/sdk/log. (#5230)
  • go.opentelemetry.io/otel/exporters/stdout/stdoutlog won't print timestamps when WithoutTimestamps option is set. (#5241)
  • The go.opentelemetry.io/otel/exporters/stdout/stdoutlog exporter won't print AttributeValueLengthLimit and AttributeCountLimit fields now, instead it prints the DroppedAttributes field. (#5272)
  • Improved performance in the Stringer implementation of go.opentelemetry.io/otel/baggage.Member by reducing the number of allocations. (#5286)
  • Set the start time for last-value aggregates in go.opentelemetry.io/otel/sdk/metric. (#5305)
  • The Span in go.opentelemetry.io/otel/sdk/trace will record links without span context if either non-empty TraceState or attributes are provided. (#5315)
  • Upgrade all dependencies of go.opentelemetry.io/otel/semconv/v1.24.0 to go.opentelemetry.io/otel/semconv/v1.25.0. (#5374)

Fixed

  • Comparison of unordered maps for go.opentelemetry.io/otel/log.KeyValue and go.opentelemetry.io/otel/log.Value. (#5306)
  • Fix the empty output of go.opentelemetry.io/otel/log.Value in go.opentelemetry.io/otel/exporters/stdout/stdoutlog. (#5311)
  • Split the behavior of Recorder in go.opentelemetry.io/otel/log/logtest so it behaves as a LoggerProvider only. (#5365)
  • Fix wrong package name of the error message when parsing endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5371)
  • Identify the Logger returned from the global LoggerProvider in go.opentelemetry.io/otel/log/global with its schema URL. (#5375)
Commits
  • 5661ff0 Release v1.27.0/v0.49.0/v0.3.0 (#5392)
  • 0d3dddc Fix exported instrument kind const value change (#5385)
  • 7aae7a8 chore(deps): update benchmark-action/github-action-benchmark action to v1.20....
  • 8c3120f chore(deps): update module google.golang.org/genproto/googleapis/api to v0.0....
  • d55658e chore(deps): update codecov/codecov-action action to v4.4.1 (#5387)
  • 49c866f fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (#5382)
  • 999c6a0 Update all semconv use to v1.25.0 (#5374)
  • 14441ae Identify logger with schemaURL in global logger provider (#5375)
  • ebd0ade Split log/logtest into a recorder and a logger (#5365)
  • 0d1e77c Fix package prefix of error in otlploghttp (#5371)
  • Additional commits viewable in compare view

Updates golang.org/x/exp from 0.0.0-20240119083558-1b970713d09a to 0.0.0-20240222234643-814bf88cf225

Commits

Updates google.golang.org/api from 0.178.0 to 0.181.0

Release notes

Sourced from google.golang.org/api's releases.

v0.181.0

0.181.0 (2024-05-16)

Features

v0.180.0

0.180.0 (2024-05-10)

Features

v0.179.0

0.179.0 (2024-05-09)

Features

Bug Fixes

Changelog

Sourced from google.golang.org/api's changelog.

0.181.0 (2024-05-16)

Features

0.180.0 (2024-05-10)

Features

0.179.0 (2024-05-09)

Features

Bug Fixes

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.53.5` | `1.53.8` |
| [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/marcboeker/go-duckdb](https://github.com/marcboeker/go-duckdb) | `1.6.4` | `1.6.5` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.17.3` | `2.18.0` |
| [github.com/trinodb/trino-go-client](https://github.com/trinodb/trino-go-client) | `0.314.0` | `0.315.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.26.0` | `1.27.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.178.0` | `0.181.0` |



Updates `github.com/aws/aws-sdk-go` from 1.53.5 to 1.53.8
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.53.5...v1.53.8)

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/marcboeker/go-duckdb` from 1.6.4 to 1.6.5
- [Commits](marcboeker/go-duckdb@v1.6.4...v1.6.5)

Updates `github.com/onsi/ginkgo/v2` from 2.17.3 to 2.18.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.17.3...v2.18.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 `go.opentelemetry.io/otel` from 1.26.0 to 1.27.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.26.0...v1.27.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 `google.golang.org/api` from 0.178.0 to 0.181.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.178.0...v0.181.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/marcboeker/go-duckdb
  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-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: 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: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 23, 2024
Copy link
Contributor

coderabbitai bot commented May 23, 2024

Important

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 24, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 24, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-f7e666161c branch May 24, 2024 09:58
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