Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

refactor: get rid of mitchellh/go-homedir package #1195

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

alexandear
Copy link
Contributor

@alexandear alexandear commented Dec 24, 2024

This PR replaces the archived github.com/mitchellh/go-homedir package dependency with os.

The repository https://github.com/mitchellh/go-homedir has been archived by the owner on Jul 22, 2024. For our needs, homedir.Dir can be replaced with os.UserHomeDir since Go 1.20. See mitchellh/go-homedir#34 for more details.

@alexandear alexandear force-pushed the refactor/remove-go-homedir branch 2 times, most recently from 9081f1a to c163118 Compare December 24, 2024 11:29
@alexandear alexandear force-pushed the refactor/remove-go-homedir branch from c163118 to 5891be5 Compare December 24, 2024 11:33
@denisvmedia denisvmedia merged commit 4ca2c11 into mgechev:master Dec 24, 2024
5 checks passed
@alexandear alexandear deleted the refactor/remove-go-homedir branch December 24, 2024 15:17
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants