You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tty-proxy/go.mod

19 lines
667 B
Modula-2

module github.com/elisescu/tty-proxy
go 1.14
require (
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
github.com/fatih/color v1.9.0 // indirect
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 // indirect
github.com/hashicorp/yamux v0.0.0-20200609203250-aecfd211c9ce
github.com/hashrocket/ws v0.2.1 // indirect
github.com/mattn/go-colorable v0.1.7 // indirect
github.com/sirupsen/logrus v1.2.0
github.com/spf13/cobra v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d // indirect
)