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

Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term #14

Merged
merged 1 commit into from
Feb 3, 2021
Merged

Conversation

jkawamoto
Copy link
Contributor

golangci-lint shows this warning

cmd/muse/main.go:18:2: SA1019: package golang.org/x/crypto/ssh/terminal is deprecated: this package moved to golang.org/x/term. (staticcheck)
        "golang.org/x/crypto/ssh/terminal"
        ^

This PR fixes the above warning.

@lukechampine lukechampine merged commit 098a069 into lukechampine:master Feb 3, 2021
@jkawamoto jkawamoto deleted the terminal branch February 12, 2021 01:39
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