Skip to content

chore(deps): bump the go-minor-patch group across 1 directory with 12 updates#1598

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/go_modules/go/go-minor-patch-92f7890092
Open

chore(deps): bump the go-minor-patch group across 1 directory with 12 updates#1598
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/go_modules/go/go-minor-patch-92f7890092

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2026

Bumps the go-minor-patch group with 11 updates in the /go directory:

Package From To
github.com/a2aproject/a2a-go 0.3.6 0.3.13
github.com/anthropics/anthropic-sdk-go 1.26.0 1.27.1
github.com/aws/aws-sdk-go-v2/config 1.32.10 1.32.13
github.com/fatih/color 1.18.0 1.19.0
github.com/openai/openai-go/v3 3.26.0 3.30.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.63.0 0.67.0
golang.org/x/text 0.34.0 0.35.0
google.golang.org/genai 1.40.0 1.52.0
k8s.io/api 0.35.1 0.35.3
k8s.io/client-go 0.35.1 0.35.3
sigs.k8s.io/controller-runtime 0.23.1 0.23.3

Updates github.com/a2aproject/a2a-go from 0.3.6 to 0.3.13

Release notes

Sourced from github.com/a2aproject/a2a-go's releases.

v0.3.13

0.3.13 (2026-03-30)

Bug Fixes

  • call cleanup even for cancelation with concurrent execution for API predictability
  • fix a2asrv.TaskStore.Save call with non-nil prev task even if nothing was stored
  • fix panic handler not called for cancelation with concurrent execution
  • fix heartbeater timer leak
  • fix infinite jsonrpc sse loop on panic supression
  • fix client interceptor not being able to supress error in after

v0.3.12

0.3.12 (2026-03-20)

Bug Fixes

  • add logging for failed execution and cancelation, fix nil-pointer on cancelation error (commit)
  • fix concurrent cancellations handled incorrectly (#286)

v0.3.10

0.3.10 (2026-03-17)

Bug Fixes

  • fix wrong allocation target size
  • terminate subscription after terminal event has been received
  • fix missing break after error
  • fix subscribing to a different taskID in case of work queue override
  • fix response not sent for methods not returning values
  • fix panic write attempt to unbuffered channel

v0.3.9

0.3.9 (2026-03-10)

Features

  • agent execution cleanup callback (#273)

Bug Fixes

  • correctly handle concurrent cancelations (#245)
  • ensure task passed to event listeners is immutable (#273)

v0.3.8

Features

  • add prev *a2a.Task argument to a2asrv.TaskStore so that implementations can perform update diffs.

Bug Fixes

... (truncated)

Changelog

Sourced from github.com/a2aproject/a2a-go's changelog.

0.3.13 (2026-03-30)

Bug Fixes

  • call cleanup even for cancelation with concurrent execution for API predictability
  • fix a2asrv.TaskStore.Save call with non-nil prev task even if nothing was stored
  • fix panic handler not called for cancelation with concurrent execution
  • fix heartbeater timer leak
  • fix infinite jsonrpc sse loop on panic supression
  • fix client interceptor not being able to supress error in after

0.3.12 (2026-03-20)

Bug Fixes

  • add logging for failed execution and cancelation, fix nil-pointer on cancelation error (commit])

0.3.11 (2026-03-19)

Bug Fixes

  • fix concurrent cancellations handled incorrectly (#286)

0.3.10 (2026-03-17)

Bug Fixes

  • fix wrong allocation target size
  • terminate subscription after terminal event has been received
  • fix missing break after error
  • fix subscribing to a different taskID in case of work queue override
  • fix response not sent for methods not returning values
  • fix panic write attempt to unbuffered channel

0.3.9 (2026-03-10)

Features

  • agent execution cleanup callback (#273)

Bug Fixes

  • correctly handle concurrent cancelations (#245)
  • ensure task passed to event listeners is immutable (#273)

0.3.8 (2026-03-09)

Features

... (truncated)

Commits

Updates github.com/anthropics/anthropic-sdk-go from 1.26.0 to 1.27.1

Release notes

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

v1.27.1

1.27.1 (2026-03-18)

Full Changelog: v1.27.0...v1.27.1

Chores

  • internal: regenerate SDK with no functional changes (c963fd0)
  • internal: tweak CI branches (95e3410)

v1.27.0

1.27.0 (2026-03-16)

Full Changelog: v1.26.0...v1.27.0

Features

  • api: change array_format to brackets (ca5ae6e)
  • api: chore(config): clean up model enum list (#31) (1db4ea7)
  • api: GA thinking-display-setting (1924af2)
  • api: remove publishing section from cli target (514282e)
  • tests: update mock server (cf24ced)

Bug Fixes

  • allow canceling a request while it is waiting to retry (32ee053)
  • client: update model reference from claude-3-7-sonnet-latest to claude-sonnet-4-5 (2f42e73)

Chores

  • client: reorganize code in Messages files to lead to less conflicts (c677bb5)
  • internal: codegen related update (c978aac)
  • internal: codegen related update (4ac31a2)
  • internal: codegen related update (5b2b2fa)
  • internal: codegen related update (9678c6c)
  • internal: codegen related update (f6035d2)
  • internal: codegen related update (9246bbb)
  • internal: move custom custom json tags to api (4392627)
  • tests: unskip tests that are now supported in steady (b0ca374)

Documentation

  • streamline README, centralize documentation at docs.anthropic.com (33f6943), closes #587
Changelog

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

1.27.1 (2026-03-18)

Full Changelog: v1.27.0...v1.27.1

Chores

  • internal: regenerate SDK with no functional changes (c963fd0)
  • internal: tweak CI branches (95e3410)

1.27.0 (2026-03-16)

Full Changelog: v1.26.0...v1.27.0

Features

  • api: change array_format to brackets (ca5ae6e)
  • api: chore(config): clean up model enum list (#31) (1db4ea7)
  • api: GA thinking-display-setting (1924af2)
  • api: remove publishing section from cli target (514282e)
  • tests: update mock server (cf24ced)

Bug Fixes

  • allow canceling a request while it is waiting to retry (32ee053)
  • client: update model reference from claude-3-7-sonnet-latest to claude-sonnet-4-5 (2f42e73)

Chores

  • client: reorganize code in Messages files to lead to less conflicts (c677bb5)
  • internal: codegen related update (c978aac)
  • internal: codegen related update (4ac31a2)
  • internal: codegen related update (5b2b2fa)
  • internal: codegen related update (9678c6c)
  • internal: codegen related update (f6035d2)
  • internal: codegen related update (9246bbb)
  • internal: move custom custom json tags to api (4392627)
  • tests: unskip tests that are now supported in steady (b0ca374)

Documentation

  • streamline README, centralize documentation at docs.anthropic.com (33f6943), closes #587
Commits
  • 017d9ff release: 1.27.1
  • 9acaf1b chore(internal): regenerate SDK with no functional changes
  • ffead10 codegen metadata
  • a879bf2 chore(internal): tweak CI branches
  • 2bec06f release: 1.27.0
  • d6afe5d feat(api): GA thinking-display-setting
  • d8052e7 chore(internal): codegen related update
  • db3c9fa chore(internal): codegen related update
  • bcf8d02 chore(internal): codegen related update
  • d6aab68 codegen metadata
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.10 to 1.32.13

Commits

Updates github.com/fatih/color from 1.18.0 to 1.19.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.19.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.18.0...v1.19.0

Commits
  • ca25f6e Merge pull request #266 from fatih/dependabot/github_actions/actions/setup-go-6
  • 1205984 Bump actions/setup-go from 5 to 6
  • 5715c20 Merge pull request #269 from UnSubble/main
  • 2f6e200 Merge branch 'main' into main
  • f72ec94 Merge pull request #273 from fatih/dependabot/github_actions/actions/checkout-6
  • 848e633 Merge branch 'main' into main
  • 4c2cd34 Add tests
  • 7f812f0 Bump actions/checkout from 4 to 6
  • b7fc9f9 Merge pull request #259 from fatih/dependabot/github_actions/dominikh/staticc...
  • 239a88f Bump dominikh/staticcheck-action from 1.3.1 to 1.4.0
  • Additional commits viewable in compare view

Updates github.com/openai/openai-go/v3 from 3.26.0 to 3.30.0

Release notes

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

v3.30.0

3.30.0 (2026-03-25)

Full Changelog: v3.29.0...v3.30.0

Features

  • api: add keys field to computer action types (7abb3c4)

Bug Fixes

  • api: align SDK response types with expanded item schemas (324c584)
  • types: generate shared enum types that are not referenced by other schemas (e2f2920)
  • types: make Type required, correct enum in ResponseInputMessageItem (8c2c7a5)

Chores

  • ci: skip lint on metadata-only changes (40cf884)
  • client: fix multipart serialisation of Default() fields (06c04ae)
  • internal: support default value struct tag (f1afb2a)
  • internal: update gitignore (bde0a0d)
  • tests: bump steady to v0.19.4 (a0561c3)
  • tests: bump steady to v0.19.5 (56c5c36)
  • tests: bump steady to v0.19.6 (44ebe37)
  • tests: bump steady to v0.19.7 (1b04072)

Refactors

  • tests: switch from prism to steady (2185358)

v3.29.0

3.29.0 (2026-03-17)

Full Changelog: v3.28.0...v3.29.0

Features

  • api: 5.4 nano and mini model slugs (c4ebb48)
  • api: add in and nin values to comparison filter type (d060d44)

Chores

  • internal: tweak CI branches (6379626)

v3.28.0

3.28.0 (2026-03-14)

... (truncated)

Changelog

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

3.30.0 (2026-03-25)

Full Changelog: v3.29.0...v3.30.0

Features

  • api: add keys field to computer action types (7abb3c4)

Bug Fixes

  • api: align SDK response types with expanded item schemas (324c584)
  • types: generate shared enum types that are not referenced by other schemas (e2f2920)
  • types: make Type required, correct enum in ResponseInputMessageItem (8c2c7a5)

Chores

  • ci: skip lint on metadata-only changes (40cf884)
  • client: fix multipart serialisation of Default() fields (06c04ae)
  • internal: support default value struct tag (f1afb2a)
  • internal: update gitignore (bde0a0d)
  • tests: bump steady to v0.19.4 (a0561c3)
  • tests: bump steady to v0.19.5 (56c5c36)
  • tests: bump steady to v0.19.6 (44ebe37)
  • tests: bump steady to v0.19.7 (1b04072)

Refactors

  • tests: switch from prism to steady (2185358)

3.29.0 (2026-03-17)

Full Changelog: v3.28.0...v3.29.0

Features

  • api: 5.4 nano and mini model slugs (c4ebb48)
  • api: add in and nin values to comparison filter type (d060d44)

Chores

  • internal: tweak CI branches (6379626)

3.28.0 (2026-03-14)

Full Changelog: v3.27.0...v3.28.0

... (truncated)

Commits
  • da6db3b release: 3.30.0
  • 94fecdb fix(api): align SDK response types with expanded item schemas
  • e5e28e6 feat(api): add keys field to computer action types
  • f4ed787 chore(client): fix multipart serialisation of Default() fields
  • cacbc36 chore(internal): support default value struct tag
  • af47346 chore(tests): bump steady to v0.19.7
  • 0388a09 chore(ci): skip lint on metadata-only changes
  • 94bbd24 fix(types): generate shared enum types that are not referenced by other schemas
  • 9c1e485 chore(tests): bump steady to v0.19.6
  • b325565 fix(types): make Type required, correct enum in ResponseInputMessageItem
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp from 0.63.0 to 0.67.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's releases.

v1.42.0/v2.4.0/v0.67.0/v0.36.0/v0.22.0/v0.17.0/v0.15.0/v0.14.0

Added

  • Add environment variables propagation carrier in go.opentelemetry.io/contrib/propagators/envcar. (#8442)

Changed

  • Upgrade go.opentelemetry.io/otel/semconv to v1.40.0, including updates across instrumentation and detector modules. (#8631)

    • The semantic conventions v1.40.0 release introduces RPC breaking changes applied in this repository:
      • RPC spans and metrics no longer include network.protocol.name, network.protocol.version, or network.transport attributes.
      • rpc.client.request.size, rpc.client.response.size, rpc.server.request.size, and rpc.server.response.size are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.
      • rpc.message span events and their message attributes are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (including when WithMessageEvents is configured).

    See semantic-conventions v1.40.0 release for complete details.

Fixed

  • Ignore informational response status codes (100-199) except 101 Switching Protocols when storing the HTTP status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#6913)
  • Make Body handling in Transport consistent with stdlib in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#8618)
  • Fix bucket boundaries for rpc.server.call.duration and rpc.client.call.duration in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8642)
  • Host resource detector in go.opentelemetry.io/contrib/otelconf now includes os. attributes. (#8578)

Removed

What's Changed

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp's changelog.

[1.42.0/2.4.0/0.67.0/0.36.0/0.22.0/0.17.0/0.15.0/0.14.0] - 2026-03-06

Added

  • Add environment variables propagation carrier in go.opentelemetry.io/contrib/propagators/envcar. (#8442)

Changed

  • Upgrade go.opentelemetry.io/otel/semconv to v1.40.0, including updates across instrumentation and detector modules. (#8631)

    • The semantic conventions v1.40.0 release introduces RPC breaking changes applied in this repository:
      • RPC spans and metrics no longer include network.protocol.name, network.protocol.version, or network.transport attributes.
      • rpc.client.request.size, rpc.client.response.size, rpc.server.request.size, and rpc.server.response.size are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.
      • rpc.message span events and their message attributes are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (including when WithMessageEvents is configured).

    See semantic-conventions v1.40.0 release for complete details.

Fixed

  • Ignore informational response status codes (100-199) except 101 Switching Protocols when storing the HTTP status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#6913)
  • Make Body handling in Transport consistent with stdlib in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#8618)
  • Fix bucket boundaries for rpc.server.call.duration and rpc.client.call.duration in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8642)
  • Host resource detector in go.opentelemetry.io/contrib/otelconf now includes os. attributes. (#8578)

Removed

  • Drop support for [Go 1.24]. (#8628)

[1.41.0/2.3.0/0.66.0/0.35.0/0.21.0/0.16.0/0.14.0/0.13.0] - 2026-03-02

This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25].

Added

  • Add WithSpanKind option in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to override the default span kind. (#8506)
  • Add const Version in go.opentelemetry.io/contrib/bridges/otelzap. (#8544)
  • Support testing of [Go 1.26]. (#8549)
  • Add const Version in go.opentelemetry.io/contrib/detectors/autodetect. (#8555)
  • Add const Version in go.opentelemetry.io/contrib/detectors/azure/azurevm. (#8553)
  • Add const Version in go.opentelemetry.io/contrib/processors/baggagecopy. (#8557)
  • Add const Version in go.opentelemetry.io/contrib/detectors/aws/lambda. (#8510)
  • Add const Version in go.opentelemetry.io/contrib/propagators/autoprop. (#8488)
  • Add const Version in go.opentelemetry.io/contrib/processors/minsev. (#8590)
  • Add const Version in go.opentelemetry.io/contrib/exporters/autoexport. (#8612)

Fixed

  • Change the rpc.server.call.duration metric value from milliseconds to seconds in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8509)
  • Change the rpc.response.status_code attribute to the canonical UPPER_SNAKE_CASE format in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8565)
  • Enforce that client_certificate_file and client_key_file are provided together in go.opentelemetry.io/contrib/otelconf. (#8450)

... (truncated)

Commits
  • d8dabf6 Release v1.42.0/v2.4.0/v0.67.0/v0.36.0/v0.22.0/v0.17.0/v0.15.0/v0.14.0 (#8649)
  • b1de2c7 otelconf: host detector should include os as well (#8578)
  • b228c0f fix(deps): update module google.golang.org/grpc to v1.79.2 (#8644)
  • e70fd97 Use correct bucket boundaries for otelgrpc client and server histograms (#8642)
  • b018d98 fix(deps): update aws-sdk-go-v2 monorepo (#8643)
  • fb6a351 chore(deps): update github/codeql-action action to v4.32.6 (#8641)
  • 2c9c10e chore(deps): update dependency codespell to v2.4.2 (#8640)
  • 22248d4 chore: enable modernize linter (#8583)
  • 324662a envcar: add environment carrier (#8442)
  • 69addb4 chore(deps): update k8s.io/kube-openapi digest to 5b3e3fd (#8636)
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.34.0 to 0.35.0

Commits
  • 7ca2c6d go.mod: update golang.org/x dependencies
  • 73d1ba9 all: upgrade go directive to at least 1.25.0 [generated]
  • See full diff in compare view

Updates google.golang.org/genai from 1.40.0 to 1.52.0

Release notes

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

v1.52.0

1.52.0 (2026-03-27)

Features

  • Add labels field to Veo configs (3fab63a)
  • Add model_status to GenerateContentResponse (Gemini API only) (8c040e3)
  • Add part_metadata in Part (Gemini API only) (8c040e3)
  • Add service tier to GenerateContent. (c07b6a0)
  • genai: add TURN_INCLUDES_AUDIO_ACTIVITY_AND_ALL_VIDEO to TurnCoverage (ea49f9a)
  • support hyperparameters in distillation tuning (b8873ea)
  • Support rendered_parts in GroundingSupport (8c040e3)

Bug Fixes

  • Fix empty InlinedEmbedContentResponses for inline batch embeddings in Go GenAI SDK (e70c9d1), closes #712
  • support us region routing (09d5be3)

v1.51.0

1.51.0 (2026-03-17)

Features

  • Support include_server_side_tool_invocations for genai. (cec4bfd)

v1.50.0

1.50.0 (2026-03-12)

Features

  • Add inference_generation_config to EvaluationConfig for Tuning (21b360f)
  • Add register_files (43a12bf)
  • Allow custom endpoints for authentication with Vertex AI in Go (0ebf016)
  • enable language code for audio transcription config in Live API for Vertex AI (59610d4)

v1.49.0

1.49.0 (2026-02-28)

Features

  • Update data types from discovery doc. (37134ea)

v1.48.0

1.48.0 (2026-02-25)

... (truncated)

Changelog

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

1.52.0 (2026-03-27)

Features

  • Add labels field to Veo configs (3fab63a)
  • Add model_status to GenerateContentResponse (Gemini API only) (8c040e3)
  • Add part_metadata in Part (Gemini API only) (8c040e3)
  • Add service tier to GenerateContent. (c07b6a0)
  • genai: add TURN_INCLUDES_AUDIO_ACTIVITY_AND_ALL_VIDEO to TurnCoverage (ea49f9a)
  • support hyperparameters in distillation tuning (b8873ea)
  • Support rendered_parts in GroundingSupport (8c040e3)

Bug Fixes

  • Fix empty InlinedEmbedContentResponses for inline batch embeddings in Go GenAI SDK (e70c9d1), closes #712
  • support us region routing (09d5be3)

1.51.0 (2026-03-17)

Features

  • Support include_server_side_tool_invocations for genai. (cec4bfd)

1.50.0 (2026-03-12)

Features

  • Add inference_generation_config to EvaluationConfig for Tuning (21b360f)
  • Add register_files (43a12bf)
  • Allow custom endpoints for authentication with Vertex AI in Go (0ebf016)
  • enable language code for audio transcription config in Live API for Vertex AI (59610d4)

1.49.0 (2026-02-28)

Features

  • Update data types from discovery doc. (37134ea)

1.48.0 (2026-02-25)

Features

  • Add Image Grounding support to GoogleSearch tool (ba34adf)
  • enable server side MCP and disable all other AFC when server side MCP is configured. (a550b3c)
Description has been truncated

… updates

Bumps the go-minor-patch group with 11 updates in the /go directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/a2aproject/a2a-go](https://github.com/a2aproject/a2a-go) | `0.3.6` | `0.3.13` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.26.0` | `1.27.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.10` | `1.32.13` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.18.0` | `1.19.0` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.26.0` | `3.30.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.63.0` | `0.67.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.34.0` | `0.35.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.40.0` | `1.52.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.35.1` | `0.35.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.35.1` | `0.35.3` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.23.1` | `0.23.3` |



Updates `github.com/a2aproject/a2a-go` from 0.3.6 to 0.3.13
- [Release notes](https://github.com/a2aproject/a2a-go/releases)
- [Changelog](https://github.com/a2aproject/a2a-go/blob/v0.3.13/CHANGELOG.md)
- [Commits](a2aproject/a2a-go@v0.3.6...v0.3.13)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.26.0 to 1.27.1
- [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.26.0...v1.27.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.10 to 1.32.13
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.10...config/v1.32.13)

Updates `github.com/fatih/color` from 1.18.0 to 1.19.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.18.0...v1.19.0)

Updates `github.com/openai/openai-go/v3` from 3.26.0 to 3.30.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.26.0...v3.30.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.63.0 to 0.67.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.63.0...zpages/v0.67.0)

Updates `golang.org/x/text` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.34.0...v0.35.0)

Updates `google.golang.org/genai` from 1.40.0 to 1.52.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.40.0...v1.52.0)

Updates `k8s.io/api` from 0.35.1 to 0.35.3
- [Commits](kubernetes/api@v0.35.1...v0.35.3)

Updates `k8s.io/apimachinery` from 0.35.1 to 0.35.3
- [Commits](kubernetes/apimachinery@v0.35.1...v0.35.3)

Updates `k8s.io/client-go` from 0.35.1 to 0.35.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.35.1...v0.35.3)

Updates `sigs.k8s.io/controller-runtime` from 0.23.1 to 0.23.3
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.23.1...v0.23.3)

---
updated-dependencies:
- dependency-name: github.com/a2aproject/a2a-go
  dependency-version: 0.3.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-version: 1.32.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/fatih/color
  dependency-version: 1.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-version: 0.67.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: golang.org/x/text
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/genai
  dependency-version: 1.52.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: k8s.io/api
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.23.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 30, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 30, 2026 22:38
Copilot AI review requested due to automatic review settings March 30, 2026 23:34
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Go module dependencies under /go to newer minor/patch versions, aligning the project with upstream bugfixes and feature additions across SDKs and Kubernetes/controller-runtime libraries.

Changes:

  • Bump multiple direct Go dependencies (A2A, Anthropic, AWS SDK config, OpenAI, OTel HTTP instrumentation, GenAI, Kubernetes libs, controller-runtime).
  • Refresh transitive dependency versions and checksums via go.sum updates.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
go/go.mod Updates direct (and some indirect) module version requirements for the /go module.
go/go.sum Updates module checksums to match the resolved dependency graph after the bumps.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +53 to +56
k8s.io/api v0.35.3
k8s.io/apimachinery v0.35.3
k8s.io/client-go v0.35.3
sigs.k8s.io/controller-runtime v0.23.3
Copy link

Copilot AI Mar 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR description says the go-minor-patch group has 11 updates, but this change also bumps k8s.io/apimachinery (0.35.1 → 0.35.3). Consider updating the dependency table in the PR description (or adjusting the stated count) so it matches the actual direct dependency changes.

Copilot uses AI. Check for mistakes.
@jsonmp-k8
Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Mar 31, 2026

Sorry, only users with push access can use that command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants