Skip to content

Bump direct Go dependencies#2011

Merged
dgageot merged 10 commits intodocker:mainfrom
dgageot:bump-dependencies-20
Mar 9, 2026
Merged

Bump direct Go dependencies#2011
dgageot merged 10 commits intodocker:mainfrom
dgageot:bump-dependencies-20

Conversation

@dgageot
Copy link
Member

@dgageot dgageot commented Mar 9, 2026

Module From To Status
charm.land/bubbletea/v2 v2.0.1 v2.0.2 bumped
charm.land/lipgloss/v2 v2.0.0 v2.0.1 bumped
github.com/a2aproject/a2a-go v0.3.7 v0.3.8 bumped
github.com/aymanbagabas/go-udiff v0.4.0 v0.4.1 bumped (pulled in by lipgloss)
github.com/charmbracelet/glamour/v2 v2.0.0-20251106195642-800eb8175930
charm.land/glamour/v2 v2.0.0 bumped (module path migrated)
github.com/mattn/go-runewidth v0.0.20 v0.0.21 bumped
github.com/openai/openai-go/v3 v3.25.0 v3.26.0 bumped
go.opentelemetry.io/otel v1.41.0 v1.42.0 bumped
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.41.0 v1.42.0
bumped
go.opentelemetry.io/otel/sdk v1.41.0 v1.42.0 bumped
go.opentelemetry.io/otel/trace v1.41.0 v1.42.0 bumped
golang.org/x/oauth2 v0.35.0 v0.36.0 bumped
golang.org/x/sync v0.19.0 v0.20.0 bumped
golang.org/x/sys v0.41.0 v0.42.0 bumped (pulled in by lipgloss)
google.golang.org/adk v0.5.0 v0.6.0 bumped

@dgageot dgageot requested a review from a team as a code owner March 9, 2026 17:21
Copy link

@docker-agent docker-agent bot left a comment

Choose a reason for hiding this comment

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

Review Summary

Assessment: 🟢 APPROVE

This PR cleanly bumps multiple Go dependencies with no bugs found. The changes properly handle:

Module path migration: Correctly migrates from github.com/charmbracelet/glamour/v2 to the canonical charm.land/glamour/v2 path
Import consistency: All three source file imports match the go.mod changes
API compatibility: All version bumps are minor/patch updates that maintain backward compatibility

The dependency updates include:

  • UI libraries (bubbletea v2.0.1→v2.0.2, lipgloss v2.0.0→v2.0.1, glamour module migration)
  • OpenTelemetry v1.41.0→v1.42.0
  • OAuth2 v0.35.0→v0.36.0
  • OpenAI SDK v3.25.0→v3.26.0
  • Various transitive dependencies

No breaking changes detected in the updated APIs.

@dgageot dgageot merged commit 4162844 into docker:main Mar 9, 2026
8 checks passed
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.

2 participants