mirror of
https://github.com/yudai/gotty.git
synced 2026-03-03 12:20:16 +01:00
parent
f61763f716
commit
f66f0d0443
8 changed files with 22 additions and 266 deletions
3
go.mod
3
go.mod
|
|
@ -1,11 +1,10 @@
|
|||
module github.com/sorenisanerd/gotty
|
||||
|
||||
go 1.13
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/NYTimes/gziphandler v1.1.1
|
||||
github.com/creack/pty v1.1.11
|
||||
github.com/elazarl/go-bindata-assetfs v1.0.1
|
||||
github.com/fatih/structs v1.1.0
|
||||
github.com/gorilla/websocket v1.4.2
|
||||
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue