shazow / ssh-chat

Chat over SSH.

Home Page:https://shazow.net/posts/ssh-how-does-it-even/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

42wim opened this issue · comments

commented

I'm vendoring/using sshchat for matterbridge and got bitten by this bug golang/go#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 :-)

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

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