Skip to content

Conversation

fujiwara
Copy link
Owner

@fujiwara fujiwara commented Jun 6, 2025

Summary

  • Update Go dependencies to their latest minor/patch versions while avoiding major updates
  • Include AWS SDK v2 modules, testing libraries, and utility packages

Test plan

  • Build verification: go build -o ecsta ./cmd/ecsta/
  • Test suite: make test
  • All tests pass successfully

🤖 Generated with Claude Code

Update AWS SDK v2, testing libraries, and utility packages to their
latest minor/patch versions while avoiding major version updates.

Key updates:
- aws-sdk-go-v2: v1.32.3 → v1.36.3
- aws-sdk-go-v2/service/ecs: v1.49.0 → v1.57.2
- aws-sdk-go-v2/service/ssm: v1.55.3 → v1.59.0
- aws-sdk-go-v2/service/cloudwatchlogs: v1.43.0 → v1.50.0
- google/go-cmp: v0.6.0 → v0.7.0
- samber/lo: v1.47.0 → v1.50.0
- schollz/progressbar/v3: v3.14.6 → v3.18.0
- golang.org/x/sys: v0.25.0 → v0.33.0
- golang.org/x/text: v0.16.0 → v0.26.0

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
@fujiwara fujiwara requested a review from Copilot June 6, 2025 15:09
Copy link

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

This PR updates Go dependencies to their latest minor/patch versions while avoiding major version changes.

  • Update AWS SDK v2 modules and related dependencies to recent minor versions
  • Update indirect dependencies including test and utility packages
  • Ensure consistency and compatibility across dependency versions

@fujiwara fujiwara added the minor label Jun 6, 2025
@fujiwara fujiwara merged commit 3d8a4fe into main Jun 6, 2025
4 checks passed
@fujiwara fujiwara deleted the update-deps-minor branch June 6, 2025 15:10
@github-actions github-actions bot mentioned this pull request Jun 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant