You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What would be the accepted path forward here? I see some options:
Copy the code in an internal package in this repo
Find an alternative third party library
Keep using it
The library itself is pretty simple and can be reviewed for an effective risk of compromise (dependencies and review for current code). As is archived as long as it compiles with the new Go versions there may not be a need to remove it.
Alternatively I think moving the code and test in an internal package would be a simple, effective and practical solution: that code is not going to require much maintenance given the reduced scope.
What do you think? Happy to provide a PR once we agree on a path forward ☺️
Is your feature request related to a problem? Please describe
First of all, thank you for taking the time to rewrite this project in Go!
I noticed that
github.com/mitchellh/go-homedir
is used here and here to load the config and the env config, but this project has been archived by the maintainer and it might be worth migrating away from it.Describe the proposed solution
Deprecate and remove the usage of
github.com/mitchellh/go-homedir
.Describe similar
asdf
features and why they are not sufficientN/A
Describe other workarounds you've considered
N/A
The text was updated successfully, but these errors were encountered: