Skip to content

fix(deps): update shellescape import and tweak go settings - #499

Open
tobybellwood wants to merge 1 commit into
mainfrom
fix-go-deps
Open

fix(deps): update shellescape import and tweak go settings#499
tobybellwood wants to merge 1 commit into
mainfrom
fix-go-deps

Conversation

@tobybellwood

Copy link
Copy Markdown

This pull request updates the Go dependency management configuration and refactors the usage of the shellescape package. The most important changes are grouped below:

Dependency management improvements:

  • .github/renovate.json: Added github.com/imdario/mergo to the list of packages managed by Renovate and included postUpdateOptions (gomodTidy, gomodUpdateImportPaths) for both minor/patch and major Go dependency updates, ensuring cleaner and more consistent dependency updates.

Dependency refactoring:

  • go.mod: Replaced the github.com/alessio/shellescape dependency (v1.4.1) with al.essio.dev/pkg/shellescape (v1.6.0), updating to the new module path and a newer version.
  • internal/generator/services.go: Updated the import statement to use the new al.essio.dev/pkg/shellescape path, reflecting the dependency change in the codebase.

Co-authored-by: Copilot <copilot@github.com>
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