Skip to content

chore(azurite): tidy module dependencies - #3838

Merged
mdelapenya merged 1 commit into
testcontainers:mainfrom
mdelapenya:chore/tidy-azurite-deps
Aug 6, 2026
Merged

chore(azurite): tidy module dependencies#3838
mdelapenya merged 1 commit into
testcontainers:mainfrom
mdelapenya:chore/tidy-azurite-deps

Conversation

@mdelapenya

Copy link
Copy Markdown
Member

What does this PR do?

Runs make tidy-all and commits the only resulting diff: modules/azurite/go.sum now records github.com/Azure/azure-sdk-for-go/sdk/storage/azblob at v1.8.0 instead of v1.6.0 (both the module and go.mod checksum lines).

modules/azurite/go.mod is unchanged — azblob is a transitive dependency pulled in through the local replace on modules/azure, so only the lockfile was stale. No other module in the repo produced a diff.

Why is it important?

#3805 bumped azblob to v1.8.0 in modules/azure, but modules/azurite consumes modules/azure via a replace directive, so its go.sum was left pinning the old v1.6.0 checksums. That leaves the repo in a state where go mod tidy is not a no-op for azurite, which makes the tidy check noisy for unrelated PRs touching that module.

Related issues

How to test this PR

make tidy-all
git diff --exit-code          # no diff -> the tree is tidy

cd modules/azurite
go build ./... && go vet ./... && go test ./...

go build, go vet and go test ./... all pass locally for modules/azurite (tests run against a real Azurite container, ~9s).

Re-tidy modules/azurite to pick up the azblob v1.8.0 checksum bump
from the recent Azure SDK dependency updates in modules/azure.
@mdelapenya
mdelapenya requested a review from a team as a code owner August 6, 2026 09:10
@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit d920559
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-go/deploys/6a744f7867d8d700082f1f81
😎 Deploy Preview https://deploy-preview-3838--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • modules/azurite/go.sum is excluded by !**/*.sum

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 761dcf2d-31e0-4241-8cb7-26629eb76068

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mdelapenya mdelapenya self-assigned this Aug 6, 2026
@mdelapenya mdelapenya added the dependencies Dependencies or external services label Aug 6, 2026
@mdelapenya
mdelapenya merged commit 62941e8 into testcontainers:main Aug 6, 2026
15 checks passed
@mdelapenya
mdelapenya deleted the chore/tidy-azurite-deps branch August 6, 2026 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependencies or external services

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant