8000 Use golang.org/x/term in checkIfTerminal by tklauser · Pull Request #11 · gobuffalo/logger · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Use golang.org/x/term in checkIfTerminal #11

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

Merged
merged 1 commit into from
May 25, 2021

Conversation

tklauser
Copy link
Contributor
@tklauser tklauser commented Jan 14, 2021

The terminal functionality was moved from
golang.org/x/crypto/ssh/terminal to golang.org/x/term and the former
package now just wraps the latter (see golang/crypto@4be66e5). Thus,
avoid pulling in golang.org/x/crypto and depend on golang.org/x/term
directly.

@tklauser
Copy link
Contributor Author

Friendly ping @markbates

The terminal functionality was moved from
golang.org/x/crypto/ssh/terminal to golang.org/x/term and the former
package now just wraps the latter (see golang/crypto@4be66e5). Thus,
avoid pulling in golang.org/x/crypto and depend on golang.org/x/term
directly.
@tklauser
Copy link
Contributor Author

Friendly ping @paganotoni

@paganotoni
Copy link
Member

This looks good to me. Merging it. Thanks @tklauser

@paganotoni paganotoni merged commit 39dae9d into gobuffalo:master May 25, 2021
@tklauser tklauser deleted the use-golang-x-term branch May 25, 2021 12:49
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
0