File: go.mod

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

go 1.18

require (
	github.com/creack/pty v1.1.11
	github.com/gorilla/mux v1.8.0
	github.com/gorilla/websocket v1.5.0
	github.com/hashicorp/yamux v0.1.1
	github.com/moby/term v0.0.0-20221105221325-4eb28fa6025c
	github.com/sirupsen/logrus v1.9.0
	golang.org/x/crypto v0.3.0
)

require (
	github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
	golang.org/x/sys v0.2.0 // indirect
	golang.org/x/term v0.2.0 // indirect
)