Skip to content

Bump direct Go dependencies#2599

Merged
dgageot merged 1 commit intomainfrom
bump-direct-go-deps
Apr 30, 2026
Merged

Bump direct Go dependencies#2599
dgageot merged 1 commit intomainfrom
bump-direct-go-deps

Conversation

@dgageot
Copy link
Copy Markdown
Member

@dgageot dgageot commented Apr 30, 2026

Bumps the following direct Go dependencies to their latest versions.

Module From To
github.com/aws/aws-sdk-go-v2 v1.41.6 v1.41.7
github.com/aws/aws-sdk-go-v2/config v1.32.16 v1.32.17
github.com/aws/aws-sdk-go-v2/credentials v1.19.15 v1.19.16
github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.50.5 v1.50.6
github.com/aws/aws-sdk-go-v2/service/sts v1.42.0 v1.42.1
github.com/fsnotify/fsnotify v1.9.0 v1.10.0
google.golang.org/genai v1.54.0 v1.55.0

Updates produced via go get <module>@<latest> followed by go mod tidy.

Validation

  • go build ./...
  • go vet ./...
  • go mod tidy --diff ✅ (no further changes)
  • go test ./... ✅ (one pre-existing unrelated failure in pkg/session TestNewSQLiteSessionStore_DirectoryNotWritable due to running tests as root; reproduces on main)

Assisted-By: docker-agent

Bumps the following direct dependencies to their latest versions:

- github.com/aws/aws-sdk-go-v2 v1.41.6 -> v1.41.7

- github.com/aws/aws-sdk-go-v2/config v1.32.16 -> v1.32.17

- github.com/aws/aws-sdk-go-v2/credentials v1.19.15 -> v1.19.16

- github.com/aws/aws-sdk-go-v2/service/bedrockruntime v1.50.5 -> v1.50.6

- github.com/aws/aws-sdk-go-v2/service/sts v1.42.0 -> v1.42.1

- github.com/fsnotify/fsnotify v1.9.0 -> v1.10.0

- google.golang.org/genai v1.54.0 -> v1.55.0

Assisted-By: docker-agent
@dgageot dgageot requested a review from a team as a code owner April 30, 2026 08:04
Copy link
Copy Markdown

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

Assessment: 🟢 APPROVE

Routine dependency bump — 7 direct Go dependencies updated (AWS SDK v2 family: patch bumps; fsnotify v1.9.0 → v1.10.0; google.golang.org/genai v1.54.0 → v1.55.0) along with their transitive indirect dependencies via go mod tidy.

Review summary:

  • All version increments are single patch/minor steps with no known breaking changes.
  • go.sum entries are consistent: each bumped module has its two hash lines (content hash + go.mod hash) replaced with values matching the declared new versions; no unexpected modules were introduced.
  • No logic errors, resource leaks, security issues, or API-breaking changes identified in the changed lines.
  • Build, vet, and test all pass per the PR description.

@dgageot dgageot merged commit 1737035 into main Apr 30, 2026
10 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