Skip to content

chore(deps): bump the dependencies group across 1 directory with 25 updates#604

Open
dependabot[bot] wants to merge 1 commit into
depsfrom
dependabot/go_modules/src/server/api/go/deps/dependencies-e61ac04296
Open

chore(deps): bump the dependencies group across 1 directory with 25 updates#604
dependabot[bot] wants to merge 1 commit into
depsfrom
dependabot/go_modules/src/server/api/go/deps/dependencies-e61ac04296

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the dependencies group with 18 updates in the /src/server/api/go directory:

Package From To
github.com/alicebob/miniredis/v2 2.37.0 2.38.0
github.com/anthropics/anthropic-sdk-go 1.35.1 1.49.0
github.com/aws/aws-sdk-go-v2 1.41.5 1.42.0
github.com/aws/aws-sdk-go-v2/config 1.32.14 1.32.24
github.com/aws/aws-sdk-go-v2/feature/s3/manager 1.22.13 1.22.26
github.com/bytedance/sonic 1.15.0 1.15.2
github.com/go-playground/validator/v10 10.30.2 10.30.3
github.com/openai/openai-go/v3 3.31.0 3.39.0
github.com/rabbitmq/amqp091-go 1.10.0 1.11.0
github.com/redis/go-redis/extra/redisotel/v9 9.18.0 9.20.0
github.com/tiktoken-go/tokenizer 0.7.0 0.8.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws 0.68.0 0.69.0
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin 0.68.0 0.69.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.68.0 0.69.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.43.0 1.44.0
go.uber.org/zap 1.27.1 1.28.0
golang.org/x/sync 0.20.0 0.21.0
google.golang.org/genai 1.54.0 1.59.0

Updates github.com/alicebob/miniredis/v2 from 2.37.0 to 2.38.0

Release notes

Sourced from github.com/alicebob/miniredis/v2's releases.

DELEX and fixes

Changelog

Sourced from github.com/alicebob/miniredis/v2's changelog.

v2.38.0

Commits
  • d67bfae update changelog for v2.38.0
  • 2b1abd8 DELEX (partly) (#442)
  • 452dd37 Merge pull request #440 from infastin/server-alias
  • b5b8ec2 feat: add 'server' alias to 'redis' in lua scripts
  • ecc4af1 Merge pull request #439 from TomBailey167/xinfo-stream-last-generated-id
  • 4a2a33e Merge pull request #435 from evan-choi/fix/xadd-equals-trim-modifier
  • d6261ef feat: add last-generated-id to XINFO STREAM response
  • f4d8aa3 fix: accept = trim modifier in xadd
  • See full diff in compare view

Updates github.com/anthropics/anthropic-sdk-go from 1.35.1 to 1.49.0

Release notes

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

v1.49.0

1.49.0 (2026-06-09)

Full Changelog: v1.48.0...v1.49.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (782f223)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (782f223)

Bug Fixes

v1.48.0

1.48.0 (2026-06-06)

Full Changelog: v1.47.0...v1.48.0

Features

  • api: small updates to Managed Agents types (3ebeea5)

v1.47.0

1.47.0 (2026-06-05)

Full Changelog: v1.46.0...v1.47.0

Features

Bug Fixes

  • streaming: accumulate content block events by index (#6) (2161a38)
  • streaming: carry encrypted_content through beta compaction accumulator (#875) (13fa611)
  • streaming: carry stop_details and usage fields through beta message_delta (#879) (d432c9f)
  • streaming: carry stop_details and usage fields through message_delta (#877) (e2fcc35)
  • support invopop/jsonschema v0.14.0 (switch to pb33f/ordered-map) (#10) (af018a7)

Chores

  • internal: fix artifact url (fd4cde3)
  • internal: fix branch names (e1730cd)
  • internal: update private repo name (29f7468)

... (truncated)

Changelog

Sourced from github.com/anthropics/anthropic-sdk-go's changelog.

1.49.0 (2026-06-09)

Full Changelog: v1.48.0...v1.49.0

Features

  • api: add support for claude-mythos-5 and claude-fable-5, with support for server-side fallbacks on refusal (782f223)
  • client: adds client-side fallbacks middleware for API providers that do not support server-side fallbacks (782f223)

Bug Fixes

1.48.0 (2026-06-06)

Full Changelog: v1.47.0...v1.48.0

Features

  • api: small updates to Managed Agents types (3ebeea5)

1.47.0 (2026-06-05)

Full Changelog: v1.46.0...v1.47.0

Features

Bug Fixes

  • streaming: accumulate content block events by index (#6) (2161a38)
  • streaming: carry encrypted_content through beta compaction accumulator (#875) (13fa611)
  • streaming: carry stop_details and usage fields through beta message_delta (#879) (d432c9f)
  • streaming: carry stop_details and usage fields through message_delta (#877) (e2fcc35)
  • support invopop/jsonschema v0.14.0 (switch to pb33f/ordered-map) (#10) (af018a7)

Chores

  • internal: fix artifact url (fd4cde3)
  • internal: fix branch names (e1730cd)
  • internal: update private repo name (29f7468)

Documentation

... (truncated)

Commits
  • 4dbdaea release: 1.49.0
  • 5aef221 feat(api): add support for claude-mythos-5 and claude-fable-5, with support f...
  • 42ceb11 fix: 3p middleware ordering (#38)
  • 9c60fa0 release: 1.48.0
  • de79b99 feat(api): small updates to Managed Agents types
  • dcdb44c release: 1.47.0
  • ec3f9df feat(api): mark Claude Opus 4.1 as deprecated
  • 7d030be fix: support invopop/jsonschema v0.14.0 (switch to pb33f/ordered-map) (#10)
  • b23736d fix(streaming): accumulate content block events by index (#6)
  • a6c863e feat: require Go 1.24 (#11)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2 from 1.41.5 to 1.42.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.14 to 1.32.24

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.19.14 to 1.19.23

Commits

Updates github.com/aws/aws-sdk-go-v2/feature/s3/manager from 1.22.13 to 1.22.26

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.99.0 to 1.103.3

Commits

Updates github.com/bytedance/sonic from 1.15.0 to 1.15.2

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.15.2

What's Changed

Full Changelog: bytedance/sonic@v1.15.1...v1.15.2

v1.15.1

What's Changed

New Contributors

Full Changelog: bytedance/sonic@v1.15.0...v1.15.1

Commits
  • 579b6ff fix: use legacy map iterator shim
  • d774513 fix: align map runtime tags with Go 1.24
  • 47cc3ed Revert "rebase: update dev_hw with latest main" (#941)
  • fdf817a chore: update llvm
  • 93044d2 fix:add pretouchRecX86 in arm64 and add !arm64 to loader_go117_test.go
  • 59cca7c feat: update sve_linkname|sve_wrapgoc with asm2arm_tool
  • 76dcf4a chore: add asm2arm_tool execution and test scripts
  • ccddb06 feat: add SL mode support for asm2arm_tool
  • a756ce4 feat: add JIT mode support for asm2arm_tool
  • 1d17626 feat: use SVE acceleration in linkname and wrapgoc
  • Additional commits viewable in compare view

Updates github.com/go-playground/validator/v10 from 10.30.2 to 10.30.3

Release notes

Sourced from github.com/go-playground/validator/v10's releases.

v10.30.3

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.30.2...v10.30.3

Commits
  • ac4c1ba fix(docs): correct ripemd160 tag name in README validation table (#1582)
  • feacb34 feat: omit blank tag names from namespace (#1567)
  • 5ed0a7e chore(deps): bump golang.org/x/crypto from 0.51.0 to 0.52.0 (#1580)
  • 0364541 fix(cron): anchor regex and accept full cron syntax (#1577)
  • 8eb2659 chore(deps): bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#1571)
  • f7e1721 chore(deps): bump golang.org/x/text from 0.36.0 to 0.37.0 (#1572)
  • cf37fce fix(lint): correctly disable govet inline analyzer & deprecated gomodguard (#...
  • 7c334e5 fix: reject hostnames with trailing hyphen in RFC 952 validator (#1569)
  • 6bcb7bc feat: add origin validator for web origin URLs (#1565)
  • 6fd2fa8 docs: fix typos (#1568)
  • Additional commits viewable in compare view

Updates github.com/openai/openai-go/v3 from 3.31.0 to 3.39.0

Release notes

Sourced from github.com/openai/openai-go/v3's releases.

v3.39.0

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features

  • api: responses.moderation and chat_completions.moderation (7a2dac0)

v3.38.0

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features

  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

v3.37.0

3.37.0 (2026-05-21)

Full Changelog: v3.36.0...v3.37.0

Features

  • api: api update (7f7416e)
  • api: manual updates (d646562)
  • api: update OpenAPI spec or Stainless config (b34b78a)
  • client: optimize json encoder for internal types (93adc6e)

Bug Fixes

  • go: format generated admin paths (1dd8f5e)
  • go: format generated project permission paths (b751c37)

Chores

v3.36.0

3.36.0 (2026-05-13)

Full Changelog: v3.35.0...v3.36.0

Features

  • api: add service_tier parameter to response compact method (bacd2c0)

... (truncated)

Changelog

Sourced from github.com/openai/openai-go/v3's changelog.

3.39.0 (2026-06-03)

Full Changelog: v3.38.0...v3.39.0

Features

  • api: responses.moderation and chat_completions.moderation (7a2dac0)

3.38.0 (2026-06-01)

Full Changelog: v3.37.0...v3.38.0

Features

  • api: manual updates (d7dac81)
  • api: workload identity in audit logs, additional_tools item in responses, fix ActionSearch.query to be optional. (4c3981c)

3.37.0 (2026-05-21)

Full Changelog: v3.36.0...v3.37.0

Features

  • api: api update (7f7416e)
  • api: manual updates (d646562)
  • api: update OpenAPI spec or Stainless config (b34b78a)
  • client: optimize json encoder for internal types (93adc6e)

Bug Fixes

  • go: format generated admin paths (1dd8f5e)
  • go: format generated project permission paths (b751c37)

Chores

3.36.0 (2026-05-13)

Full Changelog: v3.35.0...v3.36.0

Features

  • api: add service_tier parameter to response compact method (bacd2c0)

Bug Fixes

... (truncated)

Commits
  • bfe9298 release: 3.39.0
  • b256c9a feat(api): responses.moderation and chat_completions.moderation
  • fd8c615 codegen metadata
  • f25b030 release: 3.38.0
  • 08e89a6 feat(api): workload identity in audit logs, additional_tools item in response...
  • 8f01a93 Merge pull request #676 from openai/release-please--branches--main--changes--...
  • 2db0d86 release: 3.37.0
  • ea245d8 Merge pull request #991 from stainless-sdks/dev/xuanqi/public-api-docs-enterp...
  • 1dd8f5e fix(go): format generated admin paths
  • 7f7416e feat(api): api update
  • Additional commits viewable in compare view

Updates github.com/rabbitmq/amqp091-go from 1.10.0 to 1.11.0

Release notes

Sourced from github.com/rabbitmq/amqp091-go's releases.

v1.11.0

What's Changed

New Contributors

Full Changelog: rabbitmq/amqp091-go@v1.10.0...v1.11.0

Changelog

Sourced from github.com/rabbitmq/amqp091-go's changelog.

v1.11.0 (2026-04-21)

Full Changelog

Implemented enhancements:

  • add better debug information on DialConfig #245

Fixed bugs:

  • Channel error when acking via go-routines #296

Closed issues:

  • PR #318 exposes a pre-existing race in Connection.Close(). #327
  • Entire header frame isn't always read #309
  • Incomplete support of 0-9-1 field type values #302
  • Redelivered Flag Not Exposed #301
  • consume input basicConsumeOk but response queueBindOk #291
  • Channel is closed after Channel.ExchangeDeclarePassive fails #290
  • Incomplete example in (*Channel).QueueBind documentation #279
  • QueueDeclarePassive does not report queue type mismatch #273
  • Release 1.10.0 #261
  • Update minimum Go version to 1.18 #146

Merged pull requests:

... (truncated)

Description has been truncated

…pdates

Bumps the dependencies group with 18 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.49.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.24` |
| [github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://github.com/aws/aws-sdk-go-v2) | `1.22.13` | `1.22.26` |
| [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.39.0` |
| [github.com/rabbitmq/amqp091-go](https://github.com/rabbitmq/amqp091-go) | `1.10.0` | `1.11.0` |
| [github.com/redis/go-redis/extra/redisotel/v9](https://github.com/redis/go-redis) | `9.18.0` | `9.20.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.59.0` |



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.49.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.49.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.24
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.14...config/v1.32.24)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.19.14 to 1.19.23
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@credentials/v1.19.14...credentials/v1.19.23)

Updates `github.com/aws/aws-sdk-go-v2/feature/s3/manager` from 1.22.13 to 1.22.26
- [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.26)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.99.0 to 1.103.3
- [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.103.3)

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.39.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.39.0)

Updates `github.com/rabbitmq/amqp091-go` from 1.10.0 to 1.11.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.11.0)

Updates `github.com/redis/go-redis/extra/redisotel/v9` from 9.18.0 to 9.20.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.20.0)

Updates `github.com/redis/go-redis/v9` from 9.18.0 to 9.20.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.20.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.59.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.59.0)

---
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.49.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.24
  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.23
  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.26
  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.103.3
  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.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/rabbitmq/amqp091-go
  dependency-version: 1.11.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.20.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.20.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.59.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 Jun 9, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 9, 2026 18:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jun 9, 2026
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.

0 participants