chore(deps): bump the dependencies group across 1 directory with 26 updates - #613
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
…pdates Bumps the dependencies group with 19 updates in the /src/server/api/go directory: | Package | From | To | | --- | --- | --- | | [github.com/alicebob/miniredis/v2](https://github.com/alicebob/miniredis) | `2.37.0` | `2.38.0` | | [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.35.1` | `1.54.0` | | [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.41.5` | `1.42.0` | | [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.14` | `1.32.26` | | [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.22.13` | `1.22.29` | | [github.com/bytedance/sonic](https://github.com/bytedance/sonic) | `1.15.0` | `1.15.2` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.30.2` | `10.30.3` | | [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.31.0` | `3.41.0` | | [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) | `1.10.0` | `1.12.0` | | [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis) | `9.18.0` | `9.21.0` | | [github.com/tiktoken-go/tokenizer](https://github.com/tiktoken-go/tokenizer) | `0.7.0` | `0.8.0` | | [go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` | | [go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.69.0` | | [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.43.0` | `1.44.0` | | [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.1` | `1.28.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.21.0` | | [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.54.0` | `1.62.0` | | [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.31.1` | `1.31.2` | Updates `github.com/alicebob/miniredis/v2` from 2.37.0 to 2.38.0 - [Release notes](https://github.com/alicebob/miniredis/releases) - [Changelog](https://github.com/alicebob/miniredis/blob/master/CHANGELOG.md) - [Commits](alicebob/miniredis@v2.37.0...v2.38.0) Updates `github.com/anthropics/anthropic-sdk-go` from 1.35.1 to 1.54.0 - [Release notes](https://github.com/anthropics/anthropic-sdk-go/releases) - [Changelog](https://github.com/anthropics/anthropic-sdk-go/blob/main/CHANGELOG.md) - [Commits](anthropics/anthropic-sdk-go@v1.35.1...v1.54.0) Updates `github.com/aws/aws-sdk-go-v2` from 1.41.5 to 1.42.0 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@v1.41.5...v1.42.0) Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.14 to 1.32.26 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@config/v1.32.14...config/v1.32.26) Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.14 to 1.19.25 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@credentials/v1.19.14...credentials/v1.19.25) Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.22.13 to 1.22.29 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/signer/v1.22.13...feature/s3/manager/v1.22.29) Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.99.0 to 1.104.1 - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@service/s3/v1.99.0...service/s3/v1.104.1) Updates `github.com/bytedance/sonic` from 1.15.0 to 1.15.2 - [Release notes](https://github.com/bytedance/sonic/releases) - [Commits](bytedance/sonic@v1.15.0...v1.15.2) Updates `github.com/go-playground/validator/v10` from 10.30.2 to 10.30.3 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.30.2...v10.30.3) Updates `github.com/openai/openai-go/v3` from 3.31.0 to 3.41.0 - [Release notes](https://github.com/openai/openai-go/releases) - [Changelog](https://github.com/openai/openai-go/blob/main/CHANGELOG.md) - [Commits](openai/openai-go@v3.31.0...v3.41.0) Updates `github.com/rabbitmq/amqp091-go` from 1.10.0 to 1.12.0 - [Release notes](https://github.com/rabbitmq/amqp091-go/releases) - [Changelog](https://github.com/rabbitmq/amqp091-go/blob/main/CHANGELOG.md) - [Commits](rabbitmq/amqp091-go@v1.10.0...v1.12.0) Updates `github.com/redis/go-redis/extra/redisotel/v9` from 9.18.0 to 9.21.0 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.18.0...v9.21.0) Updates `github.com/redis/go-redis/v9` from 9.18.0 to 9.21.0 - [Release notes](https://github.com/redis/go-redis/releases) - [Changelog](https://github.com/redis/go-redis/blob/master/RELEASE-NOTES.md) - [Commits](redis/go-redis@v9.18.0...v9.21.0) Updates `github.com/tiktoken-go/tokenizer` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/tiktoken-go/tokenizer/releases) - [Commits](tiktoken-go/tokenizer@v0.7.0...v0.8.0) Updates `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.68.0...zpages/v0.69.0) Updates `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.68.0...zpages/v0.69.0) Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.68.0 to 0.69.0 - [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md) - [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.68.0...zpages/v0.69.0) Updates `go.opentelemetry.io/otel` from 1.43.0 to 1.44.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.43.0...v1.44.0) Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.43.0 to 1.44.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.43.0...v1.44.0) Updates `go.opentelemetry.io/otel/sdk` from 1.43.0 to 1.44.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.43.0...v1.44.0) Updates `go.opentelemetry.io/otel/trace` from 1.43.0 to 1.44.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.43.0...v1.44.0) Updates `go.uber.org/zap` from 1.27.1 to 1.28.0 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.1...v1.28.0) Updates `golang.org/x/crypto` from 0.50.0 to 0.52.0 - [Commits](golang/crypto@v0.50.0...v0.52.0) Updates `golang.org/x/sync` from 0.20.0 to 0.21.0 - [Commits](golang/sync@v0.20.0...v0.21.0) Updates `google.golang.org/genai` from 1.54.0 to 1.62.0 - [Release notes](https://github.com/googleapis/go-genai/releases) - [Changelog](https://github.com/googleapis/go-genai/blob/main/CHANGELOG.md) - [Commits](googleapis/go-genai@v1.54.0...v1.62.0) Updates `gorm.io/gorm` from 1.31.1 to 1.31.2 - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.31.1...v1.31.2) --- updated-dependencies: - dependency-name: github.com/alicebob/miniredis/v2 dependency-version: 2.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/anthropics/anthropic-sdk-go dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/aws/aws-sdk-go-v2 dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/config dependency-version: 1.32.26 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/credentials dependency-version: 1.19.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/manager dependency-version: 1.22.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/aws/aws-sdk-go-v2/service/s3 dependency-version: 1.104.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/bytedance/sonic dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.30.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: github.com/openai/openai-go/v3 dependency-version: 3.41.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/rabbitmq/amqp091-go dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/redis/go-redis/extra/redisotel/v9 dependency-version: 9.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/redis/go-redis/v9 dependency-version: 9.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github.com/tiktoken-go/tokenizer dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws dependency-version: 0.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin dependency-version: 0.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp dependency-version: 0.69.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.opentelemetry.io/otel dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.opentelemetry.io/otel/sdk dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.opentelemetry.io/otel/trace dependency-version: 1.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: go.uber.org/zap dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/crypto dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: golang.org/x/sync dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: google.golang.org/genai dependency-version: 1.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: gorm.io/gorm dependency-version: 1.31.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 19 updates in the /src/server/api/go directory:
2.37.02.38.01.35.11.54.01.41.51.42.01.32.141.32.261.22.131.22.291.15.01.15.210.30.210.30.33.31.03.41.01.10.01.12.09.18.09.21.00.7.00.8.00.68.00.69.00.68.00.69.00.68.00.69.01.43.01.44.01.27.11.28.00.20.00.21.01.54.01.62.01.31.11.31.2Updates
github.com/alicebob/miniredis/v2from 2.37.0 to 2.38.0Release notes
Sourced from github.com/alicebob/miniredis/v2's releases.
Changelog
Sourced from github.com/alicebob/miniredis/v2's changelog.
Commits
d67bfaeupdate changelog for v2.38.02b1abd8DELEX (partly) (#442)452dd37Merge pull request #440 from infastin/server-aliasb5b8ec2feat: add 'server' alias to 'redis' in lua scriptsecc4af1Merge pull request #439 from TomBailey167/xinfo-stream-last-generated-id4a2a33eMerge pull request #435 from evan-choi/fix/xadd-equals-trim-modifierd6261effeat: add last-generated-id to XINFO STREAM responsef4d8aa3fix: accept = trim modifier in xaddUpdates
github.com/anthropics/anthropic-sdk-gofrom 1.35.1 to 1.54.0Release notes
Sourced from github.com/anthropics/anthropic-sdk-go's releases.
... (truncated)
Changelog
Sourced from github.com/anthropics/anthropic-sdk-go's changelog.
... (truncated)
Commits
1ac9b88release: 1.54.01012ad4feat(api): add support for claude-sonnet-57ae106cfix(agenttoolset): allow absolute paths that resolve inside workdir (#93)76f0fabrelease: 1.53.03c1d9bdfeat(api): add support for 20260318 web fetch and support tools04c0cc4chore(docs): updates to descriptions and example values8b31fe3chore(api): accept user profile ID's when counting tokens2e94868codegen metadata2978fa5release: 1.52.092687e7chore(api): add support for new refusal categoryUpdates
github.com/aws/aws-sdk-go-v2from 1.41.5 to 1.42.0Commits
9a3190fRelease 2026-06-08b20dd5bRegenerated Clients75a45eaUpdate API modele736f55Add preview of changes for standard retry mode behind flag (#3400)ba08dc9Release 2026-06-05.29a67e21Revert schema serde (#3442)51692f8s3/transfermanager: avoid double-closing concurrentReader channel after read ...f696d5bRelease 2026-06-057efb8fdRegenerated Clients1a420c5Update endpoints modelUpdates
github.com/aws/aws-sdk-go-v2/configfrom 1.32.14 to 1.32.26Commits
26060c5Release 2026-06-2924e918aRegenerated Clients334471fUpdate API model96d81dcDeprecate iotevents, ioteventsdata, panorama and simspaceweaver (#3458)30502cbfeat: mark common plugins and fix per-op ordering for invokeOperation refacto...8881653Revert "feat: mark common plugins and fix per-op ordering for invokeOperation...eba2f01feat: mark common plugins and fix per-op ordering for invokeOperation… (#3443)2c5e1dbRelease 2026-06-23d09eeb5Regenerated Clients2f5f5f9Update API modelUpdates
github.com/aws/aws-sdk-go-v2/credentialsfrom 1.19.14 to 1.19.25Commits
26060c5Release 2026-06-2924e918aRegenerated Clients334471fUpdate API model96d81dcDeprecate iotevents, ioteventsdata, panorama and simspaceweaver (#3458)30502cbfeat: mark common plugins and fix per-op ordering for invokeOperation refacto...8881653Revert "feat: mark common plugins and fix per-op ordering for invokeOperation...eba2f01feat: mark common plugins and fix per-op ordering for invokeOperation… (#3443)2c5e1dbRelease 2026-06-23d09eeb5Regenerated Clients2f5f5f9Update API modelUpdates
github.com/aws/aws-sdk-go-v2/feature/s3/managerfrom 1.22.13 to 1.22.29Commits
26060c5Release 2026-06-2924e918aRegenerated Clients334471fUpdate API model96d81dcDeprecate iotevents, ioteventsdata, panorama and simspaceweaver (#3458)30502cbfeat: mark common plugins and fix per-op ordering for invokeOperation refacto...8881653Revert "feat: mark common plugins and fix per-op ordering for invokeOperation...eba2f01feat: mark common plugins and fix per-op ordering for invokeOperation… (#3443)2c5e1dbRelease 2026-06-23d09eeb5Regenerated Clients2f5f5f9Update API modelUpdates
github.com/aws/aws-sdk-go-v2/service/s3from 1.99.0 to 1.104.1Commits
26060c5Release 2026-06-2924e918aRegenerated Clients334471fUpdate API model96d81dcDeprecate iotevents, ioteventsdata, panorama and simspaceweaver (#3458)30502cbfeat: mark common plugins and fix per-op ordering for invokeOperation refacto...8881653Revert "feat: mark common plugins and fix per-op ordering for invokeOperation...eba2f01feat: mark common plugins and fix per-op ordering for invokeOperation… (#3443)2c5e1dbRelease 2026-06-23d09eeb5Regenerated Clients2f5f5f9Update API modelUpdates
github.com/bytedance/sonicfrom 1.15.0 to 1.15.2Release notes
Sourced from github.com/bytedance/sonic's releases.
Commits
579b6fffix: use legacy map iterator shimd774513fix: align map runtime tags with Go 1.2447cc3edRevert "rebase: update dev_hw with latest main" (#941)fdf817achore: update llvm93044d2fix:add pretouchRecX86 in arm64 and add !arm64 to loader_go117_test.go59cca7cfeat: update sve_linkname|sve_wrapgoc with asm2arm_tool76dcf4achore: add asm2arm_tool execution and test scriptsccddb06feat: add SL mode support for asm2arm_toola756ce4feat: add JIT mode support for asm2arm_tool1d17626feat: use SVE acceleration in linkname and wrapgocUpdates
github.com/go-playground/validator/v10from 10.30.2 to 10.30.3Release notes
Sourced from github.com/go-playground/validator/v10's releases.
Commits
ac4c1bafix(docs): correct ripemd160 tag name in README validation table (#1582)feacb34feat: omit blank tag names from namespace (#1567)5ed0a7echore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#1580)0364541fix(cron): anchor regex and accept full cron syntax (#1577)8eb2659chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#1571)f7e1721chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (#1572)cf37fcefix(lint): correctly disable govet inline analyzer & deprecated gomodguard (#...7c334e5fix: reject hostnames with trailing hyphen in RFC 952 validator (#1569)6bcb7bcfeat: add origin validator for web origin URLs (#1565)6fd2fa8docs: fix typos (#1568)Updates
github.com/openai/openai-go/v3from 3.31.0 to 3.41.0Release notes
Sourced from github.com/openai/openai-go/v3's releases.
... (truncated)
Changelog
Sourced from github.com/openai/openai-go/v3's changelog.
... (truncated)
Commits
83efaf1release: 3.41.0dd78eadfeat(api): update OpenAPI spec or Stainless config8b6b6a7release: 3.40.012da0a2codegen metadata746dcf5feat(api): manual updates68333d5codegen metadata4b55308feat(api): admin spend_alerts0b38417feat(api): update OpenAPI spec or Stainless config9314b6cci: gate publish after release creation (#684)9fb1576ci: remove scheduled release runs (#682)Updates
github.com/rabbitmq/amqp091-gofrom 1.10.0 to 1.12.0Release notes
Sourced from github.com/rabbitmq/amqp091-go's releases.
... (truncated)
Changelog
Sourced from github.com/rabbitmq/amqp091-go's changelog.
... (truncated)
Commits
672e671Release v1.12.0 (#345)178f984Merge pull request #343 from rabbitmq/doc/update-non-goalsb6d3274doc: remove auto-reconnect from non-goals in README4f6ade4Feature: implement automatic connection and channel recovery with state chang...f98134cMerge pull request #342 from rabbitmq/add-claude840e11cUpdate CLAUDE.md to correct some technical inaccuracies32d8249Merge branch 'main' into add-claudead86bd2Merge pull request #341 from rabbitmq/fix/client-example-rmq-4.3d751223Add CLAUDE.md66a7a25Fix Client example to work with RabbitMQ 4.3Updates
github.com/redis/go-redis/extra/redisotel/v9from 9.18.0 to 9.21.0Details
...Description has been truncated