File: go.mod

package info (click to toggle)
tty-share 2.2.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,556 kB
  • sloc: javascript: 153; makefile: 20; sh: 10
file content (18 lines) | stat: -rw-r--r-- 679 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/elisescu/tty-share

go 1.13

require (
	github.com/elisescu/pty v1.0.2
	github.com/go-bindata/go-bindata v3.1.2+incompatible // indirect
	github.com/gorilla/mux v1.8.0
	github.com/gorilla/websocket v1.4.2
	github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce
	github.com/jroimartin/gocui v0.4.0 // indirect
	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
	github.com/mattn/go-runewidth v0.0.9 // indirect
	github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2
	github.com/nsf/termbox-go v0.0.0-20200418040025-38ba6e5628f1 // indirect
	github.com/sirupsen/logrus v1.4.2
	golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876
)