Skip to content

deps(go.mod): fix go.mod file#7

Merged
adcondev merged 2 commits intomasterfrom
feat/proto
Aug 26, 2025
Merged

deps(go.mod): fix go.mod file#7
adcondev merged 2 commits intomasterfrom
feat/proto

Conversation

@adcondev
Copy link
Copy Markdown
Owner

@adcondev adcondev commented Aug 26, 2025

Descripción

Tipo de cambio

  • 🐛 Bug fix
  • ✨ Nueva funcionalidad
  • 📚 Solo documentación
  • 🔧 Configuración
  • ♻️ Refactoring
  • 📦 Dependencias

¿Cómo se ha probado?

  • Tests automáticos pasan
  • Probado manualmente
  • N/A (solo docs/config)

Checklist

  • El código sigue las convenciones del proyecto
  • Los tests pasan localmente
  • He actualizado la documentación si era necesario

Notas adicionales

- Restores the dependency for text handling

Signed-off-by: Adrián Constante <ad_con.reload@proton.me>
Copilot AI review requested due to automatic review settings August 26, 2025 23:21
@github-actions
Copy link
Copy Markdown
Contributor

👋 Thanks for opening this PR, @adcondev!

Here's what will happen next:

  • 🤖 Automated checks will run
  • 🏷️ Labels will be added automatically
  • 👀 A maintainer will review your changes

Please make sure:

  • ✅ All tests pass
  • 📝 The PR title follows conventional commits
  • 📋 The PR template is filled out completely

Copy link
Copy Markdown
Contributor

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 fixes the ordering of dependencies in the go.mod file by moving the golang.org/x/text dependency to maintain alphabetical sorting.

  • Reorders golang.org/x/text dependency to maintain alphabetical order in the require block

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@adcondev adcondev merged commit 9d5b966 into master Aug 26, 2025
25 checks passed
@adcondev adcondev moved this to Done in POS RED2000 Sep 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants