mirror of
https://github.com/yudai/gotty.git
synced 2026-03-16 02:06:30 +01:00
Build for Solaris
Refresh pty import and add Solaris as a cross compile target
This commit is contained in:
parent
3b9f472111
commit
4a82d77e0b
4 changed files with 6 additions and 4 deletions
1
go.mod
1
go.mod
|
|
@ -4,6 +4,7 @@ go 1.13
|
|||
|
||||
require (
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
github.com/creack/pty v1.1.7
|
||||
github.com/elazarl/go-bindata-assetfs v1.0.0
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/gorilla/websocket v1.4.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue