shazow / ssh-chat

Chat over SSH.
https://shazow.net/posts/ssh-how-does-it-even/
MIT License
5.59k stars 408 forks source link

Remove commented import path from util_solaris.go / util.go #337

Closed 42wim closed 4 years ago

42wim commented 4 years ago

I'm vendoring/using sshchat for matterbridge and got bitten by this bug https://github.com/golang/go/issues/37747

If your willing to accept the change I can send a PR to remove the // import "golang.org/x/crypto/ssh/terminal" from your sshd/terminal/util_solaris.go and sshd/terminal/util.go

This would help me not to make yet another fork for a dependency :-)

shazow commented 4 years ago

Hiya, no objections to removing it. PR away. :)

Alternatively, could also specify a replace clause in the go.mod, up to you.