Skip to content

chore: go mod tidy - #2771

Merged
xlgmokha merged 2 commits into
supabase:masterfrom
xlgmokha:xlg/go-mod-tidy
Sep 1, 2026
Merged

chore: go mod tidy#2771
xlgmokha merged 2 commits into
supabase:masterfrom
xlgmokha:xlg/go-mod-tidy

Conversation

@xlgmokha

@xlgmokha xlgmokha commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Chore. This change updates the go.mod file by running go mod tidy.

What is the current behavior?

What is the new behavior?

Tidy go.mod file.

  • collapse require blocks into direct vs indirect
  • sorted dependencies
  • updated direct vs indirect dependencies
  • add missing dependencies

@xlgmokha xlgmokha self-assigned this Sep 1, 2026
@xlgmokha
xlgmokha marked this pull request as ready for review September 1, 2026 15:50
@xlgmokha
xlgmokha requested a review from a team as a code owner September 1, 2026 15:50

@annabkr annabkr left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

wondering if we should add a check for go mod tidy -diff to our CI?

@xlgmokha

xlgmokha commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

wondering if we should add a check for go mod tidy -diff to our CI?

I'll add this in a follow-up PR.

@xlgmokha
xlgmokha merged commit 53d8410 into supabase:master Sep 1, 2026
6 checks passed
@xlgmokha
xlgmokha deleted the xlg/go-mod-tidy branch September 1, 2026 16:20
@xlgmokha

xlgmokha commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

wondering if we should add a check for go mod tidy -diff to our CI?

Sorry for the delay. I opened up #2785. WDYT?

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