Closed 42wim closed 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
// import "golang.org/x/crypto/ssh/terminal"
sshd/terminal/util_solaris.go
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.
replace
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 yoursshd/terminal/util_solaris.go
andsshd/terminal/util.go
This would help me not to make yet another fork for a dependency :-)