Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Moved utils to cli package #207

Merged
merged 1 commit into from
May 12, 2022
Merged

Moved utils to cli package #207

merged 1 commit into from
May 12, 2022

Conversation

lpusok
Copy link
Contributor

@lpusok lpusok commented May 10, 2022

Removes the go-inp package as a dependency of envman. This resulted in x/sys added as a dependency in code that does not use it and old versions of x/sys do not compile with go 1.18. (See golang/go#49219)

Changes:

  • Moved utils.go from the envman package to the cli package, as it is the only place it is used from.

@lpusok lpusok merged commit 166d591 into master May 12, 2022
@lpusok lpusok deleted the STEP-2003-remove-xsys-dep branch May 12, 2022 15:35
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