Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/go-minor-patch-373d9dd367
Closed

chore(deps): bump the go-minor-patch group across 1 directory with 27 updates#2501
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/go/go-minor-patch-373d9dd367

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
github.com/a2aproject/a2a-go/v2 2.3.1 2.4.0
github.com/anthropics/anthropic-sdk-go 1.61.0 1.63.1
github.com/aws/aws-sdk-go-v2/config 1.32.33 1.32.37
github.com/openai/openai-go/v3 3.48.0 3.51.0
github.com/stretchr/testify 1.11.1 1.12.0
go.opentelemetry.io/contrib/exporters/autoexport 0.69.0 0.70.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.69.0 0.70.0
golang.org/x/text 0.40.0 0.41.0
google.golang.org/adk/v2 2.1.0 2.2.0
google.golang.org/genai 1.66.0 1.68.0
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.22.0 1.23.0
github.com/aws/aws-sdk-go-v2/service/bedrockruntime 1.56.0 1.57.3
github.com/aws/aws-sdk-go-v2/service/s3 1.107.0 1.107.2
github.com/google/go-containerregistry 0.21.7 0.21.9
github.com/ollama/ollama 0.32.5 0.32.14
github.com/testcontainers/testcontainers-go 0.43.0 0.44.0
github.com/testcontainers/testcontainers-go/modules/postgres 0.43.0 0.44.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.68.0 0.70.0

Updates github.com/a2aproject/a2a-go/v2 from 2.3.1 to 2.4.0

Release notes

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

v2.4.0

2.4.0 (2026-07-28)

Features

  • provide generic pull event queue (#354) (6a48d4b)
  • push: push sender SSRF protection enabled by default (fixes #373) (#374) (0a4f17a)

Bug Fixes

  • a2acompat/a2av0: implement A2A v0.3 REST wire format (#371) (1ca80f9), closes #370
  • a2asrv: skip TaskID mismatch check when message has no task reference (fixes #350) (#359) (8c0dd99)
  • allow empty request bodies and enable GET method for task subscriptions (#381) (8363365), closes #380
  • cli: emit non-null required Agent Card list fields in synthesized card (fixes #369) (#372) (0640869)
  • eventqueue: add JSON marshal/unmarshal to Message so events survive roundtrip (fixes #349) (#360) (d52d5a1)
  • itk grpc compatibility for v0.3 SDKs (#367) (11340a7)
  • ListTaskshistoryLength missing (8b91364)
  • ListTaskshistoryLength missing (issue #355) (#361) (8b91364)
  • taskstore,push: enforce cross-tenant authorization on Get and push config stores (#357) (a9f9c64)
Changelog

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

2.4.0 (2026-07-28)

Features

  • provide generic pull event queue (#354) (6a48d4b)
  • push: push sender SSRF protection enabled by default (fixes #373) (#374) (0a4f17a)

Bug Fixes

  • a2acompat/a2av0: implement A2A v0.3 REST wire format (#371) (1ca80f9), closes #370
  • a2asrv: skip TaskID mismatch check when message has no task reference (fixes #350) (#359) (8c0dd99)
  • allow empty request bodies and enable GET method for task subscriptions (#381) (8363365), closes #380
  • cli: emit non-null required Agent Card list fields in synthesized card (fixes #369) (#372) (0640869)
  • eventqueue: add JSON marshal/unmarshal to Message so events survive roundtrip (fixes #349) (#360) (d52d5a1)
  • itk grpc compatibility for v0.3 SDKs (#367) (11340a7)
  • ListTaskshistoryLength missing (8b91364)
  • ListTaskshistoryLength missing (issue #355) (#361) (8b91364)
  • taskstore,push: enforce cross-tenant authorization on Get and push config stores (#357) (a9f9c64)
Commits
  • 5736cc7 chore(main): release 2.4.0 (#356)
  • 1296f6b chore(deps): bump google.golang.org/grpc from 1.80.0 to 1.82.1 (#383)
  • 8e56530 chore(deps): bump golang.org/x/net from 0.49.0 to 0.55.0 (#366)
  • 8363365 fix: allow empty request bodies and enable GET method for task subscriptions ...
  • a9f9c64 fix(taskstore,push): enforce cross-tenant authorization on Get and push confi...
  • c2ff7bc test: add full set of itk scenarios (#376)
  • 1ca80f9 fix(a2acompat/a2av0): implement A2A v0.3 REST wire format (#371)
  • 3b0ba94 chore: migrate clustermode/examples to use generic pull queue (#363)
  • 0a4f17a feat(push): push sender SSRF protection enabled by default (fixes #373) (#374)
  • 0640869 fix(cli): emit non-null required Agent Card list fields in synthesized card (...
  • Additional commits viewable in compare view

Updates github.com/anthropics/anthropic-sdk-go from 1.61.0 to 1.63.1

Release notes

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

v1.63.1

1.63.1 (2026-08-13)

Full Changelog: v1.63.0...v1.63.1

Bug Fixes

  • auth: pin token exchange to the configured base URL and skip auth for other origins (#258) (6e4141c)
  • client: apply stop_details from every message_delta when accumulating (#253) (c197a64)
  • client: properly render maxLength and maxItems in generated schemas (84a57f5)
  • sessions: post "(no output)" for empty text tool results instead of an empty text block (#236) (a588842)

Chores

  • ci: run breaking-change detection as a ci.yml job on every push (29aebdb)

Documentation

  • api: clarify that user profile name is optional for resold profiles (1039f95)

v1.63.0

1.63.0 (2026-08-10)

Full Changelog: v1.62.0...v1.63.0

Features

  • api: add output_behavior to dream creation (create a new memory store or update the input store in place) (ba999d5)

Bug Fixes

  • client: add models (a662a31)
  • symlink-loop paths, special archive members, and 409 retry in the agent toolset and environment worker (#226) (82aa034)
  • vertex: preserve a user-supplied HTTP client by wrapping its transport with Google auth (#242) (8e85a8e)

v1.62.0

1.62.0 (2026-08-06)

Full Changelog: v1.61.0...v1.62.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (f53c3d3)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (89c04c2)

Bug Fixes

... (truncated)

Changelog

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

1.63.1 (2026-08-13)

Full Changelog: v1.63.0...v1.63.1

Bug Fixes

  • auth: pin token exchange to the configured base URL and skip auth for other origins (#258) (6e4141c)
  • client: apply stop_details from every message_delta when accumulating (#253) (c197a64)
  • client: properly render maxLength and maxItems in generated schemas (84a57f5)
  • sessions: post "(no output)" for empty text tool results instead of an empty text block (#236) (a588842)

Chores

  • ci: run breaking-change detection as a ci.yml job on every push (29aebdb)

Documentation

  • api: clarify that user profile name is optional for resold profiles (1039f95)

1.63.0 (2026-08-10)

Full Changelog: v1.62.0...v1.63.0

Features

  • api: add output_behavior to dream creation (create a new memory store or update the input store in place) (ba999d5)

Bug Fixes

  • client: add models (a662a31)
  • symlink-loop paths, special archive members, and 409 retry in the agent toolset and environment worker (#226) (82aa034)
  • vertex: preserve a user-supplied HTTP client by wrapping its transport with Google auth (#242) (8e85a8e)

1.62.0 (2026-08-06)

Full Changelog: v1.61.0...v1.62.0

Features

  • api: add mid-conversation-tool-changes-2026-07-01 beta (f53c3d3)
  • api: add support for session budgets, advisor tool, pinned inference location and skills auto-loading from GitHub (89c04c2)

Bug Fixes

  • client: preserve wire-faithful JSON in accumulated streaming messages (#197) (9a01ac0)
  • jsonl: prevent silent truncation of large results, and don't panic on close (#203) (77dd33d)

... (truncated)

Commits
  • ada96c1 release: 1.63.1
  • a53a845 docs(api): clarify that user profile name is optional for resold profiles
  • e0cf2c3 chore(ci): run breaking-change detection as a ci.yml job on every push
  • 81b4e12 fix(auth): pin token exchange to the configured base URL and skip auth for ot...
  • 9394a35 fix(client): properly render maxLength and maxItems in generated schemas
  • 980b320 fix(client): apply stop_details from every message_delta when accumulating (#...
  • f7925da fix(sessions): post "(no output)" for empty text tool results instead of an e...
  • 76fbae0 fix(bedrock,vertex): never resolve the shared config store for platform clien...
  • 2d86355 codegen metadata
  • 9b14199 release: 1.63.0
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go-v2/config from 1.32.33 to 1.32.37

Commits

Updates github.com/openai/openai-go/v3 from 3.48.0 to 3.51.0

Release notes

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

v3.51.0

3.51.0 (2026-08-14)

Features

  • api: Add model constants for Daybreak and gpt-5.6-cyber (df00e97)
  • api: add WebSocket stream IDs (#776) (0b6316e)
  • api: add workload identity access token issued event (#766) (c61af30)
  • api: deprecate Sora video APIs (#775) (602c5e4)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#789) (f8b63fd)

Bug Fixes

  • api: Add model constants for Daybreak and gpt-5.6-cyber (#763) (df00e97)
  • api: clarify audio upload metadata requirements (#764) (e75e3aa)
  • handle ignored errors in generated and runtime Go code (#778) (ba5f249)
  • recover approved Go correctness analyzers after stacked merges (#782) (a98cf53)

Chores

  • api: No public API change; update file header comments (#755) (d0a42cc)
  • enforce Go lint suppression hygiene (#771) (7a3bb22)
  • enforce gofmt across the repository (#770) (41b2f1f), closes #771
  • remove Stainless attribution and infrastructure (#765) (9b3d395)

Documentation

  • api: describe response stream event unions (#783) (4cc4021)
  • define Go code quality policy (#767) (4119aa3)
  • define Go ignored-error handling policy (#777) (1941f81)

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#759) (e8dfbe0)
  • deps: bump the codeql group with 2 updates (#760) (9bbfebf)
  • deps: enforce an eight-day dependency cooldown (#762) (744e64f)

v3.50.0

3.50.0 (2026-08-03)

Features

... (truncated)

Changelog

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

3.51.0 (2026-08-14)

Features

  • api: Add model constants for Daybreak and gpt-5.6-cyber (df00e97)
  • api: add WebSocket stream IDs (#776) (0b6316e)
  • api: add workload identity access token issued event (#766) (c61af30)
  • api: deprecate Sora video APIs (#775) (602c5e4)
  • api: Ultrafast tier, structured MCP and websocket errors, separate websocket events (#789) (f8b63fd)

Bug Fixes

  • api: Add model constants for Daybreak and gpt-5.6-cyber (#763) (df00e97)
  • api: clarify audio upload metadata requirements (#764) (e75e3aa)
  • handle ignored errors in generated and runtime Go code (#778) (ba5f249)
  • recover approved Go correctness analyzers after stacked merges (#782) (a98cf53)

Chores

  • api: No public API change; update file header comments (#755) (d0a42cc)
  • enforce Go lint suppression hygiene (#771) (7a3bb22)
  • enforce gofmt across the repository (#770) (41b2f1f), closes #771
  • remove Stainless attribution and infrastructure (#765) (9b3d395)

Documentation

  • api: describe response stream event unions (#783) (4cc4021)
  • define Go code quality policy (#767) (4119aa3)
  • define Go ignored-error handling policy (#777) (1941f81)

Build System

  • deps: bump github.com/aws/aws-sdk-go-v2/config in / (#759) (e8dfbe0)
  • deps: bump the codeql group with 2 updates (#760) (9bbfebf)
  • deps: enforce an eight-day dependency cooldown (#762) (744e64f)

3.50.0 (2026-08-03)

Features

Build System

... (truncated)

Commits
  • 204e994 release: 3.51.0 (#761)
  • f8b63fd feat(api): Ultrafast tier, structured MCP and websocket errors, separate webs...
  • be1795d lint: reject multiplied time durations (#788)
  • a2413d7 lint: enforce wrapping-aware error checks (#784)
  • 4cc4021 docs(api): describe response stream event unions (#783)
  • 273664a lint: reject nil errors returned after failed checks (#781)
  • 638bf97 lint: close HTTP response bodies and enable bodyclose (#780)
  • 4912bd2 lint: enable errcheck across generated and handwritten Go (#779)
  • ba5f249 fix: handle ignored errors in generated and runtime Go code (#778)
  • 1941f81 docs: define Go ignored-error handling policy (#777)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.11.1 to 1.12.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.12.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

... (truncated)

Commits
  • 001eb79 Merge pull request #1905 from Kentzo/patch-1
  • ad40f38 Merge pull request #1906 from stretchr/dependabot/github_actions/actions/chec...
  • 3bae017 build(deps): bump actions/checkout from 6.0.2 to 6.0.3
  • f8c01f3 mock: Mock.Return does not exist anymore
  • 12f8b56 Merge pull request #1563 from stretchr/make-AssertionFunc-types-aliases
  • a11649e assert: make *AssertionFunc type just aliases
  • dc20f41 Merge pull request #1890 from stretchr/dolmen/codegen-modernize
  • 098f8d7 _codegen: use strings.Builder
  • d2699be _codegen: modernize
  • a463c8c Merge pull request #1885 from stretchr/dolmen/ci-check-ghactions-hashes
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/contrib/exporters/autoexport from 0.69.0 to 0.70.0

Changelog

Sourced from go.opentelemetry.io/contrib/exporters/autoexport's changelog.

[1.45.0/2.5.2/0.70.0/0.37.2/0.25.0/0.20.0/0.16.2/0.17.0] - 2026-08-03

Added

  • Add go.opentelemetry.io/contrib/detectors/ibmcloud/vpc, a new resource detector for IBM Cloud VPC virtual server instances, ported from github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor/internal/ibmcloud/vpc. Detects cloud.provider, cloud.platform, cloud.region, cloud.availability_zone, cloud.account.id, cloud.resource_id, host.id, host.image.id, host.image.name, host.name, and host.type. (#9011)
  • Add go.opentelemetry.io/contrib/detectors/k8sapi, a new resource detector that queries the Kubernetes API. Detects k8s.node.name and k8s.node.uid when K8S_NODE_NAME is set via the downward API, and k8s.cluster.uid derived from the kube-system namespace UID (works on any Kubernetes distribution). (#9108)
  • Add new elasticbeanstalk resource detector for AWS Elastic Beanstalk, ported from processor/resourcedetectionprocessor/internal/aws/elasticbeanstalk in opentelemetry-collector-contrib. (#8993)
  • The resource created by go.opentelemetry.io/contrib/otelconf now includes default SDK attributes. (#8990)
  • Add support for the aws.ecs resource detector in go.opentelemetry.io/contrib/otelconf/x. (#8915)
  • Add support for the aws.eks resource detector in go.opentelemetry.io/contrib/otelconf/x. (#9138)
  • Add support for the azure.vm resource detector in go.opentelemetry.io/contrib/otelconf/x. (#9074)
  • Add support for the gcp resource detector in go.opentelemetry.io/contrib/otelconf/x. (#9137)
  • Add go.opentelemetry.io/contrib/detectors/azure/azureappservice, a new resource detector for Azure App Service. Detects cloud.*, service.name, azure.resource_group.name, azure.app_service.instance.id, and deployment.environment.name from the WEBSITE_* and REGION_NAME environment variables. (#9289)
  • Add azurecontainerapps resource detector for Azure Container Apps. (#8939)
  • Add go.opentelemetry.io/contrib/detectors/azure/azurefunctions, a new resource detector for Azure Functions. Detects cloud.*, service.name, azure.resource_group.name, faas.instance, and deployment.environment.name from the FUNCTIONS_*, WEBSITE_*, CONTAINER_NAME, and REGION_NAME environment variables. (#9290)
  • Add NewResourceDetector along with the WithAttributeFilter and WithTagKeyFilter options in go.opentelemetry.io/contrib/detectors/azure/azurevm. WithAttributeFilter restricts the returned resource to the attributes the filter accepts. WithTagKeyFilter opts in to azure.tag.<name> attributes for the VM tags whose keys satisfy the provided predicate; no VM tags are emitted without it. (#9162)
  • Add go.opentelemetry.io/contrib/detectors/vultr — a new resource detector for Vultr Cloud Compute instances, ported from processor/resourcedetectionprocessor/internal/vultr in opentelemetry-collector-contrib. Detects cloud.provider, cloud.platform, cloud.region, host.id, and host.name. (#8995)

Changed

  • Upgrade go.opentelemetry.io/otel/semconv to v1.43.0, including updates across instrumentation and detector modules. See semantic-conventions v1.43.0 release for complete details. (#9337)
  • Upgrade go.opentelemetry.io/otel/semconv to v1.42.0, including updates across instrumentation and detector modules. See semantic-conventions v1.42.0 release for complete details. (#9196)
  • Use direct normalized-key lookups in Carrier.Get and Carrier.Keys in go.opentelemetry.io/contrib/propagators/envcar. (#9112)
  • Update log bridge conversions to use attribute key-values instead of the removed log key-values in go.opentelemetry.io/contrib/bridges/otellogr, go.opentelemetry.io/contrib/bridges/otellogrus, go.opentelemetry.io/contrib/bridges/otelslog, and go.opentelemetry.io/contrib/bridges/otelzap. (#9180)
  • The Version() function in go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux has been replaced by const Version. (#9076)
  • Set error.type attribute instead of adding exception span events in go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin. (#8977)
  • Prefer the gRPC dial target over the resolved peer IP for the server.address and server.port attributes in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8904)
  • The detector in go.opentelemetry.io/contrib/detectors/azure/azurevm now also detects cloud.account.id, cloud.availability_zone, azure.vm.name, azure.vm.size, azure.vm.scaleset.name, and azure.resource_group.name, and prefers osProfile.computerName for host.name (falling back to the VM name), reconciling it with the collector-contrib Azure resource detector. (#9162)

Fixed

  • Fix Prometheus reader resource label filter configuration in go.opentelemetry.io/contrib/otelconf/v0.2.0. (#9062)
  • Apply resource.detection/development.attributes.included and excluded filtering to resource detector attributes in go.opentelemetry.io/contrib/otelconf/x. (#9131)
  • Honor the context configured with WithContext when constructing resources in go.opentelemetry.io/contrib/otelconf and go.opentelemetry.io/contrib/otelconf/x. (#9160)
  • Handle nil response bodies from custom RoundTripper implementations in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp without panicking. (#9184)
  • Fix incorrect (overestimated) sum calculation for runtime histograms in go.opentelemetry.io/contrib/instrumentation/runtime. (#9063)
  • Fix Severity.UnmarshalText round trip for positive FATAL offsets above the named range in go.opentelemetry.io/contrib/processors/minsev. (#9197)
  • Reduce binary size by fetching ConfigMaps via rest.HTTPClientFor instead of the Kubernetes clientset in go.opentelemetry.io/contrib/detectors/aws/eks. (#9284)
  • TextMapPropagator in go.opentelemetry.io/contrib/propagators/autoprop returns the no-op propagator for empty input, matching the behavior of none. An unknown OTEL_PROPAGATORS value still returns an error with a nil propagator so NewTextMapPropagator falls back to the default TraceContext and Baggage propagators instead of disabling propagation. (#9163)
  • Preserve error-valued attributes nested in a group as grouped attributes instead of silently dropping them in go.opentelemetry.io/contrib/bridges/otelslog. (#9238)
  • Fix a data race in go.opentelemetry.io/contrib/bridges/otelslog where concurrent Handle calls could corrupt each other's log attributes because kvBuffer.KeyValues returned a slice aliasing a shared buffer. (#9229)
  • Avoid a panic in go.opentelemetry.io/contrib/bridges/otelzap when a malformed error field contains a nil or non-error value. (#9068)
  • Use azure.container_app.instance.id instead of service.instance.id for the replica name detected by go.opentelemetry.io/contrib/detectors/azure/azurecontainerapps. (#9208)
  • Preserve the underlying metadata errors returned with partial resources from go.opentelemetry.io/contrib/detectors/gcp. (#9069)
  • Copy MultipartForm back to the request otelmux.Middleware was given after the wrapped handler returns, so net/http can find and remove the temp files ParseMultipartForm created on the context-derived request copy, when otelmux.Middleware wraps a handler directly, in go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. This does not cover a handler panic, nor the common router.Use(...) integration, where gorilla/mux's own routing step makes an additional request copy the middleware cannot write back through; see gorilla/mux#777. (#9361)
  • Report the b3 header from Fields() for the default B3Unspecified single-header injection encoding, matching what Inject writes, in go.opentelemetry.io/contrib/propagators/b3. (#9273)
  • Fix go.opentelemetry.io/contrib/propagators/aws/xray producing deterministic trace and span IDs when the seed read from crypto/rand silently failed, by switching to math/rand/v2's concurrency-safe top-level generator. (

… updates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/a2aproject/a2a-go/v2](https://github.com/a2aproject/a2a-go) | `2.3.1` | `2.4.0` |
| [github.com/anthropics/anthropic-sdk-go](https://github.com/anthropics/anthropic-sdk-go) | `1.61.0` | `1.63.1` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.32.33` | `1.32.37` |
| [github.com/openai/openai-go/v3](https://github.com/openai/openai-go) | `3.48.0` | `3.51.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.11.1` | `1.12.0` |
| [go.opentelemetry.io/contrib/exporters/autoexport](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.69.0` | `0.70.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.69.0` | `0.70.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.40.0` | `0.41.0` |
| [google.golang.org/adk/v2](https://github.com/google/adk-go) | `2.1.0` | `2.2.0` |
| [google.golang.org/genai](https://github.com/googleapis/go-genai) | `1.66.0` | `1.68.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.22.0` | `1.23.0` |
| [github.com/aws/aws-sdk-go-v2/service/bedrockruntime](https://github.com/aws/aws-sdk-go-v2) | `1.56.0` | `1.57.3` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.107.0` | `1.107.2` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.21.7` | `0.21.9` |
| [github.com/ollama/ollama](https://github.com/ollama/ollama) | `0.32.5` | `0.32.14` |
| [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) | `0.43.0` | `0.44.0` |
| [github.com/testcontainers/testcontainers-go/modules/postgres](https://github.com/testcontainers/testcontainers-go) | `0.43.0` | `0.44.0` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.68.0` | `0.70.0` |



Updates `github.com/a2aproject/a2a-go/v2` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/a2aproject/a2a-go/releases)
- [Changelog](https://github.com/a2aproject/a2a-go/blob/main/CHANGELOG.md)
- [Commits](a2aproject/a2a-go@v2.3.1...v2.4.0)

Updates `github.com/anthropics/anthropic-sdk-go` from 1.61.0 to 1.63.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.61.0...v1.63.1)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.32.33 to 1.32.37
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.32.33...config/v1.32.37)

Updates `github.com/openai/openai-go/v3` from 3.48.0 to 3.51.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.48.0...v3.51.0)

Updates `github.com/stretchr/testify` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.11.1...v1.12.0)

Updates `go.opentelemetry.io/contrib/exporters/autoexport` from 0.69.0 to 0.70.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.69.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.69.0 to 0.70.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.69.0...zpages/v0.70.0)

Updates `go.opentelemetry.io/otel` from 1.44.0 to 1.45.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.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.44.0 to 1.45.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.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/trace` from 1.44.0 to 1.45.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.44.0...v1.45.0)

Updates `golang.org/x/text` from 0.40.0 to 0.41.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.40.0...v0.41.0)

Updates `google.golang.org/adk/v2` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/google/adk-go/releases)
- [Commits](google/adk-go@v2.1.0...v2.2.0)

Updates `google.golang.org/genai` from 1.66.0 to 1.68.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.66.0...v1.68.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.22.0 to 1.23.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.22.0...sdk/azcore/v1.23.0)

Updates `github.com/aws/aws-sdk-go-v2` from 1.43.4 to 1.43.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.43.4...v1.43.6)

Updates `github.com/aws/aws-sdk-go-v2/service/bedrockruntime` from 1.56.0 to 1.57.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.56.0...service/iot/v1.57.3)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.107.0 to 1.107.2
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.107.0...service/s3/v1.107.2)

Updates `github.com/google/go-containerregistry` from 0.21.7 to 0.21.9
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Commits](google/go-containerregistry@v0.21.7...v0.21.9)

Updates `github.com/ollama/ollama` from 0.32.5 to 0.32.14
- [Release notes](https://github.com/ollama/ollama/releases)
- [Commits](ollama/ollama@v0.32.5...v0.32.14)

Updates `github.com/testcontainers/testcontainers-go` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.43.0...v0.44.0)

Updates `github.com/testcontainers/testcontainers-go/modules/postgres` from 0.43.0 to 0.44.0
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases)
- [Commits](testcontainers/testcontainers-go@v0.43.0...v0.44.0)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.68.0 to 0.70.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.70.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc` from 0.20.0 to 0.21.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@v0.20.0...log/v0.21.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp` from 0.20.0 to 0.21.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@v0.20.0...log/v0.21.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.44.0 to 1.45.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.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.44.0 to 1.45.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.44.0...v1.45.0)

Updates `go.opentelemetry.io/otel/sdk/log` from 0.20.0 to 0.21.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@v0.20.0...log/v0.21.0)

---
updated-dependencies:
- dependency-name: github.com/a2aproject/a2a-go/v2
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/anthropics/anthropic-sdk-go
  dependency-version: 1.63.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.37
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/openai/openai-go/v3
  dependency-version: 3.51.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/contrib/exporters/autoexport
  dependency-version: 0.70.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.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.45.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.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: google.golang.org/adk/v2
  dependency-version: 2.2.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.68.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-version: 1.43.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/bedrockruntime
  dependency-version: 1.57.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-version: 1.107.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/google/go-containerregistry
  dependency-version: 0.21.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/ollama/ollama
  dependency-version: 0.32.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-minor-patch
- dependency-name: github.com/testcontainers/testcontainers-go
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: github.com/testcontainers/testcontainers-go/modules/postgres
  dependency-version: 0.44.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.70.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
- dependency-name: go.opentelemetry.io/otel/sdk/log
  dependency-version: 0.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor Author

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 @github

dependabot Bot commented on behalf of github Aug 21, 2026

Copy link
Copy Markdown
Contributor Author

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

@dependabot dependabot Bot closed this Aug 21, 2026
@dependabot
dependabot Bot deleted the dependabot/go_modules/go/go-minor-patch-373d9dd367 branch August 21, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants