gotty/go.mod

17 lines
485 B
Modula-2
Raw Permalink Normal View History

module github.com/sorenisanerd/gotty
go 1.13
require (
github.com/NYTimes/gziphandler v1.1.1
2021-04-18 14:01:31 +00:00
github.com/creack/pty v1.1.11
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/fatih/structs v1.1.0
2021-04-18 14:01:31 +00:00
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/pkg/errors v0.9.1
2021-04-13 03:58:39 +00:00
github.com/urfave/cli/v2 v2.3.0
github.com/yudai/hcl v0.0.0-20151013225006-5fa2393b3552
2021-04-18 14:01:31 +00:00
golang.org/x/sys v0.0.0-20210415045647-66c3f260301c // indirect
)