We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
github.com/moby/term
golang.org/x/term
v1.0.0
Update github.com/moby/term to golang.org/x/term
oras uses untagged version of github.com/moby/term for reading passwords in oras login since the package term does not have any tags.
oras
oras login
term
oras/go.mod
Line 7 in 67dca8e
By updating to golang.org/x/term, we can also remove the dependencies on
Line 19 in 67dca8e
and
Line 25 in 67dca8e
The text was updated successfully, but these errors were encountered:
I can work on this. Just refactoring oras login code to make E2E cover manual input scenario.
Sorry, something went wrong.
qweeah
Successfully merging a pull request may close this issue.
What is the version of your ORAS CLI
v1.0.0
What would you like to be added?
Update
github.com/moby/term
togolang.org/x/term
Why is this needed for ORAS?
oras
uses untagged version ofjackfan.us.kg/moby/term
for reading passwords inoras login
since the packageterm
does not have any tags.oras/go.mod
Line 7 in 67dca8e
By updating to
golang.org/x/term
, we can also remove the dependencies onoras/go.mod
Line 19 in 67dca8e
and
oras/go.mod
Line 25 in 67dca8e
Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: