Skip to content

deps: bump direct Go dependencies#2609

Open
dgageot wants to merge 1 commit intomainfrom
bump-direct-go-deps
Open

deps: bump direct Go dependencies#2609
dgageot wants to merge 1 commit intomainfrom
bump-direct-go-deps

Conversation

@dgageot
Copy link
Copy Markdown
Member

@dgageot dgageot commented May 1, 2026

Summary

This PR bumps the direct Go dependencies of docker/docker-agent to their latest released versions.

Direct dependency bumps

Dependency From To
github.com/alecthomas/chroma/v2 v2.24.0 v2.24.1
github.com/blevesearch/bleve/v2 v2.5.7 v2.6.0
github.com/modelcontextprotocol/go-sdk v1.5.0 v1.6.0
github.com/pb33f/libopenapi v0.36.2 v0.36.3

Indirect dependencies were refreshed via go mod tidy (notably the blevesearch family pulled in by the bleve bump).

Validation

  • go build ./...
  • go vet ./...
  • go run ./lint . (custom cops) ✅ — 926 files inspected, no offenses
  • go mod tidy is clean ✅
  • go test ./... runs the same set of tests as before; the only failures are pre-existing environment-related ones (CGO, root-owned filesystem, localhost DNS in this sandbox), all of which also fail on main.

Notes

  • All other direct dependencies were already on their latest released version per go list -m -u, so there is nothing else to bump at this time.
  • github.com/wk8/go-ordered-map/v2 was intentionally kept at its existing pseudo-version (v2.1.9-0.20250401010720-...) because it is newer than the latest tagged release (v2.1.8); using @latest would have been a downgrade.

Assisted-By: docker-agent

Bumps the following direct dependencies to their latest released versions:

- github.com/alecthomas/chroma/v2: v2.24.0 -> v2.24.1

- github.com/blevesearch/bleve/v2: v2.5.7 -> v2.6.0

- github.com/modelcontextprotocol/go-sdk: v1.5.0 -> v1.6.0

- github.com/pb33f/libopenapi: v0.36.2 -> v0.36.3

Indirect dependencies were also refreshed via 'go mod tidy'.

Assisted-By: docker-agent
@dgageot dgageot requested a review from a team as a code owner May 1, 2026 04:12
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.

1 participant